accosmin / nano

C++ library [machine learning & numerical optimization] - superseeded by libnano
MIT License
1 stars 0 forks source link

Remove boost serialization #56

Closed accosmin closed 8 years ago

accosmin commented 9 years ago

Replace the boost serialization usage with a simple call to std::istream or std::ostream. In the end we are just saving the model parameters as a simple binary blob.