GitHub / rubenodamo / simple-genetic-algorithm
A Python script that implements a genetic algorithm to help travellers optimise their luggage contents. The script takes user inputs for various items' names, weights, and values. Using the genetic algorithm, it then suggests the best combination of items to maximize value while adhering to a luggage weight threshold.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenodamo%2Fsimple-genetic-algorithm
PURL: pkg:github/rubenodamo/simple-genetic-algorithm
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: Python
Size: 20.5 KB
Dependencies parsed at: Pending
Created at: about 2 years ago
Updated at: 9 months ago
Pushed at: 9 months ago
Last synced at: 9 months ago
Topics: genetic-algorithm, knapsack-problem, python-programming