-
-
SGA2[1].0.zip
GA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行优化。
本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值啦)
并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉;单点变异,浮点变异;
-
simplgeneticlgorith.rar
/* This a simple genetic algorithm implementation where the */
/* evaluation function takes positive values only and the */
/* fitness of an individual is the same as the value of the */
/* objective function
-
Genetic_Algorithm_Optimization_Toolbox_package_Mat
This directory contains the Genetic Algorithm Optimization Toolbox for
Matlab
To use this, if you are local to NCSU and have AFS access to this
directory, simply extend the matlab path using the following command.
You can also place this command in a ...
-
2004_5340.rar
Estimating Attitude from Vector Observations Using a Genetic Algorithm-Embedded Quaternion Particle Filter
介绍了一种基于四元数粒子滤波的方法
-
GA.rar
Somebody over on the Generation5 forum asked for a "Hello World!" program for genetic algorithms. I took it literally and created a very simple program (138 lines of code) that evolves the phrase "Hello world!"
-
GA_BP.rar
利用遗传算法优化人工神经网络权值论文.
遗传算法(Genetic Algorithm-GA)是一种基于自然选择和基因遗传学原理的优化搜索方法。
-
-
-
-
-