OSDN Git Service

Fix Link
authorabc1763613206 <30773956+abc1763613206@users.noreply.github.com>
Thu, 8 Nov 2018 23:30:04 +0000 (07:30 +0800)
committerGitHub <noreply@github.com>
Thu, 8 Nov 2018 23:30:04 +0000 (07:30 +0800)
docs/misc/simulated-annealing.md

index 57d3970..29250a5 100644 (file)
@@ -6,7 +6,7 @@
 
 ## 实现
 
-根据 [爬山算法](https://oi-wiki.org/misc/hill-climbing/) 的过程,我们发现:对于一个当前最优解附近的非最优解,爬山算法直接舍去了这个解。而很多情况下,我们需要去接受这个非最优解从而跳出这个局部最优解,即为模拟退火算法。
+根据 [爬山算法](/misc/hill-climbing/) 的过程,我们发现:对于一个当前最优解附近的非最优解,爬山算法直接舍去了这个解。而很多情况下,我们需要去接受这个非最优解从而跳出这个局部最优解,即为模拟退火算法。
 
 > **什么是退火?**(选自百度百科)
 >