pub type UnassignedJobEstimator = Arc<dyn Fn(&SolutionContext, &Job) -> f64 + Send + Sync>;
Expand description

A type which allows to control how job is estimated in objective fitness.

Aliased Type§

struct UnassignedJobEstimator { /* private fields */ }