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

Tune schedule #974

Draft
wants to merge 36 commits into
base: main
Choose a base branch
from
Draft

Tune schedule #974

wants to merge 36 commits into from

Conversation

topepo
Copy link
Member

@topepo topepo commented Dec 18, 2024

This draft PR is for testing a new data structure that governs how tune will efficiently process grids. Two new functions are currently exported for debugging but will not be exported in the final version:

  • get_tune_schedule() produces a tibble structure with nested levels that contains information about what tuning parameters should be used at different stages of execution. This PR is focused on making sure that this structure accounts for all of the tuning scenarios.
  • loopy() is a temporary function that emulates tune_grid_loop_iter() (without the bells and whistles) that is used to test get_tune_schedule() and also to understand how we will incorporate postprocessors into the mix.

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