搜索资源列表
Knapsack_dynamic_rus
- Knapsack Problem. Russian version. Dynamic programming.
invst2
- 用matlab实现投资问题(类似于0-1背包问题,但更复杂)的动态规划-Problem with matlab realized investment (like the 0-1 knapsack problem, but more complex) dynamic programming
knapsack
- knapsack solve problem dynamic algorithm
FA2
- 一种改进的萤火虫算法解决动态0-1背包问题。经过测试,算法就有良好的性能。-Firefly Algorithm (FA), Genetic Algorithm (GA) and Differential Evolution (DE) have been widely used for static optimization problems, but the applications of those algorithms in dynamic environments are rela
knapsack.m
- KNAPSACK Solves the 0-1 knapsack problem for positive integer weights - dynamic programming