Hi! Quick question about intended scope.
From the README it looks like AskTellSolvers.jl is an interface for ask-tell optimizers. Is the plan:
- keep this repo interface-only (types + API + adapters), and have actual algorithms live in separate packages,
or
- also accept/host concrete solver implementations here?
Context: I’m working on ask/tell metaheuristic optimizers (no surrogate model) and I’m considering contributing.
Thanks!