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