Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the possibility to specify the seed for LNS Neighbor based on a Random Java Object #633

Closed
wants to merge 8 commits into from

Conversation

ArthurGodet
Copy link
Collaborator

@chocoteam/core-developer

@codecov-io
Copy link

Codecov Report

Merging #633 into master will decrease coverage by 7.49%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master     #633     +/-   ##
===========================================
- Coverage     72.67%   65.17%   -7.5%     
+ Complexity     9489     8599    -890     
===========================================
  Files           526      526             
  Lines         32206    32209      +3     
  Branches       6651     6651             
===========================================
- Hits          23406    20993   -2413     
- Misses         6705     9118   +2413     
- Partials       2095     2098      +3
Impacted Files Coverage Δ Complexity Δ
...olver/solver/search/loop/lns/INeighborFactory.java 84.61% <100%> (-5.39%) 8 <6> (+2)
...ata/structure/multicostregular/FastPathFinder.java 0% <0%> (-92.65%) 0% <0%> (-60%)
...search/strategy/selectors/variables/RandomVar.java 0% <0%> (-92.31%) 0% <0%> (-5%)
...ver/constraints/nary/PropIntValuePrecedeChain.java 0% <0%> (-90%) 0% <0%> (-32%)
.../constraints/nary/nvalue/PropAtMostNValues_BC.java 0% <0%> (-87.42%) 0% <0%> (-40%)
...onstraints/nary/automata/PropMultiCostRegular.java 0% <0%> (-85.2%) 0% <0%> (-117%)
...solver/solver/search/loop/move/MoveBinaryHBFS.java 0% <0%> (-79.05%) 0% <0%> (-17%)
...ure/multicostregular/StoredDirectedMultiGraph.java 0% <0%> (-78.77%) 0% <0%> (-76%)
...r/constraints/nary/tree/PropAntiArborescences.java 0% <0%> (-77.56%) 0% <0%> (-16%)
...chocosolver/solver/constraints/nary/PropDiffN.java 0% <0%> (-77%) 0% <0%> (-50%)
... and 104 more

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 bed19d0...6fbcc86. Read the comment docs.

@codecov-io
Copy link

codecov-io commented Jul 25, 2019

Codecov Report

Merging #633 into master will increase coverage by 0.09%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #633      +/-   ##
============================================
+ Coverage     72.45%   72.55%   +0.09%     
- Complexity     9497     9518      +21     
============================================
  Files           526      526              
  Lines         32297    32300       +3     
  Branches       6668     6668              
============================================
+ Hits          23401    23435      +34     
+ Misses         6771     6756      -15     
+ Partials       2125     2109      -16
Impacted Files Coverage Δ Complexity Δ
...olver/solver/search/loop/lns/INeighborFactory.java 92.3% <100%> (+2.3%) 9 <6> (+3) ⬆️
...olver/solver/constraints/set/PropIntersection.java 88.42% <0%> (-3.16%) 35% <0%> (-1%)
...ch/strategy/selectors/variables/ActivityBased.java 72.36% <0%> (-1.01%) 53% <0%> (-1%)
...ts/nary/circuit/PropSubcircuitDominatorFilter.java 96.05% <0%> (+3.94%) 39% <0%> (+2%) ⬆️
...osolver/solver/constraints/ternary/PropModXYZ.java 83.75% <0%> (+41.25%) 36% <0%> (+19%) ⬆️

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 8f64ab1...e18535b. Read the comment docs.

cprudhom added a commit that referenced this pull request Nov 13, 2019
@cprudhom
Copy link
Member

Merged into modules branch, will soon be merged into master

@cprudhom cprudhom closed this Nov 13, 2019
@ArthurGodet ArthurGodet deleted the seedLNS branch August 18, 2021 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants