Multi-Knapsack solver
Multi-Knapsack solver by two stochastic solvers : i) by Cross-Entropy Method and ii) by Botev-Kroese Method for the following problem
max S(X)=(p^{t}X)
st. WX <= c
Please run the demo files :
test_ce_knapsack.m
test_cemcmc_knapsack.m
NB. You may need to recompile mex-files. Please open run "mexme_mks" to compile on your own platform.
Citation pour cette source
Sebastien PARIS (2026). Multi-Knapsack solver (https://fr.mathworks.com/matlabcentral/fileexchange/20436-multi-knapsack-solver), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
Tags
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.3.0.0 | Fixed for modern Matlab & OS64 |
||
| 1.2.0.0 | -Compatible with Lunix64 & GCC
|
||
| 1.1.0.0 | -Should compile on non-C99 compiler
|
||
| 1.0.0.0 | -Improve CE parse inputs algorithm |
