Compounds | |
class | EllipsoidModel |
class | MandelbrotModel |
class | ParabolicRidgeModel |
class | RosenbrockModel |
class | SphereModel |
Functions | |
sqr (x) | |
__init__ (self, n=0, name='No Name') | |
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 |
|
|