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.
Member Function Documentation
OptimizationModel::MandelbrotModel::__init__
(
self
,
n
= 2
)
OptimizationModel::MandelbrotModel::evaluate
(
self
,
x
)
OptimizationModel::MandelbrotModel::sequence
(
self
)
Returns last iteration sequence
The documentation for this class was generated from the following file: