pub type TargetEvolutionStrategy = Box<dyn EvolutionStrategy<Context = RefinementContext, Objective = GoalContext, Solution = InsertionContext>>;
Expand description

A type alias for domain specific evolution strategy.

Aliased Type§

struct TargetEvolutionStrategy(/* private fields */);