|
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.steepestdescent.SteepestDescent
com.numericalmethod.suanshu.optimization.unconstrained.quasinewton.QuasiNewton
com.numericalmethod.suanshu.optimization.unconstrained.quasinewton.Huang
com.numericalmethod.suanshu.optimization.unconstrained.quasinewton.DFP
public class DFP
The Davidon-Fletcher-Powell method is a quasi-Newton method to solve unconstrained nonlinear optimization problems.
This method maintains the symmetry and positive definiteness of the Hessian matrix.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.numericalmethod.suanshu.optimization.unconstrained.quasinewton.QuasiNewton |
|---|
QuasiNewton.QuasiNewtonImpl |
| Nested classes/interfaces inherited from class com.numericalmethod.suanshu.optimization.unconstrained.steepestdescent.SteepestDescent |
|---|
SteepestDescent.LineSearch |
| Field Summary |
|---|
| Fields inherited from class com.numericalmethod.suanshu.optimization.unconstrained.quasinewton.Huang |
|---|
omega, phi, psi, theta |
| Fields inherited from class com.numericalmethod.suanshu.optimization.unconstrained.steepestdescent.SteepestDescent |
|---|
f, g, tol |
| Constructor Summary | |
|---|---|
DFP()
Construct an instance of DFP to minimize a function. |
|
| Method Summary |
|---|
| Methods inherited from class com.numericalmethod.suanshu.optimization.unconstrained.quasinewton.Huang |
|---|
getLineSearch |
| Methods inherited from class com.numericalmethod.suanshu.optimization.unconstrained.steepestdescent.SteepestDescent |
|---|
minimum, search, solve, solve, solve |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DFP()
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||