| Home | Trees | Indices | Help | 
|---|
| 
       | 
  
object --+
         |
        Algorithm
Abstract class to define iterative algorithms.
Attributes
----------
iter_ : int
    Current iteration number.
Methods
-------
initialize : Set variables to initial state
iterate : perform one iteration and return current solution
callback : user-defined function to print status or save variables
cont : continue the optimization skipping initialiaztion
__call__ : perform the optimization unt stop_condition is reached
    
  | 
|||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
| 
     Inherited from   | 
  |||
    
  | 
|||
| 
     Inherited from   | 
  |||
    
  | 
|||
  
 Perform some task at exit. Does nothing by default.  | 
| Home | Trees | Indices | Help | 
|---|
| Generated by Epydoc 3.0.1 on Thu Jun 2 17:46:15 2011 | http://epydoc.sourceforge.net |