CADETProcess.optimization.Population.update

CADETProcess.optimization.Population.update#

Population.update(other)[source]#

Update the population with individuals from another population.

Parameters:
otherPopulation

Another population.

Raises:
TypeError

If other is not an instance of Population.

CADETProcessError

If the dimensions do not match.