Struct oxigen::Fitness[][src]

pub struct Fitness { /* fields omitted */ }

Struct that defines the fitness of each individual and the related information.

Trait Implementations

impl Copy for Fitness
[src]

impl Clone for Fitness
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Fitness

impl Sync for Fitness