rotation finder experiments

wip
This commit is contained in:
tamasmeszaros 2020-08-26 10:25:09 +02:00
parent 10f7d64880
commit b4e30cc8ad
4 changed files with 108 additions and 54 deletions

View file

@ -368,6 +368,7 @@ template<size_t N> auto score_gradient(double s, const double (&grad)[N])
using AlgNLoptGenetic = detail::NLoptAlgComb<NLOPT_GN_ESCH>;
using AlgNLoptSubplex = detail::NLoptAlg<NLOPT_LN_SBPLX>;
using AlgNLoptSimplex = detail::NLoptAlg<NLOPT_LN_NELDERMEAD>;
using AlgNLoptDIRECT = detail::NLoptAlg<NLOPT_GN_DIRECT>;
// TODO: define others if needed...