kthohr / optim

Compare ed97512 ... +0 ... bb86666

Coverage Reach
src/unconstrained/de_prmm.cpp src/unconstrained/nm.cpp src/unconstrained/pso.cpp src/unconstrained/de.cpp src/unconstrained/pso_dv.cpp src/unconstrained/bfgs.cpp src/unconstrained/lbfgs.cpp src/unconstrained/cg.cpp src/unconstrained/gd.cpp src/unconstrained/newton.cpp src/zeros/broyden_df.cpp src/zeros/broyden.cpp src/line_search/more_thuente.cpp src/constrained/sumt.cpp tests/unconstrained/pso_dv.cpp tests/unconstrained/pso.cpp tests/unconstrained/gd.cpp tests/unconstrained/de_prmm.cpp tests/unconstrained/de.cpp tests/unconstrained/cg.cpp tests/unconstrained/nm.cpp tests/unconstrained/lbfgs.cpp tests/unconstrained/bfgs.cpp tests/unconstrained/newton_logit_reg.cpp tests/unconstrained/newton.cpp tests/test_fns/test_solutions.hpp tests/test_fns/constr_test_fn_2.hpp tests/test_fns/constr_test_fn_3.hpp tests/test_fns/unconstr_test_fn_4.hpp tests/test_fns/constr_test_fn_1.hpp tests/test_fns/zeros_test_fn_2.hpp tests/test_fns/zeros_test_fn_1.hpp tests/test_fns/unconstr_test_fn_2.hpp tests/test_fns/unconstr_test_fn_1.hpp tests/test_fns/unconstr_test_fn_5.hpp tests/test_fns/unconstr_test_fn_3.hpp tests/test_fns/unconstr_test_fn_6.hpp tests/test_fns/unconstr_test_fn_8.hpp tests/test_fns/unconstr_test_fn_9.hpp tests/test_fns/unconstr_test_fn_10.hpp tests/test_fns/unconstr_test_fn_7.hpp tests/misc/error_reporting.cpp tests/misc/jacobian_adjust.cpp tests/misc/numerical_hessian.cpp tests/misc/numerical_gradient.cpp tests/zeros/broyden.cpp tests/zeros/broyden_df.cpp tests/constrained/sumt.cpp include/misc/error_reporting.ipp include/misc/transform_vals.hpp include/misc/numerical_hessian.hpp include/misc/matrix_ops/reset_negative_values.hpp include/misc/matrix_ops/index_min.hpp include/misc/matrix_ops/get_sort_index.hpp include/misc/numerical_gradient.hpp include/misc/jacobian_adjust.hpp include/misc/determine_bounds_type.hpp include/misc/optim_structs.hpp include/misc/unit_vec.ipp include/unconstrained/gd.ipp include/unconstrained/cg.hpp include/unconstrained/lbfgs.hpp include/zeros/broyden_df.hpp include/constrained/sumt.hpp

No flags found

Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.

e.g., #unittest #integration

#production #enterprise

#frontend #backend

Learn more about Codecov Flags here.

1 untracked files changed.
Other files ignored by Codecov

No tracked files changed.

Everything is accounted for!

No changes detected that need to be reviewed.
What changes does Codecov check for?
Lines, not adjusted in diff, that have changed coverage data.
Files that introduced coverage data that had none before.
Files that have missing coverage data that once were tracked.
Files Coverage
include/constrained/sumt.hpp 100.00%
include/misc/determine_bounds_type.hpp 100.00%
include/misc/error_reporting.ipp 85.06%
include/misc/jacobian_adjust.hpp 100.00%
include/misc/matrix_ops/get_sort_index.hpp 100.00%
include/misc/matrix_ops/index_min.hpp 100.00%
include/misc/matrix_ops/reset_negative_values.hpp 100.00%
include/misc/numerical_gradient.hpp 100.00%
include/misc/numerical_hessian.hpp 100.00%
include/misc/optim_structs.hpp 100.00%
include/misc/transform_vals.hpp 85.71%
include/misc/unit_vec.ipp 100.00%
include/unconstrained/cg.hpp 90.00%
include/unconstrained/gd.ipp 78.87%
include/unconstrained/lbfgs.hpp 100.00%
include/zeros/broyden_df.hpp 56.52%
src/constrained/sumt.cpp 100.00%
src/line_search/more_thuente.cpp 96.99%
src/unconstrained/bfgs.cpp 94.44%
src/unconstrained/cg.cpp 92.41%
src/unconstrained/de.cpp 89.90%
src/unconstrained/de_prmm.cpp 95.48%
src/unconstrained/gd.cpp 90.54%
src/unconstrained/lbfgs.cpp 94.12%
src/unconstrained/newton.cpp 88.24%
src/unconstrained/nm.cpp 93.04%
src/unconstrained/pso.cpp 88.46%
src/unconstrained/pso_dv.cpp 95.88%
src/zeros/broyden.cpp 96.30%
src/zeros/broyden_df.cpp 97.76%
tests/constrained/sumt.cpp 86.96%
tests/misc/error_reporting.cpp 100.00%
tests/misc/jacobian_adjust.cpp 100.00%
tests/misc/numerical_gradient.cpp 100.00%
tests/misc/numerical_hessian.cpp 100.00%
tests/test_fns/constr_test_fn_1.hpp 100.00%
tests/test_fns/constr_test_fn_2.hpp 100.00%
tests/test_fns/constr_test_fn_3.hpp 100.00%
tests/test_fns/test_solutions.hpp 100.00%
tests/test_fns/unconstr_test_fn_1.hpp 100.00%
tests/test_fns/unconstr_test_fn_10.hpp 100.00%
tests/test_fns/unconstr_test_fn_2.hpp 100.00%
tests/test_fns/unconstr_test_fn_3.hpp 100.00%
tests/test_fns/unconstr_test_fn_4.hpp 75.00%
tests/test_fns/unconstr_test_fn_5.hpp 100.00%
tests/test_fns/unconstr_test_fn_6.hpp 100.00%
tests/test_fns/unconstr_test_fn_7.hpp 100.00%
tests/test_fns/unconstr_test_fn_8.hpp 100.00%
tests/test_fns/unconstr_test_fn_9.hpp 100.00%
tests/test_fns/zeros_test_fn_1.hpp 100.00%
tests/test_fns/zeros_test_fn_2.hpp 100.00%
tests/unconstrained/bfgs.cpp 88.68%
tests/unconstrained/cg.cpp 92.86%
tests/unconstrained/de.cpp 90.20%
tests/unconstrained/de_prmm.cpp 90.20%
tests/unconstrained/gd.cpp 94.74%
tests/unconstrained/lbfgs.cpp 89.29%
tests/unconstrained/newton.cpp 88.57%
tests/unconstrained/newton_logit_reg.cpp 97.50%
tests/unconstrained/nm.cpp 88.10%
tests/unconstrained/pso.cpp 90.76%
tests/unconstrained/pso_dv.cpp 90.76%
tests/zeros/broyden.cpp 88.24%
tests/zeros/broyden_df.cpp 88.24%
Project Totals (64 files) 92.80%
Loading