Optimize your truck loading process with a genetic algorithm designed to select the optimal combination between items and values. This algorithm ensures maximum value for your cargo while adhering to weight constraints, streamlining your logistics with precision 🧬
- Genetic Algorithm: Utilizes a genetic algorithm to find the best combination of items.
- Item Selection: Selects items based on their value and weight.
- Weight Limit: Ensures that the total weight of the selected items does not exceed the truck's weight limit.
- Optimization: Seeks to maximize the total value of the loaded items.
Before running the application, ensure you have the following installed:
- Python 🐍 (For running the application)
//todo: improve this readme