用模拟退火算法解决0_1背包问题 Resources

Showing items tagged with "用模拟退火算法解决0_1背包问题"

This implementation solves the 0-1 knapsack problem using simulated annealing optimization. The downloadable code is ready-to-run and includes temperature scheduling, neighbor state generation, and acceptance probability functions. Ideal for researchers and developers wanting to understand simulated annealing applications in combinatorial optimization.

MATLAB 168 views Tagged