patrikhuber / superviseddescent

C++11 implementation of the supervised descent optimisation method
http://patrikhuber.github.io/superviseddescent/
Apache License 2.0
402 stars 188 forks source link

Missing verbose_solver.hpp #12

Closed rex-yue-wu closed 9 years ago

rex-yue-wu commented 9 years ago

Hi Patrik,

It seems that include/verbose_solver.hpp file is missing. I am not sure whether this file is needed in the current version, but basically I cannot compile your project as it is.

Many thanks,

patrikhuber commented 9 years ago

Hi @rex-yue-wu,

You're right, thank you very much for spotting and reporting that! I just added the file along with one or two other minor changes. (fix in 2f85b13)

Thanks!

patrikhuber commented 9 years ago

Fixed and released as v0.4.1. Let me know if you have any more issues :-)

rex-yue-wu commented 9 years ago

Thanks for your quick response.