Default options for constructing a SimplexSolver.
Default options for constructing a SimplexSolver.
(solver)(solver options)Return an implementation of Solver using the 2-stage Simplex algorithm provided by Apache Commons Math.
Optionally takes an options map containing the following keys:
:epsilon - Amount of error to accept for algorithm convergence. :max-ulps - Amount of error to accept in floating point comparisons. :cutoff - Values smaller than the cutOff are treated as zero.
Return an implementation of Solver using the 2-stage Simplex algorithm provided by Apache Commons Math. Optionally takes an options map containing the following keys: :epsilon - Amount of error to accept for algorithm convergence. :max-ulps - Amount of error to accept in floating point comparisons. :cutoff - Values smaller than the cutOff are treated as zero.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |