Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
documentation setup #189
documentation setup #189
Changes from all commits
1d1813c
6fd57a8
5a696ee
659616f
b4917f8
4f10b66
47a2e9c
116abb3
3de2ab9
d97242a
0e7eacc
5e6d382
502b9c3
3b3dbb3
c16b07f
7b1e888
6d4412b
e61e64f
74445d9
295fa08
37c3685
ce04261
00fbd57
8da59be
9e60c19
e657e90
74db1e4
dee270d
77e33b8
4950810
aa03829
66f3171
36a6351
e5e9b06
f9654cc
876ec9b
a356e13
fa0b5ef
2f1a671
e702c72
e3efc8a
9e87400
f0ef10d
50a6fc9
1475739
a16eca2
eda9856
67e5e84
1db1cb8
a93dd86
075f2fb
c34c200
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That sounds good! I would add a quick explanation of the Frank-Wolfe gap as this might not be known.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is the explanation of the Frank-Wolfe gap?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would add that we have Hybrid branching which couples strong branching and most infeasible branching. Strong branching is very expensive to do for the whole tree and it's usually more beneficial to utilize strong branching only up to a certain depth.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this section we present the algorithm interface and the possible settings.