The fractal mandelbrot set (discovered by Benoit Mandelbrot from IBM) shows the convergence properties of the complex iteration X[n+1] = X[n]² + C in dependence of the iteration constant C. Objective is to maximize number of iterations.
Member Function Documentation
OptimizationTarget::MandelbrotTarget::__init__
(
self
)
OptimizationTarget::MandelbrotTarget::evaluate
(
self
,
x
)
OptimizationTarget::MandelbrotTarget::sequence
(
self
)
Returns last iteration sequence
The documentation for this class was generated from the following file: