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

Algorithm parameters #8

Closed chkwon closed 2 years ago

chkwon commented 2 years ago

AlgorithmParameters for user input

CAlgorithmParameters for ctypes

codecov[bot] commented 2 years ago

Codecov Report

Merging #8 (c159535) into master (b1e16d7) will increase coverage by 0.18%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master       #8      +/-   ##
==========================================
+ Coverage   97.72%   97.91%   +0.18%     
==========================================
  Files           4        4              
  Lines         176      192      +16     
==========================================
+ Hits          172      188      +16     
  Misses          4        4              
Impacted Files Coverage Δ
hygese/hygese.py 97.10% <100.00%> (+0.43%) :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 b1e16d7...c159535. Read the comment docs.