mahf-opt / mahf

A framework for modular construction and evaluation of metaheuristics.
GNU General Public License v3.0
10 stars 0 forks source link

Make components independent from `Vec` #154

Open Saethox opened 1 year ago

Saethox commented 1 year ago

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.