Package | Description |
---|---|
org.apache.commons.math.optimization.linear |
This package provides optimization algorithms for linear constrained problems.
|
Modifier and Type | Field and Description |
---|---|
protected Collection<LinearConstraint> |
AbstractLinearOptimizer.linearConstraints
Linear constraints.
|
Modifier and Type | Method and Description |
---|---|
RealPointValuePair |
AbstractLinearOptimizer.optimize(LinearObjectiveFunction f,
Collection<LinearConstraint> constraints,
GoalType goalType,
boolean restrictToNonNegative)
Optimizes an objective function.
|
RealPointValuePair |
LinearOptimizer.optimize(LinearObjectiveFunction f,
Collection<LinearConstraint> constraints,
GoalType goalType,
boolean restrictToNonNegative)
Optimizes an objective function.
|
Copyright © 2003–2018. All rights reserved.