You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using a pair of double* and an int for size is very antiquated and very c-style. there is probably no reason why cmaes intefarces should not use vector. this includes for instance the following:
CMAParameters<>(unsigned int n, const double* const p, const double sigma);