Skip to content

Commit 50e0046

Browse files
dchetelatgasse
authored andcommitted
Fix Khalil 2016 and Hutter 2011 article links
1 parent 9ed2149 commit 50e0046

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

libecole/src/observation/khalil-2016.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ template <typename E> constexpr auto idx(E e) {
6363
/* Feature as defined and split in table 1 of the paper Khalil et al. "Learning to Branch in Mixed
6464
* Integer Programming" Thirtieth AAAI Conference on Artificial Intelligence. 2016.
6565
*
66-
* https://web.archive.org/web/20200812151256/https://www.cc.gatech.edu/~lsong/papers/KhaLebSonNemDil16.pdf
66+
* https://dl.acm.org/doi/10.5555/3015812.3015920
6767
*/
6868

6969
/**
@@ -173,7 +173,7 @@ auto extract_static_features(scip::Model& model) {
173173
/* Feature as defined and split in table 1 of the paper Khalil et al. "Learning to Branch in Mixed
174174
* Integer Programming" Thirtieth AAAI Conference on Artificial Intelligence. 2016.
175175
*
176-
* https://web.archive.org/web/20200812151256/https://www.cc.gatech.edu/~lsong/papers/KhaLebSonNemDil16.pdf
176+
* https://dl.acm.org/doi/10.5555/3015812.3015920
177177
*/
178178

179179
/**

python/src/ecole/core/observation.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ void bind_submodule(py::module_ const& m) {
273273
.. [Khalil2016]
274274
Khalil, Elias Boutros, Pierre Le Bodic, Le Song, George Nemhauser, and Bistra Dilkina.
275275
"`Learning to branch in mixed integer programming.
276-
<https://web.archive.org/web/20200812151256/https://www.cc.gatech.edu/~lsong/papers/KhaLebSonNemDil16.pdf>`_"
276+
<https://dl.acm.org/doi/10.5555/3015812.3015920>`_"
277277
*Thirtieth AAAI Conference on Artificial Intelligence*. 2016.
278278
)")
279279
.def_auto_copy()
@@ -378,7 +378,7 @@ void bind_submodule(py::module_ const& m) {
378378
.. [Hutter2011]
379379
Hutter, Frank, Hoos, Holger H., and Leyton-Brown, Kevin.
380380
"`Sequential model-based optimization for general algorithm configuration.
381-
<https://www.cs.ubc.ca/~hutter/papers/10-TR-SMAC.pdf>`_"
381+
<https://doi.org/10.1007/978-3-642-25566-3_40>`_"
382382
*International Conference on Learning and Intelligent Optimization*. 2011.
383383
)")
384384
.def_auto_copy()

0 commit comments

Comments
 (0)