Skip to content

CarAuto34/cellular_automata

 
 

Repository files navigation

cellular_automata

The software of the simulation modeling by the cellular automata method: game of life, pseudo neural network, microorganisms.

Microorganisms rules:

  1. The cellular space forms the NxN cell field.
  2. The neighborhood of the cell is eight neighboring cells.
  3. Every cell has energy P, which may be change from 0 to Pmax.
  4. Until P less Pmax, P increases by dP.
  5. The cell can contains only one microorganism.
  6. At each step, the microorganism takes dp energy from the cell which contains it.
  7. The microogranism wastes e energy at each step.
  8. The life of each microorganism is equal to L steps.
  9. Since T steps the microogranism undergoes division and moves to a new cell at each step. The new microogranism remains on the previous cell.

Sample:

alt-text

About

The software of the simulation modeling by the cellular automata method: game of life, pseudo neural network, microorganisms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 100.0%