资源简介
模拟退火的MATLAB程序,可以直接运行,如有疑问,请联系1759984207@qq.com
代码片段和文件信息
function [x0f0]=sim_anl(fx0luMmaxTolFun)
%sim_anl Minimizes a function with the method of simulated annealing (Kirkpatrick et al. 1983) [1]
%
%
% INPUTS:
% f = a function handle
% x0 = a ninitial guess for the minimun
% l = a lower bound for minimun
% u = a upper bound for minimun
% Mmax = maximun number of temperatures
% TolFun = tolerancia de la funci髇
%
%
% OUTPUTS:
% x0 = candidate to global minimun founded
% f0 = value of function on x0
%
%
% Example [2]:
%
% The six-hump camelback function:
% camel= @(x)(4-2.1*x(1).^2+x(1).^4/3).*x(1).^2+x(1).*x(2)+4*(x(2).^2-1).*x(2).^2;
% has a doble minimun at f(-0.08980.7126) = f(0.0898-0.7126) = -1.0316
% this code works with it as follows:
% [x0f0
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1313 2014-02-12 13:39 sim_anl\license.txt
文件 4260 2014-02-12 13:39 sim_anl\sim_anl.m
目录 0 2017-05-06 20:17 sim_anl
----------- --------- ---------- ----- ----
5573 3
相关资源
- HMMforspeechrecogntion 一个可执行的HMM语音
- GAPSO 这个算法是遗传算法和粒子群优
- MATLAB_image_process_with_PDE 运用偏微分方
- gabijiao 该程序通过实例(函数)
- GPS_carr_loop GPS跟踪模块的载波跟踪环的
- barcode 基于图像的条形码识别程序(识
- NURBS-curve NURBS曲线的绘制程序
- B-spline-surface 在MATLAB-2008a环境下编写的
- NURBS-surface 在MATLAB-2008a环境下编写的
- ACO 用MATLAB编写的蚁群算法最短路径寻
- adaboost 基于adaboost的人脸识别程序
- gps GPS信号的捕获、处理程序
- fuzzynetme 模糊神经网络的MATLAB程序
- naive_bayes_numeric 利用matlab实现的朴素贝
- BarrelDistortion 两个matlab程序
- ridgelet_transform 一个用于图像描述表示
- V1.0 串口通信程序
- matlab-acq GPS C/A码捕获 用的是fft频域的
- fusion_change_detection SAR图像变化检测代
- RBF_Matlab_code 径向基函数的matlab 代码程
- spectralMattingCode 用于数字抠图的源代码
- matlabsanweichongjian matlab三维重建程序
- Gaborpca Gabor小波变换与PCA的人脸识别代
- face 收集的最全的人脸识别代码 有小
- multifractal-compute 用MATLAB编写的图象多
- SVSLMS 本程序提出了变步长自适应滤波
- nolinear_ica 非线性卷积盲源分离程序
- TVMMcode 国外一个博士写的图像复原的
- pca 主成分分析程序
- chepaishibie 一个车牌识别的小程序
评论
共有 条评论