Method | Description | |
---|---|---|
TrustRegionNewtonMethod ( int numberOfVariables ) : System |
Creates a new ResilientBackpropagation function optimizer.
|
|
TrustRegionNewtonMethod ( int numberOfVariables, double>.Func |
Creates a new ResilientBackpropagation function optimizer.
|
Method | Description | |
---|---|---|
Optimize ( ) : bool |
Implements the actual optimization algorithm. This method should try to minimize the objective function.
|
Method | Description | |
---|---|---|
trcg ( double delta, double g, double s, double r ) : int | ||
tron ( double w ) : void |
public TrustRegionNewtonMethod ( int numberOfVariables ) : System | ||
numberOfVariables | int | The number of parameters in the function to be optimized. |
return | System |
public TrustRegionNewtonMethod ( int numberOfVariables, double>.Func |
||
numberOfVariables | int | The number of free parameters in the function to be optimized. |
function | double>.Func | The function to be optimized. |
gradient | double[]>.Func | The gradient of the function. |
hessian | double[]>.Func | The hessian of the function. |
return | System |