_reproducer

Module Contents

Classes

Reproducer

A Reproducer object that enables the reproduction of individuals in an evolutionary process.

Attributes

TPopulation

TPopulation
class Reproducer

Bases: abc.ABC

Inheritance diagram of experimentation.evolution.abstract_elements._reproducer.Reproducer

A Reproducer object that enables the reproduction of individuals in an evolutionary process.

abstract reproduce(population: TPopulation, **kwargs: Any) TPopulation

Make Individuals Reproduce.

Parameters:
  • population – The population.

  • kwargs – Additional arguments.

Returns:

The children.