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
Currently, CMAES only works with one-dimensional individuals. It's possible to accept multi-dimensional individuals and vectorize them, keep dimensional information in the state and reshaping an individual into its original form when the minimizer is requested.
Currently, a matrix of individuals transformed into a vector of vectors, which doesn't make much sense.
The text was updated successfully, but these errors were encountered:
Currently, CMAES only works with one-dimensional individuals. It's possible to accept multi-dimensional individuals and vectorize them, keep dimensional information in the state and reshaping an individual into its original form when the minimizer is requested.
Currently, a matrix of individuals transformed into a vector of vectors, which doesn't make much sense.
The text was updated successfully, but these errors were encountered: