Méthode | Description | |
---|---|---|
DESuite ( DECrossover crossover, DitherVariant dither ) : System.Diagnostics |
Construct the object.
|
|
DESuite ( Problem problem, DECrossover crossover, DitherVariant dither ) : System.Diagnostics |
Construct the object.
|
|
DESuite ( int numAgentsMultiple, DECrossover crossover, DitherVariant dither ) : System.Diagnostics |
Construct the object.
|
|
DESuite ( int numAgentsMultiple, Problem problem, DECrossover crossover, DitherVariant dither ) : System.Diagnostics |
Construct the object.
|
|
GetNumAgents ( double parameters ) : int |
Get parameter, Number of agents, aka. population size.
|
|
Optimize ( double parameters ) : Result |
Perform one optimization run and return the best found solution.
|
public DESuite ( DECrossover crossover, DitherVariant dither ) : System.Diagnostics | ||
crossover | DECrossover | Crossover variant to be used. |
dither | DitherVariant | Dither variant to be used. |
Résultat | System.Diagnostics |
public DESuite ( Problem problem, DECrossover crossover, DitherVariant dither ) : System.Diagnostics | ||
problem | Problem | Problem to optimize. |
crossover | DECrossover | Crossover variant to be used. |
dither | DitherVariant | Dither variant to be used. |
Résultat | System.Diagnostics |
public DESuite ( int numAgentsMultiple, DECrossover crossover, DitherVariant dither ) : System.Diagnostics | ||
numAgentsMultiple | int | Population size multiple, e.g. 4 ensures populations are sized 4, 8, 12, 16, ... |
crossover | DECrossover | Crossover variant to be used. |
dither | DitherVariant | Dither variant to be used. |
Résultat | System.Diagnostics |
public DESuite ( int numAgentsMultiple, Problem problem, DECrossover crossover, DitherVariant dither ) : System.Diagnostics | ||
numAgentsMultiple | int | Population size multiple, e.g. 4 ensures populations are sized 4, 8, 12, 16, ... |
problem | Problem | Problem to optimize. |
crossover | DECrossover | Crossover variant to be used. |
dither | DitherVariant | Dither variant to be used. |
Résultat | System.Diagnostics |
public GetNumAgents ( double parameters ) : int | ||
parameters | double | Optimizer parameters. |
Résultat | int |
public Optimize ( double parameters ) : Result | ||
parameters | double | Control parameters for the optimizer. |
Résultat | Result |