Skip to content

Commit

Permalink
add constrained gramacy to nightly benchmarks (#1877)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #1877

Add constrained gramacy to the registry

Reviewed By: esantorella

Differential Revision: D49689307

fbshipit-source-id: 3d51653193f64e4865f4f71781a205181d19c123
  • Loading branch information
sdaulton authored and facebook-github-bot committed Sep 27, 2023
1 parent af9847e commit 4364a21
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ax/benchmark/problems/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,15 @@ class BenchmarkProblemRegistryEntry:
factory_fn=get_jenatton_benchmark_problem,
factory_kwargs={"num_trials": 50, "infer_noise": False},
),
"constrained_gramacy_fixed_noise": BenchmarkProblemRegistryEntry(
factory_fn=SingleObjectiveBenchmarkProblem.from_botorch_synthetic,
factory_kwargs={
"test_problem_class": synthetic.ConstrainedGramacy,
"test_problem_kwargs": {},
"num_trials": 50,
"infer_noise": False,
},
),
}


Expand Down

0 comments on commit 4364a21

Please sign in to comment.