Méthode | Description | |
---|---|---|
GetNumIterationsPerDim ( double parameters ) : int |
Get parameter, Number of iterations per dimension.
|
|
MESH ( ) : System.Diagnostics |
Construct the object.
|
|
MESH ( double mask, Problem problem ) : System.Diagnostics |
Construct the object.
|
|
Optimize ( double parameters ) : Result |
Perform one optimization run and return the best found solution.
|
Méthode | Description | |
---|---|---|
Recursive ( int curDim, int numIterationsPerDim, double delta, double &x, double &g, double &gFitness, bool &gFeasible ) : void |
Helper function for recursive traversal of the mesh in a depth-first order.
|
|
RecursiveInner ( int curDim, int numIterationsPerDim, double delta, double &x, double &g, double &gFitness, bool &gFeasible ) : void |
Helper function for recursive traversal of the mesh in a depth-first order.
|
public GetNumIterationsPerDim ( double parameters ) : int | ||
parameters | double | Optimizer parameters. |
Résultat | int |
public MESH ( double mask, Problem problem ) : System.Diagnostics | ||
mask | double | Fix certain parameters or leave null. |
problem | Problem | Problem to optimize. |
Résultat | System.Diagnostics |
public Optimize ( double parameters ) : Result | ||
parameters | double | Control parameters for the optimizer. |
Résultat | Result |