Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnoldF committed Dec 5, 2024
1 parent 101ea07 commit f1e11bd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ to escape local optima and explore new parts of the solution space.

![KGLS example run](assets/kgls_sim1.gif)

___
---

# Getting Started

Expand Down Expand Up @@ -48,7 +48,7 @@ kgls.to_file(path_to_output_file)
For additional usage examples, such as running benchmarks on multiple instances,
refer to the `examples` directory.

___
---

## Implemented local search moves

Expand All @@ -66,20 +66,20 @@ KGLS employs four local search heuristics to iteratively improve the solution.
4. **Lin-Kernighan Heuristic**
A powerful and flexible edge exchange heuristic originally designed for the Travelling Salesman Problem. KGLS uses a simplified implementation to improve routes in themselves.

___
---

## Contributions
Contributions to this repository are welcome!
If you have ideas for new features, optimizations, or extensions, feel free to open an issue or submit a pull request.

___
---

## References
[Original KGLS Paper]([https://www.sciencedirect.com/science/article/abs/pii/S0305054819300024])

[VRP Repository](http://vrp.galgos.inf.puc-rio.br/index.php/en/)

___
---

## License
This project is licensed under the MIT License. See the LICENSE file for details.

0 comments on commit f1e11bd

Please sign in to comment.