pub struct SpiralLogisticWithCeiling {
pub opts: Options,
pub ceiling: f64,
}
Available on crate feature
regression
only.Expand description
Implements LogisticEstimator
with a known ceiling for the input values.
Uses manhattan distance as the fitness function.
This can be used to model logistic growth with a known max.