CADETProcess.optimization.Population.__getitem__#
- Population.__getitem__(x: ndarray | list) Individual[source]#
Get an individual from the population using its hashable representation.
- Parameters:
- xnp.ndarray | list
The hashable representation of the individual.
- Returns:
- Individual
The individual from the population.