desdeo_emo.population.SurrogatePopulation¶
Module Contents¶
Classes¶
Helper class that provides a standard way to create an ABC using |
-
class
desdeo_emo.population.SurrogatePopulation.SurrogatePopulation(problem, pop_size: int, initial_pop, xover, mutation, recombination)[source]¶ Bases:
desdeo_emo.population.Population.Population,desdeo_emo.population.Population.BasePopulationHelper class that provides a standard way to create an ABC using inheritance.