chkwon / PyHygese

A Python wrapper for the Hybrid Genetic Search algorithm for Capacitated Vehicle Routing Problems (HGS-CVRP)
MIT License
82 stars 11 forks source link

[WIP] new interface #9

Closed chkwon closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #9 (b55545b) into master (b5d3bcb) will increase coverage by 0.23%. The diff coverage is 98.11%.

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
+ Coverage   97.91%   98.14%   +0.23%     
==========================================
  Files           4        4              
  Lines         192      216      +24     
==========================================
+ Hits          188      212      +24     
  Misses          4        4              
Impacted Files Coverage Δ
hygese/hygese.py 97.22% <94.44%> (+0.12%) :arrow_up:
hygese/tests/test_cvrp.py 100.00% <100.00%> (ø)
hygese/tests/test_tsp.py 100.00% <100.00%> (ø)

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 4265a1b...b55545b. Read the comment docs.