- All Superinterfaces:
- java.io.Serializable
- All Known Subinterfaces:
- BBNode, C2OptimProblem, ConstrainedOptimProblem, ILPProblem, IPProblem, LPProblem
- All Known Implementing Classes:
- BruteForceIPProblem, C2OptimProblemImpl, CanonicalLPProblem1, CanonicalLPProblem2, ConstrainedOptimProblemImpl1, ILPNode, ILPProblemImpl1, IPProblemImpl1, LPProblemImpl1, NonNegativityConstraintOptimProblem, PureILPProblem, QPProblem, SDPDualProblem, SOCPDualProblem, SOCPGeneralProblem, StandardLPProblem
public interface OptimProblem
extends java.io.Serializable
This is an optimization problem that minimizes a real valued objective function, one or multi dimension.
Optimization, or mathematical programming, refers to choosing the best element from some set of available alternatives.
In the simplest case,
this means solving problems in which one seeks to minimize (or maximize) a real function by systematically choosing the values of real or integer variables from within an allowed set.
The generalization of optimization theory and techniques to other formulations comprises a large area of applied mathematics.
More generally, it means finding "best available" values of some objective function given a defined domain,
including a variety of different types of objective functions and different types of domains.
- See Also:
- Wikipedia: Optimization (mathematics)