摘要:
import randomimport mathXMAX = 4YMAX = 4Tolerance = 0.000001MarkovLength = 10000DecayScale = 0.95StepFactor = 0.02Temperature = 100AcceptPoints = 0.0PreX = -XMAX * random.random()PreY = - YMAX * random.random()BestX = PreX;PreBestX = BestXBestY = PreYPreBestY = BestYTemperature = DecayScale * Temper 阅读全文
posted @ 2012-12-11 22:44
赵乐ACM
阅读(1416)
评论(0)
推荐(0)