Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ax improvements #53

Open
schmoelder opened this issue Jul 28, 2023 · 0 comments
Open

Ax improvements #53

schmoelder opened this issue Jul 28, 2023 · 0 comments

Comments

@schmoelder
Copy link
Contributor

schmoelder commented Jul 28, 2023

#30 implements an adapter to use Ax for Bayesian Optimization in CADET-Process. The aim of that PR is a MVP, allowing us to explore further options.

This issue here collects some further ideas to improve BO in CADET-Process.

Other ideas (low priority)

  • Explore "fidelity" / "multi-fidelity" concepts in Ax
  • Staging can formalize constraints checking, etc. before trials are actually run (similar to RepairIndividual in pymoo).
    class CADETProcessRunner(Runner):
        ...
        def staging_required(self) -> bool:
            # return True  # if staging should be a required step
            return False
        ...
    Staging: For new trials, there are different staging steps (e.g. to check rejection, feasibility, ...). How can we leverage this?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant