Abstract: The goal of this work is to apply metaheuristics to the problem of planning tourist trips. The tourist trip planning problem is the preparation of an optimal personalized itinerary based on ...
Abstract: The shortest path problem is a widely recognized and fundamental optimization problem in operations research. Nearly all practical implementations of the shortest path issue include ...
knapsack-optimization/ ├── src/ # All source code │ ├── pipeline.py # Main orchestration script │ ├── config.py # Centralized configuration │ ├── utils.py # Shared utilities (logging, validation, ...