Skip to content

Refactor adaptive algorithm into SOLVE, ESTIMATE, MARK, and REFINE functions#5

Merged
benmkent merged 12 commits intomainfrom
benmkent/issue4
Feb 11, 2025
Merged

Refactor adaptive algorithm into SOLVE, ESTIMATE, MARK, and REFINE functions#5
benmkent merged 12 commits intomainfrom
benmkent/issue4

Conversation

@benmkent
Copy link
Copy Markdown
Owner

The adaptive algorithm has been refactored into distinct SOLVE, ESTIMATE, MARK, and REFINE functions to improve code organization and clarity. This change enhances the maintainability of the code and addresses the structure outlined in Issue #4. Additional updates include fixing input parameters and enhancing documentation.

Fixes #4

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 11, 2025

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment

Thanks for integrating Codecov - We've got you covered ☂️

@benmkent benmkent merged commit c66745f into main Feb 11, 2025
@benmkent benmkent deleted the benmkent/issue4 branch February 11, 2025 13:30
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.

Refactor the adaptive algorithm into SOLVE ESTIMATE MARK REFINE functions

1 participant