vtkAmoebaMinimizer

Section: Visualization Toolkit Common Classes

Usage

vtkAmoebaMinimizer will modify a set of parameters in order to find the minimum of a specified function. The method used is commonly known as the amoeba method, it constructs an n-dimensional simplex in parameter space (i.e. a tetrahedron if the number or parameters is 3) and moves the vertices around parameter space until a local minimum is found. The amoeba method is robust, reasonably efficient, but is not guaranteed to find the global minimum if several local minima exist.

To create an instance of class vtkAmoebaMinimizer, simply invoke its constructor as follows

  obj = vtkAmoebaMinimizer

Methods

The class vtkAmoebaMinimizer has several methods that can be used. They are listed below. Note that the documentation is translated automatically from the VTK sources, and may not be completely intelligible. When in doubt, consult the VTK website. In the methods listed below, obj is an instance of the vtkAmoebaMinimizer class.