【发布时间】:2013-03-23 05:44:42
【问题描述】:
我说模拟退火算法中的能量等于成本变化是否正确?
所以我可以用以下方法计算它:
energy = cost(prevSolution) - cost(currentSolution);
【问题讨论】:
-
真的很重要吗?他们称其为“能量”,因为 SA 来自热力学类比。
标签: algorithm artificial-intelligence simulated-annealing