|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.optimization.unconstrained.UnconstrainedProblem
public class UnconstrainedProblem
This class defines an unconstrained optimization problem in this form.
minimize f(x)
| Field Summary | |
|---|---|
RealScalarFunction |
f
the objective function to be minimized |
| Constructor Summary | |
|---|---|
UnconstrainedProblem(RealScalarFunction f)
Construct an unconstrained optimization problem. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final RealScalarFunction f
| Constructor Detail |
|---|
public UnconstrainedProblem(RealScalarFunction f)
f - the objective function to be minimized
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||