Skip to content

Releases: shah314/samultichoiceknapsack

Simulated Annealing Algorithm for the Multiple Choice Multidimensional Knapsack Problem

04 May 18:50
Compare
Choose a tag to compare

Implementation of simulated annealing algorithm for the multiple choice multidimensional knapsack problem. The multiple choice knapsack problem has n groups of items and m constraints. The objective is to choose one item from each group such that the total value (profit) is maximized while all of the m constraints are satisfied. The implementation is quite fast, and the code finds optimum or very close to optimum solutions in a very short duration.

Simulated Annealing Algorithm for the Multiple Choice Multidimensional Knapsack Problem

19 Jul 20:51
f555375
Compare
Choose a tag to compare

(Fixed a few errors in the C++ code) Implementation of simulated annealing algorithm for the multiple choice multidimensional knapsack problem. The multiple choice knapsack problem has n groups of items and m constraints. The objective is to choose one item from each group such that the total value (profit) is maximized while all of the m constraints are satisfied.

Simulated Annealing Algorithm for the Multiple Choice Multidimensional Knapsack Problem

27 Jun 19:14
2980910
Compare
Choose a tag to compare

Implementation of simulated annealing algorithm for the multiple choice multidimensional knapsack problem. The multiple choice knapsack problem has n groups of items and m constraints. The objective is to choose one item from each group such that the total value (profit) is maximized while all of the m constraints are satisfied.