Closed accosmin closed 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.
Maybe implement some model-based problems: e.g. to compute gparam or ginput as the gradient, given a model or possible an accumulator
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.