Closed Daiver closed 6 years ago
Is it possible to obtain information about number of passed iterations, number of function/gradient calls, etc after optimization? I only found commented lines "std::cout << "iter: ""
This is what the Criterial object is for. See the example
https://github.com/PatWie/CppNumericalSolvers/blob/97e97c55d5a514c102f6aa746e4f3719d9eefe4c/src/examples/simple_withoptions.cpp#L42-L49
Is it possible to obtain information about number of passed iterations, number of function/gradient calls, etc after optimization? I only found commented lines "std::cout << "iter: ""