https://github.com/klemek/genetics
Messing around with genetic algorithms
https://github.com/klemek/genetics
Last synced: 6 months ago
JSON representation
Messing around with genetic algorithms
- Host: GitHub
- URL: https://github.com/klemek/genetics
- Owner: Klemek
- Created: 2018-04-21T22:38:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T16:32:12.000Z (about 1 year ago)
- Last Synced: 2024-04-21T10:24:19.073Z (about 1 year ago)
- Language: Java
- Size: 2.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/boyter/scc/#badges-beta)
[](https://lgtm.com/projects/g/Klemek/Genetics/context:java)
[](https://lgtm.com/projects/g/Klemek/Genetics/alerts/)# Genetics
Messing around with genetic algorithms
Properties `src/main/resources/config.properties` (or edit inside JAR / override by placing file in the same folder)
## Traveling Salesman
```
mvn clean package -P bot
```* Launch `fr.klemek.genetics.bot.Window`
* Parameters `src/main/resources/bot.properties`
* Data `src/main/resources/cities.csv`

## Not-intersecting graph
```
mvn clean package -P graph
```* Launch `fr.klemek.genetics.graph.Window`
* Parameters `src/main/resources/graph.properties`
* Data `src/main/resources/graph.csv`