Compiler

Undocumented in source.

Constructors

this
this(CompStg compStrategy)
Undocumented in source.
this
this(CompStg compStrategy, ProgType progtype)
Undocumented in source.
this
this(CompStg compStrategy, ProgType progtype, WorldType world)
Undocumented in source.
this
this(CompStg compStrategy, ProgType progtype, WorldType world, EvolutorStg evolutor)
Undocumented in source.

Members

Functions

addPop
PopType addPop(PopType pop)
Undocumented in source. Be warned that the author may not have intended to support it.
addPop
PopType addPop(size_t size, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
checkPop
bool checkPop(PopAbstract pop)
Undocumented in source. Be warned that the author may not have intended to support it.
clean
void clean()
Undocumented in source. Be warned that the author may not have intended to support it.
envolveGeneration
void envolveGeneration(bool delegate() whenExit, string saveFolder, void delegate(double) updater, bool delegate() pauser)
Undocumented in source. Be warned that the author may not have intended to support it.
getPop
PopType getPop(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
loadPopulation
PopType loadPopulation(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

compStg
CompStg compStg;
Undocumented in source.
evolutor
EvolutorStg evolutor;
Undocumented in source.
pops
PopType[] pops;
Undocumented in source.
progtype
ProgTypeAbstract progtype;
Undocumented in source.
world
WorldAbstract world;
Undocumented in source.

Meta