Welcome![Sign In][Sign Up]
Location:
Search - sa algorithm in matlab

Search list

[Other resource用sa进行光谱图像的特征提取的matlab程序

Description: 用sa进行光谱图像的特征提取的matlab程序,该算法比用其他方法在性能方面高%15-with spectral images of the Matlab feature extraction procedure, the algorithm than other methods in high-performance
Platform: | Size: 43441 | Author: 李冰龙 | Hits:

[Mathimatics-Numerical algorithms模拟退火算法

Description: 简洁得模拟退火算法,用来求函数得极值问题,有兴趣得可以看看。里面提出了一个问题,有兴趣得可以做一个实验-concise in simulated annealing algorithm, used to function in extreme demand, are interested they can look at. They raised a question that interested you can do an experiment
Platform: | Size: 261120 | Author: 张庆 | Hits:

[AI-NN-PR用sa进行光谱图像的特征提取的matlab程序

Description: 用sa进行光谱图像的特征提取的matlab程序,该算法比用其他方法在性能方面高%15-with spectral images of the Matlab feature extraction procedure, the algorithm than other methods in high-performance
Platform: | Size: 43008 | Author: 李冰龙 | Hits:

[matlabDbscan

Description: DBScan算法,在matlab中实现-DBScan algorithm, to achieve in matlab
Platform: | Size: 2048 | Author: 刘佳 | Hits:

[matlabSA

Description: 这是用模拟退火算法解决0-1背包问题,下载后可直接运行,可以帮助有需要对模拟退火算法进行了解的朋友。-This is a simulated annealing algorithm to solve the 0-1 knapsack problem, after downloading, can be directly run, you can help those in need of the simulated annealing algorithm to find out about friends.
Platform: | Size: 1024 | Author: 小吴 | Hits:

[matlabSA

Description: 模拟退火GUI演示,利用模拟退火算法求全局最大值最小值-Simulated annealing GUI demonstration, the use of simulated annealing algorithm seeking the global maximum value of the minimum
Platform: | Size: 30720 | Author: junlin | Hits:

[AlgorithmSA

Description: 模拟退火算法和最速下降法的结合,既有模拟退火算法的全局性,搜索过程中最速下降法确定搜索方向,提高了收敛速度。-Simulated annealing algorithm and a combination of steepest descent method, both simulated annealing algorithm for the global nature of the search process in the steepest descent method to determine the search direction to improve the convergence speed.
Platform: | Size: 2048 | Author: cuiping5122 | Hits:

[AI-NN-PRSA_GA

Description: 基于遗传模拟退火算法的聚类算法。将模拟退火算法与遗传算法相结合用于聚类分析,由于模拟退火算法和遗传算法可以互相取长补短,因此有效地克服了传统遗传算法的早熟现象,同时根据聚类问题的具体情况设计遗传编码方式、适应度函数,使该算法更有效、更快速地收敛到全局最优解。 -Genetic simulated annealing algorithm based on clustering algorithms. Simulated annealing algorithm and genetic algorithm are combined for cluster analysis, the simulated annealing algorithm and genetic algorithm can complement each other, thus effectively overcome the premature convergence of the traditional genetic algorithm, and clustering problem based on the specific circumstances of the design of genetic encoding , fitness function, making the algorithm more effective, more quickly converge to the global optimal solution.
Platform: | Size: 6144 | Author: 杨剑浩 | Hits:

[AI-NN-PRlearn-of-SA

Description: 在matlab中学习模拟退火算法的一些材料。-In matlab simulated annealing algorithm to learn some of the material.
Platform: | Size: 195584 | Author: winter | Hits:

[OtherVRP-1

Description: this code solves vehicle routing problem using simulated annealing algorithm in matlab. in this code , we create different models and then evaluate them using SA algorithm. one of the advantage of this code , is that code is splitting different sections. and the output of this code is represented vehicles and customers graphically.
Platform: | Size: 3072 | Author: mojtaba | Hits:

[matlabsso_simple

Description: simplified swarm optimization的matlab版本,可以節省寫程式的時間。本程演算法已驗證可以在某些問題上找到比pso、ga、sa、ts、aco等演算法更好的解。-simplified swarm optimization in matlab version, you can write a program to save time. The scheduling algorithm has been verified can find better than pso, ga, sa, ts, aco solution algorithms, such as on certain issues.
Platform: | Size: 1024 | Author: Don Lai | Hits:

[matlabsa-ga

Description: the hybrid SA-Ga algorithm in matlab
Platform: | Size: 867328 | Author: malihe | Hits:

[matlabVRP_algorithm

Description: 5个求解车辆路径问题(VRP)的MATLAB算法源程序和相应数据(数据也在m文件里),包括三种遗传算法,SA算法和禁忌搜索算法的m文件-5 solving vehicle routing problem (VRP) MATLAB algorithm source and the corresponding data (data is also in the m file), including three kinds of genetic algorithm, SA algorithm and tabu search algorithm m file
Platform: | Size: 29696 | Author: 涂超 | Hits:

[matlabSA_tsp

Description: 利用matlab软件,应用模拟退火算法解决31个城市的TSP问题(Using Matlab software to apply simulated annealing algorithm to solve TSP problems in 31 cities)
Platform: | Size: 1024 | Author: csuyq | Hits:

[AI-NN-PRSA

Description: 模拟退火算法的代码以及使用模拟退火法寻优SVM中的参数c和g(The code of simulated annealing algorithm and the use of simulated annealing to optimize the parameters c and G in SVM)
Platform: | Size: 8192 | Author: 小灰灰jjh8 | Hits:

[matlabchapter7

Description: 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。根据Metropolis准则,粒子在温度T时趋于平衡的概率为e(-ΔE/(kT)),其中E为温度T时的内能,ΔE为其改变量,k为Boltzmann常数。用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制参数初值t开始,对当前解重复“产生新解→计算目标函数差→接受或舍弃”的迭代,并逐步衰减t值,算法终止时的当前解即为所得近似最优解,这是基于蒙特卡罗迭代求解法的一种启发式随机搜索过程。退火过程由冷却进度表(Cooling Schedule)控制,包括控制参数的初值t及其衰减因子Δt、每个t值时的迭代次数L和停止条件S。(The simulated annealing algorithm is derived from the principle of solid annealing. The solid is heated to a sufficiently high temperature, and then cooled slowly. During heating, the particles in the solid become disordered with the temperature rise, and the internal energy increases.)
Platform: | Size: 4096 | Author: 长安Guli | Hits:

CodeBus www.codebus.net