Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members  

OptimizationModel::MandelbrotModel Class Reference

List of all members.

Public Methods

 __init__ (self, n=2)
 evaluate (self, x)
 sequence (self)

Detailed Description

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   ,
  = 2
 

OptimizationModel::MandelbrotModel::evaluate self   ,
 
 

OptimizationModel::MandelbrotModel::sequence self   
 

Returns last iteration sequence


The documentation for this class was generated from the following file:
Generated on Thu Feb 27 21:24:39 2003 for PyEs by doxygen1.2.17