ADA-research / Sparkle

Sparkle is a Programming by Optimisation (PbO)-based problem-solving platform designed to enable the widespread and effective use of PbO techniques for improving the state-of-the-art in solving a broad range of prominent AI problems, including SAT and AI Planning.
https://ada-research.github.io/Sparkle/
MIT License
5 stars 2 forks source link

Decouple Sparkle from AutoFolio #21

Open hadarshavit opened 4 months ago

hadarshavit commented 4 months ago

Sparkle only supports AutoFolio for algorithm selection. The AutoFolio configuration is also constant. The goal is to decouple Sparkle from AutoFolio and allow the user to use different algorithm selectors (such as ASAP https://gitlab.com/francois.gonard/asap-v2-stable)

thijssnelleman commented 2 months ago

This has now partially been solved by the OO-fication of Sparkle's selector implementation