pub fn validate_multi(problem: &dyn MultiProblem) -> Result<(), BoundsError>Expand description
Validates that a multi-objective problem is well-formed: valid bounds (as
in validate) plus at least two objectives, and an objectives() vector
whose length matches n_objectives() at the box midpoint.