parallel-cellular-automata
Framework for building parallel cellular automata.
|
Interface of the CellularAutomaton. More...
#include <cellular_automata.hpp>
Public Member Functions | |
virtual void | simulate (unsigned steps=1)=0 |
Run the simulation for a given number of steps. More... | |
virtual size_t | get_generation ()=0 |
Get the generation of the simulation. More... | |
Interface of the CellularAutomaton.
|
pure virtual |
Get the generation of the simulation.
|
pure virtual |
Run the simulation for a given number of steps.
steps | number of simulation steps to run. |