Package PyDSTool :: Package Toolbox :: Package optimizers :: Package line_search :: Module adaptive_last_step_modifier
[hide private]
[frames] | no frames]

Module adaptive_last_step_modifier

source code

Line search decorator that overrides the default alpha_step value with a factor times the last alpha_step, the factor being a function of the current direction and the last direction

Classes [hide private]
  AdaptiveLastStepModifier
Overrides the default step size and replaces it with a factor times the last one