- 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
您可能关注的文档
最近下载
- 2026年入团考必备试150题题库及答案解析(完整版).pdf
- 2026奥克斯校招真题及答案.doc VIP
- 【自考复习资料】00448学校管理学(重点知识汇总).doc VIP
- 传感器与检测技术徐科军第三版课后习题答案.pdf VIP
- 广西2026职教高考13交通运输大类(对口升学)精准合规志愿表(冲稳保6档).docx VIP
- Unit 1 Home Grammar课件(共25张PPT) 牛津译林版(2024)英语七年级下册.pptx VIP
- 回流冷凝器本科学位论文.doc VIP
- 意大利葡萄酒培训.pptx VIP
- 《接口测试培训》课件.ppt VIP
- 金融行业等保要求规划方案(包括四级).pdf VIP
原创力文档

文档评论(0)