Optimiser.set_solver

Optimiser.set_solver(solver='SLSQP')[source]

Set the features for the problem.

Parameters

solver (str, optional) – Set the solver to use. For a list of possible solvers see [link].

Returns

None – Optimiser is modified in place