gianlucatruda / evocomp

Assignments for VU Masters course in Evolutionary Computing
GNU General Public License v3.0
0 stars 0 forks source link

Update Adaptive EA and perform parameter tuning #17

Closed gianlucatruda closed 4 years ago

gianlucatruda commented 4 years ago
Serafim179 commented 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.

gianlucatruda commented 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.

That will probably crowd evo_util.py. Rather use auxiliary_funcs.py where the self_adaptive_mutation function is already living.