In EpochX framework how do you enable and disable Elitism during a run? Is there a way to configure the framework to function like that.
Asked
Active
Viewed 145 times
1 Answers
0
According the oficial documentation:
the "Elitism - is performed by the ElitismManager, and the number of elites is obtained from the model's getNoElites() method [...] The number of elites requested may be zero, which effectively disables elitism.
So, you can set zero to the getNoElites function to disable elitism.

Community
- 1
- 1

ItsMeMario
- 113
- 8