C# Class SwarmOps.Optimizers.LUS

Local Unimodal Sampling (LUS) optimizer originally due to Pedersen (1). Does local sampling with an exponential decrease of the sampling-range. Works well for many optimization problems, especially when only short runs are allowed. Is particularly well suited as the overlaying meta-optimizer when tuning parameters for another optimizer.
References: (1) M.E.H. Pedersen. Tuning & Simplifying Heuristical Optimization. PhD Thesis, University of Southampton, 2010.
Inheritance: Optimizer
Afficher le fichier Open project: DanWBR/dwsim3

Méthodes publiques

Méthode 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.

Method Details

GetGamma() public méthode

Get parameter, Gamma.
public GetGamma ( double parameters ) : double
parameters double Optimizer parameters.
Résultat double

LUS() public méthode

Construct the object.
public LUS ( ) : System.Diagnostics
Résultat System.Diagnostics

LUS() public méthode

Construct the object.
public LUS ( Problem problem ) : System.Diagnostics
problem Problem Problem to optimize.
Résultat System.Diagnostics

Optimize() public méthode

Perform one optimization run and return the best found solution.
public Optimize ( double parameters ) : Result
parameters double Control parameters for the optimizer.
Résultat Result