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

Colgen algorithm style, params & tests #193

Merged
merged 12 commits into from
Oct 1, 2019
Merged

Colgen algorithm style, params & tests #193

merged 12 commits into from
Oct 1, 2019

Conversation

guimarqu
Copy link
Contributor

Fix #162

@codecov-io
Copy link

codecov-io commented Sep 30, 2019

Codecov Report

Merging #193 into master will increase coverage by 0.04%.
The diff coverage is 97.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #193      +/-   ##
==========================================
+ Coverage   85.51%   85.55%   +0.04%     
==========================================
  Files          39       39              
  Lines        2389     2389              
==========================================
+ Hits         2043     2044       +1     
+ Misses        346      345       -1
Impacted Files Coverage Δ
src/algorithms/colgen.jl 95.77% <97.5%> (+0.7%) ⬆️

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 6af92ca...9f191c2. Read the comment docs.

@@ -1,33 +1,61 @@
Base.@kwdef struct ColumnGeneration <: AbstractAlgorithm
option::Bool = false
max_nb_iterations::Int = 1000
optimality_tol::Float64 = 1e-5
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this specific to colgen?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, but optimality_tol and feasibility_tol are also in BendersCutGen. We can let them here while #157 is open.

@guimarqu guimarqu added bug Something isn't working tests labels Sep 30, 2019
@guimarqu guimarqu marked this pull request as ready for review September 30, 2019 19:09
@guimarqu guimarqu merged commit 3495068 into master Oct 1, 2019
@guimarqu guimarqu deleted the fixcolgen branch October 2, 2019 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Untested behavior if max nb of iterations reached in colgen
3 participants