Skip to content

Commit fe0e45b

Browse files
committed
[Feat] v0.4.0
1 parent 3d25ed0 commit fe0e45b

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RouteFinder
22

3-
[![arXiv](https://img.shields.io/badge/arXiv-2406.15007-b31b1b.svg)](https://arxiv.org/abs/2406.15007) [![OpenReview](https://img.shields.io/badge/⚖️-OpenReview-8b1b16)](https://openreview.net/forum?id=hCiaiZ6e4G) [![Slack](https://img.shields.io/badge/slack-chat-611f69.svg?logo=slack)](https://join.slack.com/t/rl4co/shared_invite/zt-1ytz2c1v4-0IkQ8NQH4TRXIX8PrRmDhQ)
3+
[![arXiv](https://img.shields.io/badge/arXiv-2406.15007-b31b1b.svg)](https://arxiv.org/abs/2406.15007) [![OpenReview](https://img.shields.io/badge/⚖️-OpenReview-8b1b16)](https://openreview.net/forum?id=QzGLoaOPiY) [![Slack](https://img.shields.io/badge/slack-chat-611f69.svg?logo=slack)](https://join.slack.com/t/rl4co/shared_invite/zt-1ytz2c1v4-0IkQ8NQH4TRXIX8PrRmDhQ)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-red.svg)](https://opensource.org/licenses/MIT)[![Test](https://github.com/ai4co/routefinder/actions/workflows/tests.yml/badge.svg)](https://github.com/ai4co/routefinder/actions/workflows/tests.yml)<a href="https://colab.research.google.com/github/ai4co/routefinder/blob/main/examples/1.quickstart.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a>[![HuggingFace Models](https://img.shields.io/badge/%F0%9F%A4%97-Models-yellow)](https://huggingface.co/ai4co/routefinder)[![HuggingFace Dataset](https://img.shields.io/badge/%F0%9F%A4%97-Dataset-yellow)](https://huggingface.co/datasets/ai4co/routefinder)
55

66
_Towards Foundation Models for Vehicle Routing Problems_
@@ -14,6 +14,7 @@ _Towards Foundation Models for Vehicle Routing Problems_
1414

1515

1616
## 📰 News
17+
- Sep 2025: A new version (`v0.4.0`) has been released. We have now added better installation instructions, released models and dataset on HugginFace, and more. Also, we are delighted to announce that RouteFinder has been accepted at TMLR 2025! See details on the [release notes](https://github.com/ai4co/routefinder/releases/tag/v0.4.0)
1718
- Feb 2025: A new version (`v0.3.0`) of RouteFinder has been released. We have added several improvements, among which increasing the number of VRP variants from 24 to 48! See details on the [release notes](https://github.com/ai4co/routefinder/releases/tag/v0.3.0)
1819
- Oct 2024: A new version (`v0.2.0`) of RouteFinder has been released! We have added the latest contributions from our preprint and much improved codebase
1920
- Jul 2024: RouteFinder has been accepted as an **Oral** presentatation at the [ICML 2024 FM-Wild Workshop](https://icml-fm-wild.github.io/)!
@@ -237,13 +238,14 @@ Do you want to improve the performance of your model with no effort? Use our Tra
237238
If you find RouteFinder valuable for your research or applied projects:
238239

239240
```
240-
@inproceedings{berto2024routefinder,
241-
title={{RouteFinder}: Towards Foundation Models for Vehicle Routing Problems},
242-
author={Berto, Federico and Hua, Chuanbo and Zepeda, Nayeli Gast and Hottung, Andr{\'e} and Wouda, Niels and Lan, Leon and Tierney, Kevin and Park, Jinkyoo},
243-
booktitle={ICML 2024 Workshop on Foundation Models in the Wild (Oral)},
244-
year={2024},
245-
url={https://openreview.net/forum?id=hCiaiZ6e4G},
246-
note={\url{https://github.com/ai4co/routefinder}}
241+
@article{
242+
berto2025routefinder,
243+
title={{RouteFinder: Towards Foundation Models for Vehicle Routing Problems}},
244+
author={Federico Berto and Chuanbo Hua and Nayeli Gast Zepeda and Andr{\'e} Hottung and Niels Wouda and Leon Lan and Junyoung Park and Kevin Tierney and Jinkyoo Park},
245+
journal={Transactions on Machine Learning Research},
246+
issn={2835-8856},
247+
year={2025},
248+
url={https://openreview.net/forum?id=QzGLoaOPiY},
247249
}
248250
```
249251

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "routefinder"
7-
version = "0.3.2"
7+
version = "0.4.0"
88
description = "Towards Foundation Models for Vehicle Routing Problems"
99
authors = [
1010
{ name = "Federico Berto", email = "berto.federico2@gmail.com" },

0 commit comments

Comments
 (0)