pub fn create_minimize_unassigned_jobs_feature(
    name: &str,
    unassigned_job_estimator: UnassignedJobEstimator
) -> Result<Feature, GenericError>
Expand description

Creates a feature to minimize amount of unassigned jobs.