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
Should there be any convention for multi-dimensional data.
If our data structure is a list of dictionaries, each dictionary entry could be multi-dimensional.
If libEnsemble is to have a wrapper to convert numpy structured arrays to list of dictionaries, what do we convert a 2d x value to. It could be a numpy array or should it be some native python type like a list/tuple.
The text was updated successfully, but these errors were encountered:
Should there be any convention for multi-dimensional data.
If our data structure is a list of dictionaries, each dictionary entry could be multi-dimensional.
If libEnsemble is to have a wrapper to convert numpy structured arrays to list of dictionaries, what do we convert a 2d x value to. It could be a numpy array or should it be some native python type like a list/tuple.
The text was updated successfully, but these errors were encountered: