Reduce the number of minimizer iterations in evaluation_callback_test.cc This should reduce the probability of the test heuristic failing due to floating point issues. https://github.com/ceres-solver/ceres-solver/issues/562 https://github.com/ceres-solver/ceres-solver/issues/392 Change-Id: I8ccf4164a8d595f5930d378f464313d4a2cae419
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.