Is there any learning material available for Knapsack/Backpack problem in optimization toolbox of MATLAB?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ba Ba Black Sheep!
el 8 de Dic. de 2016
Respondida: Alan Weiss
el 8 de Dic. de 2016
How can I learn to experiment with Knapsack problem in optimization toolbox of MATLAB?
Is any video tutorial available out there?
0 comentarios
Respuesta aceptada
Alan Weiss
el 8 de Dic. de 2016
I know of no tutorial, but I believe that the problem formulation is not hard. Use intlinprog. To maximize the value of the items in the knapsack, have the objective function vector f be the negative of the value of each item ( intlinprog minimizes, so to maximize, minimize the negative). Linear constraints, such as the total weight, can be easily included in the linear inequality constraint matrix A and the vector b.
Alan Weiss
MATLAB mathematical toolbox documentation
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Particle Swarm en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!