Expand description
Common utilities for unconstrained optimization algorithms
Functionsยง
- array_
diff_ norm - Compute the norm of the difference between two arrays
- check_
convergence - Check convergence criteria
- clip_
step - Clip step size to satisfy bounds
- finite_
difference_ gradient - Computes finite difference gradient
- finite_
difference_ hessian - Computes finite difference Hessian
- initial_
step_ size - Initialize step size for line search
- to_
array_ view - Convert between Array1 and ArrayView1 consistently