metaheuristic_designer.population#

Base class for the Population module.

This module implements a data structure to hold the collection of solutions we are considering.

Classes

Population(genotype_matrix[, encoding])

Container for a set of candidate solutions and their fitness.