GameCompilation

Undocumented in source.

Members

Functions

calcPopFitness
void calcPopFitness(PopAbstract pop, WorldAbstract world, ProgTypeAbstract progType)
Undocumented in source. Be warned that the author may not have intended to support it.
compilePop
void compilePop(PopAbstract pop, WorldAbstract world, ProgTypeAbstract progType, bool delegate() whenExit, void delegate(double) updater, bool delegate() pauser)
Undocumented in source. Be warned that the author may not have intended to support it.
drawFinal
void drawFinal(PopAbstract pop, WorldAbstract world)
Undocumented in source.
drawStep
void drawStep(IndAbstract ind, WorldAbstract world)
Undocumented in source.
initPop
void initPop(PopAbstract pop, WorldAbstract world, ProgTypeAbstract progType)
Undocumented in source. Be warned that the author may not have intended to support it.
roundsPerInd
int roundsPerInd()
Undocumented in source.
stopCond
bool stopCond(int step, IndAbstract ind, WorldAbstract world)
Undocumented in source.

Meta