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

Add a conformant GP experiment #1337

Merged
merged 3 commits into from
Mar 13, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
teytaud committed Jan 20, 2022
commit 9594f079e466d837659ead47620dabfdf03c8d72
1 change: 0 additions & 1 deletion nevergrad/benchmark/gymexperiments.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ def conformant_gp(seed: tp.Optional[int] = None) -> tp.Iterator[Experiment]:
return ng_full_gym(seed, conformant=True, gp=True)



@registry.register
def sparse_gp(seed: tp.Optional[int] = None) -> tp.Iterator[Experiment]:
"""GP benchmark.
Expand Down