메소드 | 설명 | |
---|---|---|
Update ( OptimizerProperties properties ) : bool |
Returns a boolean value indicating whether to keep optimizing. Used for optimization routines with early stopping.
|
|
UpdateCost ( ICostFunction costFunction, OptimizerProperties properties ) : double |
Update and return the Cost.
|
|
UpdateGradient ( ICostFunction costFunction, OptimizerProperties properties ) : |
Update and return the Gradient.
|
|
UpdateTheta ( OptimizerProperties properties ) : |
Update and return the new Theta value.
|
public Update ( OptimizerProperties properties ) : bool | ||
properties | OptimizerProperties | |
리턴 | bool |
public UpdateCost ( ICostFunction costFunction, OptimizerProperties properties ) : double | ||
costFunction | ICostFunction | The cost function to optimize. |
properties | OptimizerProperties | Properties for the optimization routine. |
리턴 | double |
public UpdateGradient ( ICostFunction costFunction, OptimizerProperties properties ) : |
||
costFunction | ICostFunction | The cost function to optimize. |
properties | OptimizerProperties | Properties for the optimization routine. |
리턴 |
public abstract UpdateTheta ( OptimizerProperties properties ) : |
||
properties | OptimizerProperties | Properties for the optimization routine. |
리턴 |