pub trait HeuristicObjective: MultiObjective + Send + Sync { }
Expand description

Represents a heuristic objective function.

Implementors§