mirobeka / cellular-automata

Experiments on lattice
2 stars 0 forks source link

Add instance variable "energy" #40

Closed mirobeka closed 11 years ago

mirobeka commented 11 years ago

In this variable we store "energy" value that express change over single time step. If lot of states and chemicals and whatever else change, the difference is summed up into energy variable and this variable is used for stopping criterion in CMAES algorithm.