Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-14 | update fit to use nlopt for minimization | tlatorre | |
The GSL library only has the Nelder Mead Simplex algorithm for doing multidimensional minimization without gradient information. The nlopt library has lots of different minimization algorithms so it's easier to switch between them to see which one works best. | |||
2018-08-14 | move everything to src directory | tlatorre | |