devol ~master (2022-05-08T05:50:29.8131468)
Dub
Repo
Compiler.envolveGeneration
devol
compiler
Compiler
Undocumented in source. Be warned that the author may not have intended to support it.
class
Compiler
(CompStg = SequentCompilation, EvolutorStg = Evolutor, ProgType, PopType, WorldType)
void
envolveGeneration
(
bool
delegate
(
)
whenExit
,
string
saveFolder
,
void
delegate
(
double
)
updater
,
bool
delegate
(
)
pauser
)
if
(
__traits(
compiles
, "PopAbstract pop = new PopType()")
)
Meta
Source
See Implementation
devol
compiler
Compiler
constructors
this
functions
addPop
checkPop
clean
envolveGeneration
getPop
loadPopulation
variables
compStg
evolutor
pops
progtype
world