org.ojalgo.optimisation
Interface OptimisationSolver
- All Known Implementing Classes:
- GenericSolver, IntegerSolver, JAMPL, LinearSolver, QuadraticSolver
public interface OptimisationSolver
An OptimisationSolver implementation implements a specific
optimisation algorithm. Typically each algorithm solves problems of
(at least) one problem category. OptimisationModel represents
a problem category.
A solver internally works with primitive double.
- Author:
- apete
solve
OptimisationSolver.Result solve()
solve
OptimisationSolver.Result solve(OptimisationModel aValidationModel)