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