打开主菜单
首页
随机
登录
设置
关于集智百科 - 复杂系统|人工智能|复杂科学|复杂网络|自组织
免责声明
集智百科 - 复杂系统|人工智能|复杂科学|复杂网络|自组织
搜索
更改
←上一编辑
下一编辑→
模拟退火
(查看源代码)
2020年5月19日 (二) 15:50的版本
添加8字节
、
2020年5月19日 (二) 15:50
→伪代码
第62行:
第62行:
<div style="margin-left: 35px; width: 600px">
<div style="margin-left: 35px; width: 600px">
−
{{framebox|blue}}
{{framebox|blue}}
−
* Let {{math|''s'' {{=}} ''s''<sub>0</sub>}}
* Let {{math|''s'' {{=}} ''s''<sub>0</sub>}}
−
* For {{math|''k'' {{=}} 0}} through {{math|''k''<sub>max</sub>}} (exclusive):
* For {{math|''k'' {{=}} 0}} through {{math|''k''<sub>max</sub>}} (exclusive):
−
** {{math|''T'' ← temperature( ''(k+1)''/''k''<sub>max</sub> )}}
** {{math|''T'' ← temperature( ''(k+1)''/''k''<sub>max</sub> )}}
−
** Pick a random neighbour, {{math|''s''<sub>new</sub> ← neighbour(''s'')}}
** Pick a random neighbour, {{math|''s''<sub>new</sub> ← neighbour(''s'')}}
−
** If {{math|''P''(''E''(''s''), ''E''(''s''<sub>new</sub>), ''T'') ≥ random(0, 1)}}:
** If {{math|''P''(''E''(''s''), ''E''(''s''<sub>new</sub>), ''T'') ≥ random(0, 1)}}:
−
*** {{math|''s'' ← ''s''<sub>new</sub>}}
*** {{math|''s'' ← ''s''<sub>new</sub>}}
−
* Output: the final state {{mvar|s}}
* Output: the final state {{mvar|s}}
−
+
{{frame-footer}}
</div>
</div>
乐多多
763
个编辑