Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 870 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 870 Bytes

Genetic Cargo: Genetic Algorithm for Optimized Truck Loading 🚚🧬

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 🧬

Features

  • 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.

Prerequisites

Before running the application, ensure you have the following installed:

  • Python 🐍 (For running the application)

//todo: improve this readme