Closed MagicGao98 closed 2 years ago
Merging #184 (3de0641) into master (1123951) will decrease coverage by
0.37%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## master #184 +/- ##
==========================================
- Coverage 91.80% 91.42% -0.38%
==========================================
Files 18 18
Lines 488 490 +2
==========================================
Hits 448 448
- Misses 40 42 +2
Impacted Files | Coverage Δ | |
---|---|---|
sko/demo_func.py | 23.63% <0.00%> (-0.90%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 1123951...3de0641. Read the comment docs.
In sko/demo_func.py, the Ackley function is wrong. I have modified the Ackley function, according to https://en.wikipedia.org/wiki/Test_functions_for_optimization.