Daniel Duffy
C++ author, trainer
- Joined
- 10/4/07
- Messages
- 10,545
- Points
- 648
L-BFGS and CG
Unconstrained optimization. Function gradient is needed.
Levenberg-Marquardt algorithm
Unconstrained or boundary constrained optimization.
Bound and linear equality/inequality constrained optimization
Linearly constrained optimization.
Constrained quadratic programming with box/linear constraints
ALL theese methods require gradints and looks like they are not for me
Or i am wrong&How i can write gradient?
You can help me if just say Which method i shoud choose? maybe you know one or two good?
If you want derivative-free models, what about Differential Evolution?