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

ThresholdAcceptance acceptance criterion #80

Closed leonlan closed 2 years ago

leonlan commented 2 years ago

Related comments from old PR:

codecov[bot] commented 2 years ago

Codecov Report

Merging #80 (6773bc8) into master (903a733) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #80   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        23    +1     
  Lines          464       492   +28     
=========================================
+ Hits           464       492   +28     
Impacted Files Coverage Δ
alns/accept/RecordToRecordTravel.py 100.00% <100.00%> (ø)
alns/accept/ThresholdAccept.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 903a733...6773bc8. Read the comment docs.

N-Wouda commented 2 years ago

Same here. I'll wait for the test results before merging it in.