Skip to main content

Showing 1–13 of 13 results for author: Tierney, K

  1. arXiv:2406.15007  [pdf, other

    cs.AI

    RouteFinder: Towards Foundation Models for Vehicle Routing Problems

    Authors: Federico Berto, Chuanbo Hua, Nayeli Gast Zepeda, André Hottung, Niels Wouda, Leon Lan, Kevin Tierney, Jinkyoo Park

    Abstract: Vehicle Routing Problems (VRPs) are optimization problems with significant real-world implications in logistics, transportation, and supply chain management. Despite the recent progress made in learning to solve individual VRP variants, there is a lack of a unified approach that can effectively tackle a wide range of tasks, which is crucial for real-world impact. This paper introduces RouteFinder,… ▽ More

    Submitted 21 June, 2024; originally announced June 2024.

  2. arXiv:2402.14048  [pdf, other

    cs.LG cs.AI

    PolyNet: Learning Diverse Solution Strategies for Neural Combinatorial Optimization

    Authors: André Hottung, Mridul Mahajan, Kevin Tierney

    Abstract: Reinforcement learning-based methods for constructing solutions to combinatorial optimization problems are rapidly approaching the performance of human-designed algorithms. To further narrow the gap, learning-based approaches must efficiently explore the solution space during the search process. Recent approaches artificially increase exploration by enforcing diverse solution generation through ha… ▽ More

    Submitted 21 February, 2024; originally announced February 2024.

  3. arXiv:2306.17100  [pdf, other

    cs.LG cs.AI

    RL4CO: an Extensive Reinforcement Learning for Combinatorial Optimization Benchmark

    Authors: 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 , et al. (8 additional authors not shown)

    Abstract: Deep reinforcement learning (RL) has recently shown significant benefits in solving combinatorial optimization (CO) problems, reducing reliance on domain expertise, and improving computational efficiency. However, the field lacks a unified benchmark for easy development and standardized comparison of algorithms across diverse CO problems. To fill this gap, we introduce RL4CO, a unified and extensi… ▽ More

    Submitted 21 June, 2024; v1 submitted 29 June, 2023; originally announced June 2023.

    Comments: A previous version was presented as a workshop paper at the NeurIPS 2023 GLFrontiers Workshop (Oral)

  4. arXiv:2212.00333  [pdf, other

    cs.LG cs.DS

    AC-Band: A Combinatorial Bandit-Based Approach to Algorithm Configuration

    Authors: Jasmin Brandt, Elias Schede, Viktor Bengs, Björn Haddenhorst, Eyke Hüllermeier, Kevin Tierney

    Abstract: We study the algorithm configuration (AC) problem, in which one seeks to find an optimal parameter configuration of a given target algorithm in an automated way. Recently, there has been significant progress in designing AC approaches that satisfy strong theoretical guarantees. However, a significant gap still remains between the practical performance of these approaches and state-of-the-art heuri… ▽ More

    Submitted 1 December, 2022; originally announced December 2022.

  5. Solving the unit-load pre-marshalling problem in block stacking storage systems with multiple access directions

    Authors: Jakob Pfrommer, Anne Meyer, Kevin Tierney

    Abstract: Block stacking storage systems are highly adaptable warehouse systems with low investment costs. With multiple, deep lanes they can achieve high storage densities, but accessing some unit loads can be time-consuming. The unit-load pre-marshalling problem sorts the unit loads in a block stacking storage system in off-peak time periods to prepare for upcoming orders. The goal is to find a minimum nu… ▽ More

    Submitted 19 July, 2022; originally announced July 2022.

  6. arXiv:2207.06190  [pdf, other

    cs.LG cs.AI

    Simulation-guided Beam Search for Neural Combinatorial Optimization

    Authors: Jinho Choo, Yeong-Dae Kwon, Jihoon Kim, Jeongwoo Jae, André Hottung, Kevin Tierney, Youngjune Gwon

    Abstract: Neural approaches for combinatorial optimization (CO) equip a learning mechanism to discover powerful heuristics for solving complex real-world problems. While neural approaches capable of high-quality solutions in a single shot are emerging, state-of-the-art approaches are often unable to take full advantage of the solving time available to them. In contrast, hand-crafted heuristics perform highl… ▽ More

    Submitted 17 November, 2022; v1 submitted 13 July, 2022; originally announced July 2022.

    Comments: Accepted at NeurIPS 2022

  7. A Survey of Methods for Automated Algorithm Configuration

    Authors: Elias Schede, Jasmin Brandt, Alexander Tornede, Marcel Wever, Viktor Bengs, Eyke Hüllermeier, Kevin Tierney

    Abstract: Algorithm configuration (AC) is concerned with the automated search of the most suitable parameter configuration of a parametrized algorithm. There is currently a wide variety of AC problem variants and methods proposed in the literature. Existing reviews do not take into account all derivatives of the AC problem, nor do they offer a complete classification scheme. To this end, we introduce taxono… ▽ More

    Submitted 13 October, 2022; v1 submitted 3 February, 2022; originally announced February 2022.

    ACM Class: I.2.6

    Journal ref: Journal of Artificial Intelligence Research (JAIR) 75 (2022) 425-487

  8. arXiv:2201.10453  [pdf, other

    cs.AI

    The First AI4TSP Competition: Learning to Solve Stochastic Routing Problems

    Authors: Laurens Bliek, Paulo da Costa, Reza Refaei Afshar, Yingqian Zhang, Tom Catshoek, Daniël Vos, Sicco Verwer, Fynn Schmitt-Ulms, André Hottung, Tapan Shah, Meinolf Sellmann, Kevin Tierney, Carl Perreault-Lafleur, Caroline Leboeuf, Federico Bobbio, Justine Pepin, Warley Almeida Silva, Ricardo Gama, Hugo L. Fernandes, Martin Zaefferer, Manuel López-Ibáñez, Ekhine Irurozki

    Abstract: This paper reports on the first international competition on AI for the traveling salesman problem (TSP) at the International Joint Conference on Artificial Intelligence 2021 (IJCAI-21). The TSP is one of the classical combinatorial optimization problems, with many variants inspired by real-world applications. This first competition asked the participants to develop algorithms to solve a time-depe… ▽ More

    Submitted 25 January, 2022; originally announced January 2022.

    Comments: 21 pages

    MSC Class: 68T05

  9. arXiv:2106.05126  [pdf, other

    cs.LG cs.AI math.OC

    Efficient Active Search for Combinatorial Optimization Problems

    Authors: André Hottung, Yeong-Dae Kwon, Kevin Tierney

    Abstract: Recently numerous machine learning based methods for combinatorial optimization problems have been proposed that learn to construct solutions in a sequential decision process via reinforcement learning. While these methods can be easily combined with search strategies like sampling and beam search, it is not straightforward to integrate them into a high-level search procedure offering strong searc… ▽ More

    Submitted 15 March, 2022; v1 submitted 9 June, 2021; originally announced June 2021.

    Comments: Accepted at ICLR 2022

  10. arXiv:2103.10321  [pdf, other

    cs.LG cs.AI

    Learning How to Optimize Black-Box Functions With Extreme Limits on the Number of Function Evaluations

    Authors: Carlos Ansotegui, Meinolf Sellmann, Tapan Shah, Kevin Tierney

    Abstract: We consider black-box optimization in which only an extremely limited number of function evaluations, on the order of around 100, are affordable and the function evaluations must be performed in even fewer batches of a limited number of parallel trials. This is a typical scenario when optimizing variable settings that are very costly to evaluate, for example in the context of simulation-based opti… ▽ More

    Submitted 18 March, 2021; originally announced March 2021.

  11. arXiv:1911.09539  [pdf, other

    cs.AI stat.ML

    Neural Large Neighborhood Search for the Capacitated Vehicle Routing Problem

    Authors: André Hottung, Kevin Tierney

    Abstract: Learning how to automatically solve optimization problems has the potential to provide the next big leap in optimization technology. The performance of automatically learned heuristics on routing problems has been steadily improving in recent years, but approaches based purely on machine learning are still outperformed by state-of-the-art optimization methods. To close this performance gap, we pro… ▽ More

    Submitted 30 November, 2020; v1 submitted 21 November, 2019; originally announced November 2019.

    Journal ref: ECAI 2020: 443-450

  12. Deep Learning Assisted Heuristic Tree Search for the Container Pre-marshalling Problem

    Authors: André Hottung, Shunji Tanaka, Kevin Tierney

    Abstract: The container pre-marshalling problem (CPMP) is concerned with the re-ordering of containers in container terminals during off-peak times so that containers can be quickly retrieved when the port is busy. The problem has received significant attention in the literature and is addressed by a large number of exact and heuristic methods. Existing methods for the CPMP heavily rely on problem-specific… ▽ More

    Submitted 18 September, 2019; v1 submitted 28 September, 2017; originally announced September 2017.

    Journal ref: Computers & Operations Research 113 (2020) 104781

  13. arXiv:1506.02465  [pdf, other

    cs.AI cs.LG

    ASlib: A Benchmark Library for Algorithm Selection

    Authors: Bernd Bischl, Pascal Kerschke, Lars Kotthoff, Marius Lindauer, Yuri Malitsky, Alexandre Frechette, Holger Hoos, Frank Hutter, Kevin Leyton-Brown, Kevin Tierney, Joaquin Vanschoren

    Abstract: The task of algorithm selection involves choosing an algorithm from a set of algorithms on a per-instance basis in order to exploit the varying performance of algorithms over a set of instances. The algorithm selection problem is attracting increasing attention from researchers and practitioners in AI. Years of fruitful applications in a number of domains have resulted in a large amount of data, b… ▽ More

    Submitted 6 April, 2016; v1 submitted 8 June, 2015; originally announced June 2015.

    Comments: Accepted to be published in Artificial Intelligence Journal