Classes

Function minimization
[Examples]

Function minimization example - using FloatingPoint or Binary genotype (see more on this example in help/tutorial.html). More...

Classes

class  FunctionMinEvalOp
 Function minimization evaluation class. More...

Detailed Description

Function minimization example - using FloatingPoint or Binary genotype (see more on this example in help/tutorial.html).

Description
Tries to find the (global) minimum of a continuous multidimensional function. The example uses either FloatingPoint or Binary genotype.
Parameters (in the config file)
  • "function": defines the minimization function to be used (default: 1)
  • with FloatingPoint genotype, a number of dimensions and the interval [lbound, ubound] must be set
  • with Binary genotype, a number of dimensions, the interval [lbound, ubound] and precision (number of digits after the decimal point) must be set
References