Метод | Описание | |
---|---|---|
Reset ( double rate ) : void |
Resets the current update steps using the given learning rate.
|
|
ResilientBackpropagation ( |
Creates a new instance of the L-BFGS optimization algorithm.
|
|
ResilientBackpropagation ( int numberOfVariables ) : System |
Creates a new ResilientBackpropagation function optimizer.
|
|
ResilientBackpropagation ( int numberOfVariables, double>.Func |
Creates a new instance of the L-BFGS optimization algorithm.
|
Метод | Описание | |
---|---|---|
OnProgressChanged ( |
Raises the E:ProgressChanged event.
|
|
Optimize ( ) : bool |
Implements the actual optimization algorithm. This method should try to minimize the objective function.
|
Метод | Описание | |
---|---|---|
init ( int numberOfVariables ) : void | ||
runEpoch ( ) : double |
protected OnProgressChanged ( |
||
args | The |
|
Результат | void |
public ResilientBackpropagation ( |
||
function | The function to be optimized. | |
Результат | System |
public ResilientBackpropagation ( int numberOfVariables ) : System | ||
numberOfVariables | int | The number of parameters in the function to be optimized. |
Результат | System |
public ResilientBackpropagation ( 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. |
Результат | System |