Compounds | |
| class | EllipsoidTarget |
| class | GriewangkTarget |
| class | MandelbrotTarget |
| class | ParabolicRidgeTarget |
| class | RastriginTarget |
| class | RosenbrockTarget |
| class | SchwefelTarget |
| class | SphereTarget |
Functions | |
| sqr (x) | |
| __init__ (self, Name='No Name', Minimize=true) | |
| xopt (self) | |
| evaluate (self, x) | |
| qfun (self) | |
| MandelbrotIteration (p, n) | |
|
||||||||||||||||
|
|
|
||||||||||||
|
Optimization evaluation function. Maps input vector x to scalar error resp. quality value. |
|
||||||||||||
|
Mandelbrot iteration. Do at most n iterations of the complex mapping X(i+1) = XiČ + c with parameter c and X0 = 0 until it diverges (max. n times), divergence criterium is | Xi | > 2.0. Periodicity checking is also done. Arguments:
|
|
|
Get the quality evaluation function |
|
|
|
|
|
Get optimum vector (pure virtual). |
1.2.17