Two changes to TinySolver 1. Add function_tolerance based termination, updating the termination logic to be in line with Ceres. 2. Replace the use of "error" with "residuals" in the code. Change-Id: I3fd543f3a8226fe7f07eeec358559cba934679b2
Ceres Solver is an open source C++ library for modeling and solving large, complicated optimization problems. It is a feature rich, mature and performant library which has been used in production at Google since 2010. Ceres Solver can solve two kinds of problems.
Please see ceres-solver.org for more information.