Interface
src/solve/classes/MultivariateSolver.ts:18MultivariateSolverOptions
Options for the bounded multi-start search performed by MultivariateSolver.
Members
deduplicationTolerance: numberPropertyTolerance for deduplicating roots (default: 1e-8)
derivativeStep: numberPropertyStep size for numerical Jacobian (default: 1e-8)
gridPoints: numberPropertyNumber of grid points per variable (default: 5)
lowerBound: numberPropertyLower bound for each variable (default: -10)
maxIterations: numberPropertyMaximum Newton-Raphson iterations per start (default: 100)
tolerance: numberPropertyConvergence tolerance (default: 1e-12)
upperBound: numberPropertyUpper bound for each variable (default: 10)
