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