The software of the simulation modeling by the cellular automata method: game of life, pseudo neural network, microorganisms.
Microorganisms rules:
- The cellular space forms the NxN cell field.
- The neighborhood of the cell is eight neighboring cells.
- Every cell has energy P, which may be change from 0 to Pmax.
- Until P less Pmax, P increases by dP.
- The cell can contains only one microorganism.
- At each step, the microorganism takes dp energy from the cell which contains it.
- The microogranism wastes e energy at each step.
- The life of each microorganism is equal to L steps.
- 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: