搜索资源列表
matlab遗传算法
- 遗传算法MATLB程序,里面有遗传算法的选择、交叉、变异函数,一些简单的MABTLAB遗传算法例子!
Matlab遗传算法改进程序
- 遗传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法。它是由美国的J.Holland教授1975年首先提出,其主要特点是直接对结构对象进行操作,不存在求导和函数连续性的限定;具有内在的隐并行性和更好的全局寻优能力;采用概率化的寻优方法,能自动获取和指导优化的搜索空间,自适应地调整搜索方向,不需要确定的规则。遗传算法的这些性质,已被人们广泛地应用于组合优化、机器学习、信号处理、自适应控制和人工生命等领域。它是现代有关智能计算
SGA.rar
- 基本的遗传算法matlab语言实现,可变换其中的目标函数,实现计算,Basic genetic algorithm matlab language can transform one of the objective function, the realization of the calculation
CFA-Matlab
- 有关链路容量和流量优化分配的遗传算法 函数功能 使用遗传算法求解通信网链路容量和流量联合优化分配问题-Related to link capacity and flow of genetic algorithm to optimize the distribution function using genetic algorithm function communication network link capacity and traffic distribution of the
GeneticAlgorithm
- 遗传算法matlab程序,程序在函数全局寻优中应用.-Genetic Algorithmmatlab
pso_base
- 本程序基于粒子群算法实现函数的寻优过程,粒子群算法实现简单,程序效率高,在现在智能算法中有广泛的应用。-The program is based on particle swarm optimization process to achieve the function of the particle swarm algorithm is simple, efficient procedures, in the present intelligent algorithm has a wide r
Ackely
- Ackley函数的粒子群优化算法的实现,对初学粒子群算法的有用-Ackley function of the particle swarm optimization algorithm, particle swarm optimization for beginners useful
GeneticAlgorith遗传算法
- 本程序为遗传算法基本程序,略有改进,结果过程均有图示,可通过修改yichuanzhuhanshu.m来适应不同的实际问题,优化效果较优,可用来对遗传函数实现方法的学习
改进遗传算法求最大值程序
- matlab的改进遗传算法求最大值程序,main函数是主函数,其他3个是子函数。具体内容见代码注释(Matlab improved genetic algorithm for maximum value procedures, main function is the primary function, and the other 3 are sub functions. See the code for details)
遗传算法matlab求最小值
- 利用matlab基于遗传算法求解函数最小值(Using MATLAB to solve minimum function based on genetic algorithm)
遗传算法
- 基本的遗传算法实现,求解函数极值,简单易懂,适用于初学者(Basic genetic algorithm to solve the extremum of function)
终板 matlab程序
- 遗传算法MATLB程序,里面有遗传算法的选择、交叉、变异函数,一些简单的MABTLAB遗传算法例子!(GA MATLB procedures, there are genetic algorithm selection, crossover and mutation function, some simple examples MABTLAB GA!)
遗传算法及其在函数优化问题中的应用研究 (2)
- 遗传算法在函数优化中的作用,解释了遗传算法的可行性。。。。。(Application of genetic algorithm in sparse matrix)
DeJong遗传算法
- 测试函数,matlab平台下的测试函数DeJong,对于用来遗传等智能算法的性能非常有用.(Test function, matlab platform under the test function DeJong, used for genetic and other intelligent algorithm performance is very useful.)
genetic
- 谢菲尔德遗传工具箱matlab代码,安装这个工具箱之后,其函数才能使用(Sheffield genetic toolbox matlab code, the installation of the toolbox, the function can use)
MATLAB遗传算法工具箱及应用
- matlab遗传算法工具箱应用 库函数应用(matlab algorithms for learners)
遗传算法
- 遗传算法matlab实现,寻找目标函数全局最优解。(Implementation of genetic algorithm)
遗传算法
- 含有约束方程的三个变量求最大值所用的罚函数+遗传算法(Maximum value of genetic algorithm)
基于Matlab的函数优化遗传算法程序
- 这是基于Matlab的函数优化遗传算法程序(This is based on Matlab's function optimization genetic algorithm program.)
Matlab多目标优化遗传算法源程序很好的应用案例
- 与常规的单目标遗传算法求解不同,该算法考虑两个目标函数的遗传算法(Different from the conventional single objective genetic algorithm, this algorithm considers the genetic algorithm of two objective functions)