虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

您现在的位置是:虫虫下载站 > 资源下载 > 汇编语言 > Procedure TSPSA:  begin   init-of-T { T为初始温度}   S={1

Procedure TSPSA:  begin   init-of-T { T为初始温度}   S={1

  • 资源大小:793 K
  • 上传时间: 2013-12-20
  • 上传用户:my
  • 资源积分:2 下载积分
  • 标      签: Procedure init-of-T TSPSA begin

资 源 简 介

Procedure TSPSA:  begin   init-of-T { T为初始温度}   S={1,……,n} {S为初始值}   termination=false   while termination=false    begin     for i=1 to L do       begin         generate(S′form S) { 从当前回路S产生新回路S′}         Δt:=f(S′))-f(S) {f(S)为路径总长}         IF(Δt<0) OR (EXP(-Δt/T)>Random-of-[0,1])         S=S′         IF the-halt-condition-is-TRUE THEN         termination=true       End     T_lower    End  End

相 关 资 源

您 可 能 感 兴 趣 的