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

Random search #1071

Merged
merged 1 commit into from
Jan 25, 2024

Random search

34d5e13
Select commit
Loading
Failed to load commit list.
Merged

Random search #1071

Random search
34d5e13
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 25, 2024 in 1s

85.22% (+0.00%) compared to 31b76ee

View this Pull Request on Codecov

85.22% (+0.00%) compared to 31b76ee

Details

Codecov Report

Attention: 32 lines in your changes are missing coverage. Please review.

Comparison is base (31b76ee) 85.22% compared to head (34d5e13) 85.22%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1071   +/-   ##
========================================
  Coverage    85.22%   85.22%           
========================================
  Files          877      879    +2     
  Lines        66819    66899   +80     
========================================
+ Hits         56948    57018   +70     
- Misses        9871     9881   +10     
Files Coverage Δ
include/boost/math/optimization/jso.hpp 81.21% <100.00%> (ø)
test/cardinal_cubic_b_spline_test.cpp 100.00% <100.00%> (ø)
test/differential_evolution_test.cpp 59.70% <100.00%> (ø)
test/fourier_transform_daubechies_test.cpp 96.80% <ø> (-0.03%) ⬇️
test/gauss_quadrature_test.cpp 94.92% <100.00%> (+0.03%) ⬆️
test/random_search_test.cpp 100.00% <100.00%> (ø)
test/test_functions_for_optimization.hpp 100.00% <ø> (ø)
test/math_unit_test.hpp 24.00% <12.50%> (ø)
include/boost/math/optimization/random_search.hpp 72.72% <72.72%> (ø)

... and 2 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 31b76ee...34d5e13. Read the comment docs.