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.Social.SocialSimulation.Global |
Global elements, mainly parameters. More... | |
class | Evolife.Social.SocialSimulation.Social_Observer |
Stores some global observation and display variables. More... | |
class | Evolife.Social.SocialSimulation.Social_Individual |
A social individual has friends and can learn. More... | |
class | Evolife.Social.SocialSimulation.Social_Population |
defines a population of interacting agents More... | |
Namespaces | |
namespace | Evolife |
namespace | Evolife.Social |
namespace | Evolife.Social.SocialSimulation |
A basic framework to run social simulations. | |
Functions | |
def | Evolife.Social.SocialSimulation.Start (Params=None, PopClass=Social_Population, ObsClass=Social_Observer, DumpFeatures=None, Windows='FNC') |
Launches the simulation. More... | |
Variables | |
Evolife.Social.SocialSimulation.Gbl = Global() | |