搜索资源列表
-
1下载:
此程序代码为基于遗传算法的PID整定,利用MATLAB编程实现。该程序通过遗传算法实现参数寻优,是一种不需要任何初始信息并可以寻求全局最优解的、高效的优化组合方法。-this procedure code based on genetic algorithms for PID tuning, using MATLAB programming. The procedures through genetic algorithm optimization of the parameters. is a
-
-
2下载:
遗传算法函数介绍及实用代码,保证能运行,并加上了程序解释和运行结果,Genetic algorithms and practical code function introduced to ensure that will be able to run, with the procedures explained and the results
-
-
0下载:
基于小生境遗传算法的DOA估计,并附相关MATLAB仿真图结果,与其他算法进行相关比较-Based on Niche Genetic Algorithm for DOA estimation, together with related results of MATLAB simulation diagram, compared with other related algorithms
-
-
0下载:
这是利用遗传算法进行图像分割的matlab源程序-This is the use of genetic algorithms image segmentation matlab source
-
-
0下载:
遗传算法序列(GA)(全)利用matlab编写遗传代码 很有用的啊-Sequence of genetic algorithms (GA) (wide) the use of the preparation of the genetic code matlab useful ah
-
-
0下载:
用遗传算法估计伪随机码(PN序列),包含初始化,选择,交叉,变异-Is estimated by using genetic algorithms pseudo-random code (PN sequence), including initialization, selection, crossover and mutation
-
-
0下载:
This an implementation of Particle Swarm Optimization algorithm using
the same syntax as the Genetic Algorithm Toolbox, with some additional
options specific to PSO. Allows code-reusability when trying different
population-based optimization al
-
-
0下载:
一些变异的遗传算法的matlab的程序实现,一些源码,关于ga的工具箱的实现-Some genetic algorithms matlab program implementation, a number of source code,
-
-
0下载:
简单遗传算法的Matlab实现,适合GA算法入门使用,程序很简单,说明在程序的备注中,耐心点就能弄明白本代码转自:http://www.labfans.com/bbs/t11479/-Matlab implementation of simple genetic algorithms, it is an introductory GA algorithm, all the explanations are included in the*.m files in the form of remar
-
-
0下载:
包括遗传算法的各种运算(交叉,变异)的实例源程序代码-Various operations, including genetic algorithms (crossover and mutation) of the instance of the source code
-
-
1下载:
遗传算法车间调度,车间作业调度问题遗传算法
--------------------------------------------------------------------------
输入参数列表
M 遗传进化迭代次数
N 种群规模(取偶数)
Pm 变异概率
T m×n的矩阵,存储m个工件n个工序的加工时间
P 1×n的向量,n个工序中,每一个工序所具有的机床数目
输出参数列表
Zp 最优的Makespan值
Y1p 最优方案
-
-
0下载:
遗传算法解决TSP背包问题的源代码,包涵MATLAB程序和详尽文字算法说明-Knapsack problem genetic algorithm source code for TSP, bear with MATLAB algorithms procedures and detailed text descr iption
-
-
0下载:
这是一个源程序集,里面包含了众多基于遗传算法的matlaB源程序-This is a process b set, which contains a large number of source code based on genetic algorithms matlaB
-
-
0下载:
现代智能算法法程序代码,遗传法 贪婪法 模拟退火法 蚂蚁群法 回溯法-Modern intelligent algorithms law code, the genetic method simulated annealing greedy algorithm backtracking ant colony method
-
-
0下载:
Genetic Algorithms-matlab code -Genetic Algorithms-matlab code
-
-
0下载:
各种算法的matlab代码,方便你们学习和使用,全为matlab编写-Genetic algorithms, particle swarm optimization algorithm examples of easy to learn and use you, all written for the matlab
-
-
2下载:
此程序实现了利用遗传算法优化BP神经网络,内含matlab源码及遗传算法工具包。亲测可用(This program implements the use of genetic algorithms to optimize the BP neural network, including Matlab source code and genetic algorithm toolkit. Pro test available)
-
-
0下载:
进化算法(如纯遗传算法)是元启发式算法。 这意味着,它们是一个通用框架和一组概念准则,可用于创建特定的算法以解决特定的问题。 因此,本文中介绍的示例可以看作是实验和创建进化优化代码的起点,而不是固定的静态代码库。(Evolutionary algorithms (such as pure genetic algorithms) are meta heuristic algorithms. This means that they are a generic framework and a set
-
-
1下载:
神经网络BP,随机森林,决策树,遗传算法等
数苑炼金网课文件,详细代码注解(Neural Network BP, Random Forest, Decision Tree, Genetic Algorithms, etc.
Course Documents of Shuyuan Alchemy Network, Detailed Code Annotations)
-
-
8下载:
机器人避障航路规划蚁群算法MATLAB仿真代码合集,里面有17个关于机器人自动避障的算法,和无人机航路规划代码,还有蚁群遗传因子算法的具体MATLAB仿真代码,A*算法,RTT算法等很适合做数学建模比赛使用。(There are 17 algorithms of robot automatic obstacle avoidance, UAV route planning code, and the specific matlab simulation code of ant colony gen
-