Closed gianlucatruda closed 4 years ago
@alfjesus3 I don't see how you can access the generation number from the box, so afaic the best we could do is to copy the eaSimple code into our own separate function (maybe into evo_utils.py
) and run that.
@alfjesus3 I don't see how you can access the generation number from the box, so afaic the best we could do is to copy the eaSimple code into our own separate function (maybe into
evo_utils.py
) and run that.
That will probably crowd evo_util.py
. Rather use auxiliary_funcs.py
where the self_adaptive_mutation
function is already living.
BaseEAInstance
that implements__init__
andevolve
functions.