P - the optimization problem typeS - the optimization solution typepublic interface Optimizer<P,S>
| Modifier and Type | Method and Description |
|---|---|
S |
solve(P problem)
Solve an optimization problem, e.g.,
OptimProblem. |
S solve(P problem) throws Exception
OptimProblem.problem - an optimization problemException - when there is an error solving the problemCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.