Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/corentinth/genetic-knapsack
Knapsack problem solver with genetic algorithm
https://github.com/corentinth/genetic-knapsack
genetic genetic-algorithm knapsack knapsack-problem vue
Last synced: 13 days ago
JSON representation
Knapsack problem solver with genetic algorithm
- Host: GitHub
- URL: https://github.com/corentinth/genetic-knapsack
- Owner: CorentinTh
- License: mit
- Created: 2023-10-04T20:29:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-10T19:31:26.000Z (about 1 year ago)
- Last Synced: 2024-11-02T13:42:18.129Z (2 months ago)
- Topics: genetic, genetic-algorithm, knapsack, knapsack-problem, vue
- Language: Vue
- Homepage: https://genetic-knapsack.vercel.app
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Genetic knapsack problem
Live demo: https://genetic-knapsack.vercel.app/
## Description
This is a demo app for solving the knapsack problem using a genetic algorithm and play with the parameters to see how it affects the results.## Credits
Coded with ❤️ by [Corentin Thomasset](//github.com/CorentinTh).## License
This project is under the [MIT license](LICENSE).