Global Optimisation
Codecov Report
Merging #9 into master will decrease coverage by
56.29%. The diff coverage is0%.
@@ Coverage Diff @@
## master #9 +/- ##
==========================================
- Coverage 81.08% 24.78% -56.3%
==========================================
Files 3 3
Lines 37 117 +80
==========================================
- Hits 30 29 -1
- Misses 7 88 +81
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/SortedVectors.jl | 71.42% <ø> (ø) |
:arrow_up: |
| src/optimise1.jl | 0% <0%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 7fc13ad...a5b6b5b. Read the comment docs.
There are some test cases here:
https://github.com/JuliaNLSolvers/OptimTestProblems.jl
See also the links at https://github.com/JuliaIntervals/IntervalRootFinding.jl/blob/master/examples/roots.jl
Please add more test cases.
I think that IntervalConstraintProgramming.jl needs to be added to REQUIRE?