GreedyMixin._greedy

mixins.site_solvers.GreedyMixin._greedy(
    p,
    objectives,
    weights,
    scorer,
    show_progress=False,
    threshold_for_coverage=None,
    max_value_cutoff=None,
    full_secondary_metrics=False,
    baseline_costs=None,
    meaningful_change_threshold=0.0,
    beyond_thresholds=None,
    unreachable_cost=None,
)
Back to top