Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denysvitali/tsp-cup-2019
https://github.com/denysvitali/tsp-cup-2019
aco acs algorithm ant ant-colony-optimization ant-colony-systems colony eax genetic nearest-neighbor optimization simulated-annealing tsp
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/denysvitali/tsp-cup-2019
- Owner: denysvitali
- License: mit
- Created: 2019-02-24T10:48:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-04T18:53:38.000Z (over 5 years ago)
- Last Synced: 2024-10-11T00:51:43.376Z (about 1 month ago)
- Topics: aco, acs, algorithm, ant, ant-colony-optimization, ant-colony-systems, colony, eax, genetic, nearest-neighbor, optimization, simulated-annealing, tsp
- Language: Java
- Size: 1.09 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# TSP Cup 2019
This repository contains my code for the 19th Algorithms Cup.
The 19th Algorithms Cup is organized by [Luca Maria Gambardella](http://people.idsia.ch/~luca/), during the [Advanced Algorithms course (C08003.1)](http://www.supsi.ch/dti/bachelor/ingegneria-informatica/piano-studio-offerta-formativa/piano-studio/dettaglio-piano-studio/dettaglio-modulo/dettaglio-corso.6988.backLink.f3e746e5-f176-4018-af73-f1a8a17df21a&m=145406&ps=2153&of=-1.html) of IT Engineering at [University Of Applied Sciences of Southern Switzerland](http://www.supsi.ch/)
## Algorithms in this repository
### Simulated Annealing
### Ant Colony Optimization
### Genetic Algorithm (w/ EAX)
### Nearest Neighbor
### Random Nearest Neighbor## Performance
TODO
## References
TODO