遗传算法编程 ——张军.pptVIP

  • 11
  • 0
  • 约3.92千字
  • 约 23页
  • 2019-12-06 发布于湖北
  • 举报
遗传算法编程 ——张军 遗传算法工具箱 主要函数 GA Genetic algorithm solver. X = GA(FITNESSFCN,NVARS) finds the minimum of FITNESSFCN using GA. NVARS is the dimension (number of design variables) of the FITNESSFCN. FITNESSFCN accepts a vector X of size 1-by-NAVRS, and returns a scalar evaluated at X. X = GA(FITNESSFCN,NAVRS,OPTIONS) finds the minimum for FITNESSFCN with the default optimization parameters replaced by values in the structure OPTIONS. OPTIONS can be created with the GAOPTIMSET function. GA X = GA(PROBLEM) finds the minimum for PROBLEM. PROBLEM is a structure

文档评论(0)

1亿VIP精品文档

相关文档