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

Add an example on how to add a configurator #24

Open hadarshavit opened 1 month ago

hadarshavit commented 1 month ago

Sparkle is now decoupled from SMAC2. However, the only configurator that there is an example for is SMAC2 which is Java based. Add an example on how to add a new configurator, preferably a Python one with an ask-tell interface. For example: https://automl.github.io/SMAC3/main/examples/1_basics/3_ask_and_tell.html

thijssnelleman commented 2 weeks ago

Currently still busy with adding in one myself, once that is done we can write a how-to instruction manual