搜索资源列表
SGA.rar
- 基本的遗传算法matlab语言实现,可变换其中的目标函数,实现计算,Basic genetic algorithm matlab language can transform one of the objective function, the realization of the calculation
sga
- 基本遗传算法的matlab源程序,bstr2rval.m为基本编码转为实际值子函数,createPop.m创建初始种群子函数,crossOper.m基因交叉子函数,indiEval.m个体实际值子函数,mutateOper.m基因变异子函数,selectOper.m选择算子子函数,sga.m基本遗传算法子函数-The basic genetic algorithm matlab source, bstr2rval.m as the basic coding to the actual value
(SGA)
- 基于MATLAB遗传算法(SGA)实现 基于MATLAB遗传算法(SGA)实现-MATLAB based genetic algorithm (SGA) based on MATLAB genetic algorithm (SGA) to achieve
matlab-yichuan-suanfa
- 基于Matlab的遗传算法~是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它最初由美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA)。-SGA 《Adaptation in Natural and A
yichuansuanfa
- 自编的MATLAB遗传算法代码,用简单遗传算法(Simple Genetic Algorithm or Standard Genetic Algorithm ,SGA)求取函数最大值-Optimizing a function using Simple Genetic Algorithm with elitist preserved
sga
- 单体生长算法(SGA)的matlab程序实现,提取10个端元-Single growing algorithm (SGA) in the matlab program to achieve the extraction of 10 end-
SGA
- 主要通过Matlab实现遗传算法的操作,帮助那些对遗传算法感兴趣的人进行学习参考-Matlab genetic algorithm operation to help those people interested in the genetic algorithm to learn the reference
gatbx
- 说明: 1、对原gatbx工具箱进行了修正,对一些不适合于Matlab高版本的地方进行了改进,不会再有Warnings。 2、自己编写了一些函数,以my开头,扩展了原工具箱功能。 3、将原始的基于命令式的mpga.m及sga.m文件封装成函数形式,可以根据需要在变量空间输出信息,避免了一大堆输出结果。 4、新的my_mpga.m及my_sga.m考虑到约束函数的处理及约束结果的显示等。增强了实用性。 以上是赵志斌师兄对gatbx工具箱所做的改进,保持了原有gatbx工具
Genetic-algorithm-Matlab
- 以加工时间最短为目标,对机加车间工件加工问题建立数学模型。针对标准遗传算法(SGA)求解存在的早熟收敛、求解精度低等问题,提出一种改进的遗传算法。-Aiming at the shortest processing time, the mathematical model of machining workpieces in machining workshop is set up. Because of premature convergence and low precision for s
SGA
- 非常有用的遗传算法程序,包含主程序和子程序,用matlab编写,适合学习和改编,里面有详细的注释。-Very useful genetic algorithm program, including the main program and subprograms, written matlab, suitable for learning and adaptation, there are detailed notes.
SGA
- Simple genetic algoritm in matlab
SGA
- 实现简单遗传算法matlab编程,实现多值函数优化,找到最优解实现函数收敛(The realization of a simple genetic algorithm matlab programming, realize the optimization of multi function value, find the optimal solution to achieve the function of convergence)