ENG | Exploring optimization algorithms and libraries in C++
I tried to play with some libraries (Ceres Solver, Eigen, Simplex) for optimization algorithms dealing with tasks as curve fitting or finding minimum of functions. See README.md and souce code in m...