MCPcopy Create free account
hub / github.com/cmower/optas / setup

Method setup

optas/solver.py:619–714  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected