accosmin / nano

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

Refactor optimizers #121

Closed accosmin closed 8 years ago

accosmin commented 8 years ago

The optimization algorithms should be of clonable_t type s.t. they are available through:

Need to setup properly the default line-search options for each batch optimizer. Need to pass explicitly the optimizer to trainers. Remove the associated enums.