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

Stopping criterion when too much is pruned #284

Open
RandomDefaultUser opened this issue Mar 22, 2022 · 0 comments
Open

Stopping criterion when too much is pruned #284

RandomDefaultUser opened this issue Mar 22, 2022 · 0 comments
Assignees
Labels
bug Something isn't working not critical

Comments

@RandomDefaultUser
Copy link
Member

In the current implementation of the Hyperparameter classes, only unpruned trials are counted towards the maximum number of trials. This can be problematic if the pruning is adjusted poorly and every trial is pruned. It may rarely happen in practice, but we should think about a way to catch this.

@RandomDefaultUser RandomDefaultUser added bug Something isn't working not critical labels Mar 22, 2022
@RandomDefaultUser RandomDefaultUser self-assigned this Mar 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working not critical
Projects
None yet
Development

No branches or pull requests

1 participant