mahf-opt / mahf

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

Remove better_any patch. #171

Closed luleyleo closed 1 year ago

luleyleo commented 1 year ago

The original author of the crate does not respond to my PR and I don't want to re-publish it right now. Maybe we can get rid of this dependency once we rework and simplify State.

Once this is merged, MAHF will no longer depend on any Git dependencies and could theoretically be published.

luleyleo commented 1 year ago

The patch was there to fix the unnecessary import of TidAble. When I wrote this, I had the hope that the author would merge the fix soon, but they do not respond at all.

Removing the patch means you'll have to manually import TidAble everytime you use the Tid derive macro.

HeleNoir commented 1 year ago

Okay, thanks! Then it would have been nice to have it the other way but it is fine now.