搜索资源列表
SGA2[1].0
- GA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行优化。 本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值啦) 并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉;单点变异,浮点变异;
SGA-JAVA
- 遗传算法的JAVA实现 做了一个简单函数优化示例~~~~~~体现了面向对象思想
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
RBFNN
- Three function for RBF neural network, using OLS,Rand and SGA function [newcenter,sigma,W,yh,rmse]=rbfols(p,t,tol) p 為輸入資料點,N×K矩陣,N是輸入資料維度,K是資料點數 t 為目標輸出值,1×K矩陣 tol 為指定容忍度或正確率 centers選定中心點,N×nc矩陣 sigma為 ? 值 W為輸出層權重,nc×1矩陣 y
sga
- 一个简单的遗传算法(GA)入门程序,附有详细的说明,适合初学者入门使用。-A simple genetic algorithm (GA) entry procedures, with detailed descr iption of entry for beginners to use.
yichuansuanfa
- 自编的MATLAB遗传算法代码,用简单遗传算法(Simple Genetic Algorithm or Standard Genetic Algorithm ,SGA)求取函数最大值-Optimizing a function using Simple Genetic Algorithm with elitist preserved
ReadMe
- SGA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行 优化。-SGA (Simple Genetic Algorithm) is a powerful, intelligent multi-variable optimization algorithm, which imitate the laws of population reproduction is optimized.
SGAPublic
- 本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值啦) 并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉; 单点变异,浮点变异;-The SGA can optimize the variables, find minimum, maximum (when the function is also seeking the minimum reciprocal friends) and support for floating-
sga
- 一个非常基础的求最大值的程序,适合初学者。-Maximum demand in a very basic program for beginners.
toolforSGAPublic
- SGA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行 优化。 本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值啦) 并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉; 单点变异,浮点变异;-SGA (Simple Genetic Algorithm) is a powerful smart multi-variable optimization algor
SGAPublic
- SGA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行优化。本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值) 并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉;单点变异,浮点变异;调用时Genetic(目标函数名) 使用SGA时,首先需要一个目标函数(像AimFunc.m),该函数返回适应度输入变量为待优化变量x输出为一个适应度。然后修改Genetic.m中可以修
sga
- 单体生长算法(SGA)的matlab程序实现,提取10个端元-Single growing algorithm (SGA) in the matlab program to achieve the extraction of 10 end-
SGA-simple-Genetic-Algorithm
- C语言编的简单遗传算法程序 各项功能齐全-SGA-simple Genetic Algorithm
youhua
- 给出了基于MGA算法和SGA算法的结果比较,得到所要求的函数优化结果。-MGA algorithm is given based on comparison of the results and SGA algorithms, function optimization to get the required result.
answer3
- sga的一个小例程,是个真实的源代码,可以看看哦-sga a small routine, is a true source code, you can see Oh
GA
- 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它最初由美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA)。-a genetic algorithm (GA)
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)