Setup the Scipy solver. @param method Type of solver. Default is "SLSQP". @param tol Tolerance for termination. When tol is specified, the selected minimization algorithm sets some relevant solver-specific tolerance(s) equal to tol. For detailed control, use solver-specific options.
(
self,
method: str = "SLSQP",
tol: Union[None, float] = None,
options: Union[None, Dict] = None,
)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected