accosmin / nano

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

Refactor the optimization problem #83

Closed accosmin closed 8 years ago

accosmin commented 8 years ago

Do not pass lambdas to problem_t, but implement some pure virtual protected functions instead. Keep the old interface as a _functor_problemt that implements the problem_t interface.

accosmin commented 8 years ago

Maybe implement some model-based problems: e.g. to compute gparam or ginput as the gradient, given a model or possible an accumulator