N-Wouda / ALNS

Adaptive large neighbourhood search (and more!) in Python.
https://alns.readthedocs.io/en/latest/
MIT License
447 stars 124 forks source link

WorseAccept acceptance criterion #78

Closed leonlan closed 2 years ago

leonlan commented 2 years ago

Related discussion from other PR:

codecov[bot] commented 2 years ago

Codecov Report

Merging #78 (669161b) into master (6b954a1) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #78   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        22    +1     
  Lines          430       464   +34     
=========================================
+ Hits           430       464   +34     
Impacted Files Coverage Δ
alns/accept/WorseAccept.py 100.00% <100.00%> (ø)
alns/accept/__init__.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 6b954a1...669161b. Read the comment docs.

N-Wouda commented 2 years ago

Some very minor stuff. I think we can get this in today!

leonlan commented 2 years ago

Some very minor stuff. I think we can get this in today!

Great! I'll have to see how far I get with the other criteria today, will ask for request when it's ready. :)