Question: Consider the well-known NP-complete combinatorial optimization problem, the 0/1 Multiple Knapsack Problem, posed as follows: A thief robbing a store finds N objects. He has
Consider the well-known NP-complete combinatorial optimization problem, the 0/1 Multiple Knapsack Problem, posed as follows: A thief robbing a store finds N objects. He has M different knapsacks of capacities. Each one of the N items has a value in Euros and a weight. The thief would like to take as valuable a load as possible, without overfilling the bags. What items should he take? Develop a representation of solution candidates. Propose an objective function for the given optimization problem. Propose an Evolutionary Algorithm for solving the given problem. Explain briefly the behavior of the various operators in your algorithm.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
