Module breeding

Source
Expand description

§BreedStrategy

The BreedStrategy trait defines the interface for strategies responsible for breeding new individuals (phenotypes) based on a set of parent individuals and evolution options.

Re-exports§

pub use bounded::BoundedBreedConfig;
pub use bounded::BoundedBreedConfigBuilder;
pub use bounded::BoundedBreedStrategy;
pub use bounded::Magnitude;
pub use combinatorial::CombinatorialBreedConfig;
pub use combinatorial::CombinatorialBreedConfigBuilder;
pub use combinatorial::CombinatorialBreedStrategy;
pub use ordinary::OrdinaryStrategy;

Modules§

bounded
BoundedBreedStrategy
combinatorial
Combinatorial Breeding Strategies
ordinary
OrdinaryStrategy

Traits§

BreedStrategy
BreedStrategy