更改

跳到导航 跳到搜索
添加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

个编辑

导航菜单