Expand description
Solvers
Modules§
- brent
- Brent’s methods
- conjugategradient
- Conjugate Gradient methods
- gaussnewton
- Newton Methods
- goldensectionsearch
- Golden-section search
- gradientdescent
- Gradient descent methods
- landweber
- Landweber iteration
- linesearch
- Line search methods
- neldermead
- Nelder-Mead method
- newton
- Newton Methods
- particleswarm
- Particle Swarm Optimization (PSO)
- quasinewton
- Quasi-Newton methods
- simulatedannealing
- Simulated Annealing
- trustregion
- Trust region method