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

Polish the algo selection tool #550

Merged
merged 8 commits into from
Nov 13, 2024

Add test case for history plot

63a4e93
Select commit
Loading
Failed to load commit list.
Merged

Polish the algo selection tool #550

Add test case for history plot
63a4e93
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 13, 2024 in 0s

91.21% (target 90.00%)

View this Pull Request on Codecov

91.21% (target 90.00%)

Details

Codecov Report

Attention: Patch coverage is 87.50000% with 8 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/optimagic/optimization/algorithm.py 80.00% 4 Missing ⚠️
src/optimagic/optimizers/pygmo_optimizers.py 33.33% 2 Missing ⚠️
src/optimagic/optimizers/tao_optimizers.py 33.33% 2 Missing ⚠️
Files with missing lines Coverage Δ
src/estimagic/__init__.py 96.36% <ø> (-0.31%) ⬇️
src/optimagic/__init__.py 100.00% <ø> (ø)
src/optimagic/algorithms.py 85.68% <100.00%> (+0.10%) ⬆️
src/optimagic/visualization/history_plots.py 90.72% <100.00%> (+0.80%) ⬆️
src/optimagic/optimizers/pygmo_optimizers.py 94.48% <33.33%> (-0.49%) ⬇️
src/optimagic/optimizers/tao_optimizers.py 74.28% <33.33%> (-1.68%) ⬇️
src/optimagic/optimization/algorithm.py 94.79% <80.00%> (-1.77%) ⬇️