模拟退火遗传算法.docVIP

  • 9
  • 0
  • 约6.85万字
  • 约 11页
  • 2017-05-30 发布于河南
  • 举报
模拟退火遗传算法

模拟退火遗传算法 function [minimum,fval] = anneal(loss, parent, options) % ANNEAL Minimizes a function with the method of simulated annealing % (Kirkpatrick et al., 1983) % % ANNEAL takes three input parameters, in this order: % % LOSS is a function handle (anonymous function or inline) with a loss % function, which may be of any type, and neednt be continuous. It does, % however, need to return a single value. % % PARENT is a vector with initial guess parameters. You must input an % initial guess. % % OPTIONS is a structure with settings for the simulated annealing. If no % OPTIONS structur

文档评论(0)

1亿VIP精品文档

相关文档