搜索资源列表
yichuansuanfa
- 这是一个关于遗传算法的MATLAB程序,用于求某种函数的极值-This is a genetic algorithm on the MATLAB program for a certain function for the Extreme
MATLAB
- 在简要分析遗传算法要素的基础上,介绍了基于MATLAB的遗传算法工具箱的设计。最后给出了一个 用设计的MATLAB遗传算法工具箱的求函数极值的应用实例。
matlabGA
- MATLAB遗传算法,解决函数求极值问题。
11
- 利用遗传算法求解函数极值。真的可以啊,确实啊-Use genetic algorithm function extremum.
yichuansuanfaqiuhanshujizhibuyonggongjuxiang
- 遗传算法求函数极值 不用工具箱 matlab编写-Extremal function for genetic algorithm matlab toolbox not prepared
yichuansuanfaqiuhanshujizhiyonggongjuxiang
- 遗传算法求函数极值 用工具箱 matlab编写-Extremal function for genetic algorithm using matlab toolbox to prepare
GA
- 这是一种对遗传算法的Matlab实现,此算法主要应用于求函数的极值。-This is a Matlab implementation of genetic algorithms, this algorithm is mainly used in extreme demand function.
GAoptimization
- 用遗传算法在MATLAB环境下实现求复杂函数求极值的例子,内有详细说明,测试通过-Using Genetic Algorithm in MATLAB environment to achieve extremum seeking examples of complex functions, with detailed instructions, tested
hanshujizhi
- 用遗传算法求一维函数极值,Matlab语言,可用作学习参考!-Genetic algorithm for extreme one-dimensional functions, Matlab language, can be used as a reference. . .
matlab
- 本文章是遗传算法求函数极值的matlab代码-Genetic algorithms matlab code for the function extremum
Genetic-algorithm
- 采用MATLAB编程,采用遗传算法求分段函数极值-Using MATLAB programming, using genetic algorithm for segmentation function extremum
Genetic-Algorithm-for-Extreme-Value
- 本资源为自己编写的遗传算法求多元函数极值的Matlab程序,共大家共同学习和研究。-This resource is to write your own genetic algorithms for multi-function extreme Matlab program, a total of common learning and research.
GA
- 本人机器学习大作业,详细阐述遗传算法。matlab环境下,针对具体例子,用遗传算法求极值。-My machine learning assignments, detailed in this paper, the genetic algorithm.Matlab environment, in view of the specific example, using genetic algorithm for extremum.
遗传算法求极值
- 针对于ackley函数求极小值问题-用matlab算法求解说明及代码。有详细的说明
ant
- 简单的Matlab蚁群算法案例,可以用于求极值,是大学生建模培训的初级题目。(Simple ant colony algorithm case)
遗传算法求函数极值
- 遗传算法,模拟达尔文进化论的自然选择和遗产学机理的生物进化构成的计算模型,一种不断选择优良个体的算法。通过编制matlab程序求解函数极值。便于在其他优化程序中修改应用。