neuroevolution-ai / NeuroEvolution-CTRNN_new

MIT License
3 stars 3 forks source link

clean up config intra_generational_seed_fixation #74

Open bjuergens opened 3 years ago

bjuergens commented 3 years ago

currently there are 3 parameters which affect this feature:

One of them is not used iirc and should be removed. The experiment.seed is only indirectly related. And the remaining one should default to "true" and it should throw an error (or a warning?), if experiment.seed==0, because the the fix_seed_per_generation can only work when there is a global seed to begin with.