Expand description
Steepest descent optimizers.
Modules§
- backtracking_
steepest - Backtracking line search steepest descent.
- fixed_
step_ steepest - Fixed-step-size steepest descent, a very simple derivative optimizer.
Structs§
- Mismatched
Length Error - Error returned when problem length does not match state length.
- Step
Size - Multiplier for each component of a step direction in derivative optimization.
Enums§
- Invalid
Step Size Error - Error returned when ‘StepSize’ is given an invalid value.