|
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.steepestdescent.NewtonRaphson
public class NewtonRaphson
The Newton-Raphson method is a second order steepest descent method that is based on the quadratic approximation of the Taylor series.
| Nested Class Summary |
|---|
| 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.steepestdescent.SteepestDescent |
|---|
f, g, tol |
| Constructor Summary | |
|---|---|
NewtonRaphson()
|
|
| Method Summary | |
|---|---|
protected SteepestDescent.LineSearch |
getLineSearch()
|
void |
solve(RealScalarFunction f,
RealVectorFunction g,
double tol)
|
void |
solve(RealScalarFunction f,
RealVectorFunction g,
RntoMatrix H,
double tol)
|
| Methods inherited from class com.numericalmethod.suanshu.optimization.unconstrained.steepestdescent.SteepestDescent |
|---|
minimum, search, solve, solve |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NewtonRaphson()
| Method Detail |
|---|
public void solve(RealScalarFunction f,
RealVectorFunction g,
RntoMatrix H,
double tol)
public void solve(RealScalarFunction f,
RealVectorFunction g,
double tol)
solve in class SteepestDescentprotected SteepestDescent.LineSearch getLineSearch()
getLineSearch in class SteepestDescent
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||