2 code implementations • 22 Nov 2023 • Niels A. Wouda, Leon Lan, Wouter Kool
We hope that PyVRP enables researchers and practitioners to easily and quickly build on a state-of-the-art VRP solver.
3 code implementations • 29 Jun 2023 • Federico Berto, Chuanbo Hua, Junyoung Park, Laurin Luttmann, Yining Ma, Fanchen Bu, Jiarui Wang, Haoran Ye, Minsu Kim, Sanghyeok Choi, Nayeli Gast Zepeda, André Hottung, Jianan Zhou, Jieyi Bi, Yu Hu, Fei Liu, Hyeonah Kim, Jiwoo Son, Haeyeon Kim, Davide Angioni, Wouter Kool, Zhiguang Cao, Qingfu Zhang, Joungho Kim, Jie Zhang, Kijung Shin, Cathy Wu, Sungsoo Ahn, Guojie Song, Changhyun Kwon, Kevin Tierney, Lin Xie, Jinkyoo Park
To fill this gap, we introduce RL4CO, a unified and extensive benchmark with in-depth library coverage of 23 state-of-the-art methods and more than 20 CO problems.
1 code implementation • 4 Oct 2021 • Iris A. M. Huijben, Wouter Kool, Max B. Paulus, Ruud J. G. van Sloun
The Gumbel-max trick is a method to draw a sample from a categorical distribution, given by its unnormalized (log-)probabilities.
no code implementations • NeurIPS Workshop ICBINB 2021 • Wouter Kool, Chris J. Maddison, andriy mnih
Training large-scale mixture of experts models efficiently on modern hardware requires assigning datapoints in a batch to different experts, each with a limited capacity.
2 code implementations • NeurIPS 2021 • Wouter Kool, Herke van Hoof, Joaquim Gromicho, Max Welling
Routing problems are a class of combinatorial problems with many practical applications.
1 code implementation • ICLR 2020 • Wouter Kool, Herke van Hoof, Max Welling
We derive an unbiased estimator for expectations over discrete random variables based on sampling without replacement, which reduces variance as it avoids duplicate samples.
no code implementations • ICLR Workshop drlStructPred 2019 • Wouter Kool, Herke van Hoof, Max Welling
REINFORCE can be used to train models in structured prediction settings to directly optimize the test-time objective.
4 code implementations • 14 Mar 2019 • Wouter Kool, Herke van Hoof, Max Welling
We show how to implicitly apply this 'Gumbel-Top-$k$' trick on a factorized distribution over sequences, allowing to draw exact samples without replacement using a Stochastic Beam Search.
15 code implementations • ICLR 2019 • Wouter Kool, Herke van Hoof, Max Welling
The recently presented idea to learn heuristics for combinatorial optimization problems is promising as it can save costly development.