Enum revonet::settings::CrossoverOperator [] [src]

pub enum CrossoverOperator {
    Arithmetic,
    BlxAlpha,
}

Enumeration for the different types of crossover operators.

Variants

Arithmetic crossover. Each child gene is randomly distributed between parent genes.

Child genes are picked from an expanded region containing genes of both parents.

Trait Implementations

impl Clone for CrossoverOperator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CrossoverOperator
[src]

impl Debug for CrossoverOperator
[src]

Formats the value using the given formatter.

impl PartialEq for CrossoverOperator
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.