Optimiser.set_gradient_options
- Optimiser.set_gradient_options(gradient=True, jacobian=True)[source]
Set the display options of the optimisation
- Parameters
gradient (bool, optional) – If gradient should be provided analytically, by default True
jacobian (bool, optional) – If jacobian should be provided analytically, by default True
- Returns
None – Optimiser is modified in place