Which of the following statements are true about Simulated annealing algorithm?以下关于模拟退火算法的陈述哪些是正确的?
Which of the following statements are true about Simulated annealing algorithm?以下关于模拟退火算法的陈述哪些是正确的?
A.The inner loop of the simulated annealing algorithm is quite similar to hill climbing.模拟退火算法的内循环与爬山法非常相似。
B.The inner loop of the simulated annealing algorithm is very different from hill climbing.模拟退火算法的内循环与爬山法完全不同。
C.Instead of picking the best move, simulated annealing algorithm picks a random move.模拟退火算法不是选择最佳行动,而是选择随机行动。
D.Instead of picking the random move, simulated annealing algorithm picks a best move.模拟退火算法不是选择随机行动,而是选择最佳行动。
正确答案:The inner loop of the simulated annealing algorithm is quite similar to hill climbing.模拟退火算法的内循环与爬山法非常相似。;Instead of picking the best move, simulated annealing algorithm picks a random move.模拟退火算法不是选择最佳行动,而是选择随机行动。
- 上一篇:Hill climbing search is sometimes called greedy local search because it grabs a good neighbor state without thinking ahead about where to go next. Unfortunately, it often gets stuck for the three reasons:爬山搜索有时也被称为贪婪局部搜索,因为它只顾抓住一个好的邻接点的状态,而不提前思考下一步该去哪儿。它在
- 下一篇:Ant Colony Optimization (ACO) algorithm was inspired by the behavior of ants seeking a path between () and a source of food.蚁群优化算法是受蚂蚁在()和食物源之间寻找路径行为的启发而形成的。