issues
search
accosmin-org
/
libnano
C++ numerical optimization and machine learning utilities using Eigen3
MIT License
4
stars
1
forks
source link
Improve solver bechmark
#7
Closed
accosmin
closed
5 years ago
accosmin
commented
5 years ago
the invalid states should not be considered for statistics
may improve solver_t to return the last valid state if the current one is not valid (e.g. overflows)
add options to log the iterations for the failed optimization paths
accosmin
commented
5 years ago
use all threads for benchmarking the solvers (e.g. thread-safe line-search implementation)