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

Manually write bad points #68

Merged
merged 9 commits into from
May 27, 2024
Merged

Manually write bad points #68

merged 9 commits into from
May 27, 2024

Conversation

mepland
Copy link
Owner

@mepland mepland commented May 18, 2024

Description

Create a script to manually write out a bad point. This is useful when a Bayesian optimization iteration is killed by the OS with an uncatchable SIGKILL. The user can then easily write out the point with BAD_TARGET and BAD_METRICS.

Type of Change

  • New feature: Non-breaking change which adds functionality
  • Docs: This change requires a documentation update

How Has This Been Tested?

Runs Locally.

Checklist

  • I have performed a self-review of my own code
  • I have run the pre-commit checks
  • The github tests action is passing
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation as required

mepland added 7 commits May 18, 2024 19:40
This is useful when a Bayesian optimization iteration is killed by the OS with an uncatchable SIGKILL.
The user can then easily write out the point with BAD_TARGET and BAD_METRICS.
…point

Exclude from mean and std time minutes_elapsed

Fix bug, BayesianOptimization needs hyperparam names in bounds
@mepland mepland marked this pull request as ready for review May 19, 2024 19:48
Copy link
Owner Author

@mepland mepland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Self-reviewed

Copy link
Owner Author

@mepland mepland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Self-reviewed

@mepland mepland merged commit 0e0d0d5 into main May 27, 2024
4 checks passed
@mepland mepland deleted the manual_bad_point branch May 27, 2024 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant