Unverified Commit 5971eb2a authored by ir1d's avatar ir1d
Browse files

style: update link

parent 3cfd2d24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

## 实现 ##

根据爬山算法(详见 [爬山算法 - OI Wiki](https://oi-wiki.org/misc/hill-climbing/)的过程,我们发现:对于一个当前最优解附近的非最优解,爬山算法直接舍去了这个解。而很多情况下,我们需要去接受这个非最优解从而跳出这个局部最优解,即为模拟退火算法。
根据 [爬山算法](https://oi-wiki.org/misc/hill-climbing/) 的过程,我们发现:对于一个当前最优解附近的非最优解,爬山算法直接舍去了这个解。而很多情况下,我们需要去接受这个非最优解从而跳出这个局部最优解,即为模拟退火算法。

> **什么是退火?**(选自百度百科)
>