agentscript icon indicating copy to clipboard operation
agentscript copied to clipboard

An Agent Based Modeling system (ABM)

Results 22 agentscript issues
Sort by recently updated
recently updated
newest added

The center is guessed from the bbox. It might be nice to guess the Z value also. https://github.com/backspaces/agentscript/blob/8e999fe5f2e6af122c35df2fcaa43499c2e8d3aa/gis/leafletInit.js#L68

enhancement

An experiment in torus topology! With this change, `patchAhead` never returns `undefined`, which is cool. But does this break anything? How do we test, @backspaces ?

It would be cool to support not only rectangular grids. An obvious alternative would be a hex grid. https://en.wikipedia.org/wiki/Hexagonal_tiling#/media/File:Uniform_tiling_63-t0.svg

enhancement

A place to keep track of missing items in the docs so we don't forget. cc @stigmergic @stephenguerin - [x] util.randomSeed() - [ ] TwoDraw view + draw options -...

documentation

Currently, only the largest cluster of buttons is indicated by color. It would make the formation of groups easier to see if every cluster was assigned a unique color. Then...

Example Model

Right now `turtle.forward('dogs')` or just `turtle.forward(undefined)` leaves `turtle` in a broken state, stranded at NaN, NaN. Instead, `turtle.forward('dogs')` should raise a ValueError. I noticed this when editing running code in...

I was looking at the slopes on the droplets model https://code.agentscript.org/views2/droplets.html , and it occurred to me that the slopes look wrong. If you look at `model.slopes` they are all...

Needs code review. Owen could probably figure out how to make it cleaner. Some functions need real testing. Mentioned in #67 .

This is an early demo that used Chart.js and without latest C's in MVC. Change to: Use GUI.js, Plot.js & use Animator, add Mouse Move to mvc/ Will be a...

For Droplets, Ants and some others, add a limit for turtles that can be on top of each other for a more realistic model.