public class NewtonMinimization
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
protected FunctionMultiDimensionalDifferentiable |
f |
|
protected boolean |
verbose |
| Constructor | Description |
|---|---|
NewtonMinimization(FunctionMultiDimensionalDifferentiable f,
boolean verbose) |
| Modifier and Type | Method | Description |
|---|---|---|
double[] |
minimize(double[] xGuess,
double tol,
int maxIter) |
protected final boolean verbose
protected FunctionMultiDimensionalDifferentiable f
public NewtonMinimization(FunctionMultiDimensionalDifferentiable f, boolean verbose)