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

OptimizationTarget::MandelbrotTarget Class Reference

List of all members.

Public Methods

 __init__ (self)
 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. Objective is to maximize number of iterations.


Member Function Documentation

OptimizationTarget::MandelbrotTarget::__init__ self   
 

OptimizationTarget::MandelbrotTarget::evaluate self   ,
 
 

OptimizationTarget::MandelbrotTarget::sequence self   
 

Returns last iteration sequence


The documentation for this class was generated from the following file:
Generated on Wed Mar 5 14:47:43 2003 for PyEs by doxygen1.2.17