pub trait CloneBox<T: FloatNumber, D: Dim> {
// Required method
fn clone_box(&self) -> Box<dyn ObjectiveFunction<T, D>>;
}
pub trait CloneBox<T: FloatNumber, D: Dim> {
// Required method
fn clone_box(&self) -> Box<dyn ObjectiveFunction<T, D>>;
}