[GENERAL SUPPORT]: slow compared to other bayes opt package

Open
#3,932 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
15/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
python

Research direction

No files, tests, or entry points are identified. Start by reproducing the comparison between Ax and BayesianOptimization using 20 initial points and 250 trials, then investigate why Ax takes about two hours versus 45 minutes; done would require an evidence-based explanation and a validated way to reduce the optimization time.

Written by the indexing model from the issue text.

Description

question
Question

Hi I've been using the bayesian optimization python package below.
https://github.com/bayesian-optimization/BayesianOptimization

for the same experiment, the above package took about 45 mins (initital points: 20, iteration number: 250)
but when I use Ax, it takes like 2 hours(max_trials=1, trial_number=250).

why is that?
Is there any way to speed up the optimizing process in Ax?

Please provide any relevant code snippet if applicable.

Code of Conduct
  • I agree to follow this Ax's Code of Conduct
Dominant language
Python
Stars
2.8k
Forks
381
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from facebook/Ax

All issues in facebook/Ax

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.