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

Eliminate confidence interval stuff #149

Merged
merged 1 commit into from
Feb 26, 2025

Conversation

mdr223
Copy link
Collaborator

@mdr223 mdr223 commented Feb 25, 2025

Summary of PR

We never ended up using the confidence interval approach to optimization as we quickly pivoted to MAB. The code has survived for a while but its time has come to an end.

@mdr223 mdr223 changed the base branch from main to dev February 25, 2025 02:52
@mdr223 mdr223 changed the base branch from dev to fix-progress-managers February 25, 2025 02:52
@mdr223 mdr223 merged commit 842d80f into fix-progress-managers Feb 26, 2025
5 of 7 checks passed
@mdr223 mdr223 deleted the eliminate-confidence-interval-stuff branch February 26, 2025 20:27
mdr223 added a commit that referenced this pull request Feb 26, 2025
* modifying ProgressManager class to allow for dynamically adding tasks

* beginning to use new progress manager

* initial rewrite of execute_plan methods with new progress manager

* unit tests passing

* trim a few lines

* unit tests passing; changes applied everywhere; MAB and Random coming in a separate PR

* enable final operator to show progress in parallel

* address comments

* The great deletion (#149)
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.

2 participants