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
1 stars 1 forks source link

Support feature groups for algorithm selection #20

Open hadarshavit opened 1 month ago

hadarshavit commented 1 month ago

Features describing instances are usually split into feature groups. It is then possible to decide which feature groups to extract and save time by extracting only the necessary feature groups. AutoFolio supports feature groups, however only with ASlib scenario as an input. Currently, Sparkle constructs the portfolio selector with CSV files. To improve the performance we need to: