0

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.

user2987773
  • 407
  • 5
  • 18

1 Answers1

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