Package PyDSTool :: Package Toolbox :: Package optimizers :: Package optimizer
[hide private]
[frames] | no frames]

Package optimizer

source code

Module containing the core optimizers

Optimizers :

Submodules [hide private]

Classes [hide private]
  StandardOptimizer
A standard optimizer, takes a step and finds the best candidate Must give in self.optimalPoint the optimal point after optimization
  StandardOptimizerModifying
A standard optimizer, takes a step and finds the best candidate Must give in self.optimalPoint the optimal point after optimization After each iteration the resulting optimization point is modified by a call to a function
Variables [hide private]
  optimizer__all__ = ['StandardOptimizer', 'StandardOptimizerMod...
Variables Details [hide private]

optimizer__all__

Value:
['StandardOptimizer', 'StandardOptimizerModifying']