Skip to content

Commit

Permalink
Early stopping tutorial
Browse files Browse the repository at this point in the history
Summary:
Tutorial demonstrating early stopping via the Client using modified hartmann6.

WIP:
* Something is wrong with pending_points, we are seeing early stopped trials getting suggested again. Will investigate.
* I am still a little skeptical about the erogonomics around requiring raw_data and progression when we call mark_trial_early_stopped -- this is substantially different than what we do for mark_trial_failed or mark_trial_abandoned and seems like it would basically always involve us attaching data, asking whether or not to early stop the trial, then attaching the same data again. I know we're concerned about a specific footgun for certain internal users, but Im curious if thinking has changed on this since we last spoke saitcakmak

Differential Revision: D69484561
  • Loading branch information
mpolson64 authored and facebook-github-bot committed Feb 19, 2025
1 parent cd8db27 commit 80b8397
Show file tree
Hide file tree
Showing 2 changed files with 467 additions and 0 deletions.
Loading

0 comments on commit 80b8397

Please sign in to comment.