-
Thanks for your code! I have met a question.I export it to apk for Android ,but I can't draw.
-
_Original author: michael.bedward@gmail.com (June 15, 2011 12:48:19)_
Adding a new image operator to implement fractal filling of gaps in images using the Voter Model Cellular Automaton algorithm of …
-
With the current implementation of Cellpond, it is impossible to create a generational cellular automaton like the game of life due to cell updates being asyncronous. Would it be possible to implement…
-
This is a book generated using elementary cellular automata with two randomly selected units of text mapped to the binary states of each cell.
The starting automaton is seeded with a randomly selec…
maetl updated
6 years ago
-
When creating a new spatial entity, if the model hasn't defined already a spatial entity (or if it is the first spatial entity created) then the radio button group containing "Element , Simple Cell , …
-
**This is a(n):**
- [ ] New algorithm
- [ ] Update to an existing algorithm
- [ ] Error
- [x] Proposal to the Repository
**Details:**
File names and folder name not matching in fol…
-
**This is a(n):**
- [ ] New algorithm
- [ ] Update to an existing algorithm
- [ ] Error
- [x] Proposal to the Repository
**Details:**
File names and folder name not matching in fol…
-
Add the code for `langton's ant` in any language ( `C`, `C++`, `JavaScript`, `Go`, `Swift` or any other)
The code should be placed at [code/cellular_automaton/langtons_ant](https://github.com/OpenG…
-
Add the code for `genetic algorithm` in any language ( `C`, `C++`, `JavaScript`, `Go`, `Python` or any other)
The code should be placed at [code/cellular_automaton/genetic_algorithm](https://github…
-
of perhaps a BSP partition and a graph of adjacency would be enough, as in the following post. The rethinking would ideally materialize as a re-implementation. This is hard, but at least self-containe…