We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#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.
CADETProcessRunner.run
RepairIndividual
class CADETProcessRunner(Runner): ... def staging_required(self) -> bool: # return True # if staging should be a required step return False ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#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.
CADETProcessRunner.run
helps the fitting. I think it is common in BOOther ideas (low priority)
RepairIndividual
in pymoo).The text was updated successfully, but these errors were encountered: