搜索资源列表
-
0下载:
SGA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行
优化。
本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值啦)
并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉;
单点变异,浮点变异;-SGA (Simple Genetic Algorithm) is a powerful smart multi-variable optimization algor
-
-
0下载:
SGA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行优化。本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值)
并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉;单点变异,浮点变异;调用时Genetic(目标函数名)
使用SGA时,首先需要一个目标函数(像AimFunc.m),该函数返回适应度输入变量为待优化变量x输出为一个适应度。然后修改Genetic.m中可以修
-
-
0下载:
基本遗传算法,含有测试函数,可以准确运行,出图,对代码有解释,清晰,容易理解-Basic genetic algorithm, containing the test function, can accurately run, a map, explained the code, clear, easy to understand
-
-
0下载:
多种群遗传算法打代码,下载自行查阅,是30个遗传算法案例的第7个案例-Multi-population Genetic Algorithm code
EliteInduvidual.m、immigrant.m、MPGA.m、SGA.m、ympga.m、ympgaMain.m、ysga.m、ysgaMain.m
Multi-population Genetic Algorithm code
EliteInduvidual.m、immigrant.m、MPGA.m、SGA.m、ympga
-
-
0下载:
简单遗传算的代码,也不是我自己写的,但是我亲自调过能用的-Simple genetic algorithm code, not my own writing, but I personally emphasized the use of
-