Method | Description | |
---|---|---|
GD ( ) : System.Diagnostics |
Construct the object.
|
|
GD ( Problem problem ) : System.Diagnostics |
Construct the object.
|
|
GetStepsize ( double parameters ) : double |
Get parameter, Stepsize.
|
|
Optimize ( double parameters ) : Result |
Perform one optimization run and return the best found solution.
|
public GD ( Problem problem ) : System.Diagnostics | ||
problem | Problem | Problem to optimize. |
return | System.Diagnostics |
public GetStepsize ( double parameters ) : double | ||
parameters | double | Optimizer parameters. |
return | double |
public Optimize ( double parameters ) : Result | ||
parameters | double | Control parameters for the optimizer. |
return | Result |