Evolife
Evolife has been developed to study Genetic algorithms, Natural evolution and behavioural ecology.
|
Go to the source code of this file.
Classes | |
class | Evolife.Graphics.Landscape.LandCell |
Defines what's in one location on the ground. More... | |
class | Evolife.Graphics.Landscape.Landscape |
A 2-D square toric grid. More... | |
class | Evolife.Graphics.Landscape.LandCell_3D |
Same as LandCell, plus a third dimension. More... | |
class | Evolife.Graphics.Landscape.Landscape_3D |
Same as Landscape, but stores a third dimension in cells. More... | |
Namespaces | |
namespace | Evolife |
namespace | Evolife.Graphics |
namespace | Evolife.Graphics.Landscape |
This class defines a 2D square grid on which agents can move. | |