mhrimaz/KnapsackFX

Solving Knapsack 0/1 problem with various Local Search algorithms like Hill Climbing, Genetic Algorithms, Simulated Annealing, Tabu Search

35
/ 100
Emerging

This helps you determine the best combination of items to include in a limited-capacity container, like a backpack or a truck, to maximize total value without exceeding weight limits. You input a list of items, each with a weight and a value, along with the total capacity available. It outputs the specific items you should choose to get the most value. Anyone who needs to optimize packing or resource allocation within strict constraints would find this useful.

No commits in the last 6 months.

Use this if you need to quickly find an excellent, though not necessarily perfectly optimal, solution for selecting items with different weights and values into a fixed-capacity container.

Not ideal if you absolutely require the mathematically proven optimal solution every single time, as some methods prioritize speed over guaranteed global optimality.

resource-allocation logistics-optimization inventory-management asset-packing project-portfolio-selection
Stale 6m No Package No Dependents
Maintenance 0 / 25
Adoption 7 / 25
Maturity 16 / 25
Community 12 / 25

How are scores calculated?

Stars

28

Forks

4

Language

Java

License

MIT

Last pushed

May 11, 2017

Commits (30d)

0

Get this data via API

curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/mhrimaz/KnapsackFX"

Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.