desdeo_emo.population.SurrogatePopulation

Module Contents

Classes

SurrogatePopulation

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.BasePopulation

Helper class that provides a standard way to create an ABC using inheritance.