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
We use Vec all over the place for solution encoding, but it would be nice to have the option to use ndarray or other collection types in general for this. A possible starting point for this is argmin-math, which looks intimidating at first, but we could make this into a separate repo.
The text was updated successfully, but these errors were encountered:
We use
Vec
all over the place for solution encoding, but it would be nice to have the option to usendarray
or other collection types in general for this. A possible starting point for this is argmin-math, which looks intimidating at first, but we could make this into a separate repo.The text was updated successfully, but these errors were encountered: