Optimiser.set_objective
- Optimiser.set_objective(objective='min')[source]
Set the objective function for the problem.
- Parameters
objective (str, optional) β Name of the objective function to call, by default βminβ For a list of possible objective functions see [link].
- Returns
None β Optimiser is modified in place