Enum darwin_rs::population_builder::PopError []

pub enum PopError {
    IndividualsTooLow,
    LimitEndTooLow,
}

Variants

The number of individuals is too low, should be >= 3

reset_limit_start must be greater than reset_limit_end

Trait Implementations

impl Debug for PopError
[src]

Formats the value using the given formatter.

impl Display for PopError

Formats the value using the given formatter. Read more

impl Error for PopError

A short description of the error. Read more

The lower-level cause of this error, if any. Read more