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 fishing experiment #1394

Merged
merged 6 commits into from
Mar 21, 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 Mar 17, 2022
commit 9c8b72058fffac9d85552d2761e1cae03628d1f2
4 changes: 2 additions & 2 deletions nevergrad/benchmark/experiments.py
Original file line number Diff line number Diff line change
Expand Up @@ -1188,8 +1188,8 @@ def fishing(seed: tp.Optional[int] = None) -> tp.Iterator[Experiment]:
xp = Experiment(fu, algo, budget, seed=next(seedg))
if not xp.is_incoherent:
yield xp


@registry.register
def rocket(seed: tp.Optional[int] = None, seq: bool = False) -> tp.Iterator[Experiment]:
"""Rocket simulator. Maximize max altitude by choosing the thrust schedule, given a total thrust.
Expand Down