Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deepankkartikey/genetic_algorithm-transportation
Applied Genetic Algorithm using Java and Applets
https://github.com/deepankkartikey/genetic_algorithm-transportation
candidate crossover genetic-algorithm java java-8 java-applet pmx population routing transportation vrp
Last synced: about 7 hours ago
JSON representation
Applied Genetic Algorithm using Java and Applets
- Host: GitHub
- URL: https://github.com/deepankkartikey/genetic_algorithm-transportation
- Owner: deepankkartikey
- Created: 2018-04-06T16:30:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-08T16:03:26.000Z (almost 7 years ago)
- Last Synced: 2024-12-03T15:23:05.160Z (about 2 months ago)
- Topics: candidate, crossover, genetic-algorithm, java, java-8, java-applet, pmx, population, routing, transportation, vrp
- Language: Java
- Homepage:
- Size: 6.26 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
-- Final Year Project --
#
Implements the Challenge problem organized by MuSigma.Used VRPTW as the base and solved the problem using customised Genetic Algorithm
and Best Cost Route Crossover.Specifications: Java 8, Netbeans 8.2, iText PDF library 5.4.0
Project Report (final report.pdf) contains detailed information about what the project is etc...