devol.compiler

Public Imports

devol.typemng
public import devol.typemng;
Undocumented in source.
devol.operatormng
public import devol.operatormng;
Undocumented in source.
devol.population
public import devol.population;
Undocumented in source.
devol.evolutor
public import devol.evolutor;
Undocumented in source.
devol.programtype
public import devol.programtype;
Undocumented in source.

Members

Classes

Compiler
class Compiler(CompStg = SequentCompilation, EvolutorStg = Evolutor, ProgType, PopType, WorldType)
Undocumented in source.

Structs

GameCompilation
struct GameCompilation(alias stopCond, alias drawStep, alias drawFinal, int roundsPerInd)
Undocumented in source.
SequentCompilation
struct SequentCompilation
Undocumented in source.

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE file.

Authors

NCrashed <ncrashed@gmail.com>, LeMarwin <lemarwin42@gmail.com>, Nazgull09 <nazgull90@gmail.com>