搜索资源列表
RealGA(TwoVaribles)
- 此代码是实数编码遗传算法的Matlab例程。用了精英保留策略选择和轮盘赌选择法,叉操作采用中间重组方式。-This code is a real-coded genetic algorithm Matlab routines. Retention policies with the elite selection and roulette wheel selection method, fork operation mode using the middle of restructuring.
select
- Roulette Wheel Selection
genetic_algorithm_matlab
- fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作-fga.m the main program for the genetic algorithm using binary Gray encoding, roulette wheel based on the law of non-linear ranking selection, uniform crossover and mutation operation
Ga
- 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作. -Binary Gray encoding, roulette wheel method based on non-linear ranking selection, uniform crossover and mutation operations, but also introduces the inversion operation.
Roulettewheelselection
- 两种赌轮算法比较,内容清晰,可直接在matlab上运行-Roulette wheel selection
matlab_GA_7.0
- 基于MATLAB7.0,求函数f=x+10*sin(5*x)+7*cos(4*x)的最大值点,简单的单点交叉,基本位变异,赌轮盘选择.-Based on MATLAB7.0, find the function f = x+10* sin (5* x)+7* cos (4* x) the maximum point, a simple single-point crossover, the basic bit mutation, gambling roulette wheel.
scheduling-GA
- this the code about how to choose the best gen of the GA. it is use the roulette wheel algorithm, where the best gen will be selected randomly using this.-this is the code about how to choose the best gen of the GA. it is use the roulette wheel a
Binary-GA
- binary genetic algorithm and all its functions such as cross over, mutation, roulette wheel selection and tournament selection included
zuiyoubaoliu
- 遗传算法最优保留 轮盘赌选择、单点交叉、位点变异 绘制最优适应度进化曲线-Genetic algorithm for optimal retention roulette wheel selection, single point crossover Loci draw optimal fitness evolution curve
random_model
- 随机游走模型假设各时期的收益率是独立的,并且不同时期的收益率的分布是相同的。为了更形象的理解随机游走模型,想想轮盘赌的转盘上表明了各种不同的收益率,每一期转动轮盘,就可以会根据轮盘上的标注获得下一期相应的收益。但每次转动轮盘的结果间是没有联系的,所以过去的收益率和未来的收益率是不相关的。但是由于每次转动的轮盘是相同的,所以各轮的收益率都服从相同的分布。-Random walk model assumes that the yield is independent of each period,
New-folder
- ROULETTE WHEEL SELECTION TO SELECT ANT-LION IN ANT-LION OPTIMIZER ALGORITHM
GA_backpack
- 用MATLAB实现遗传算法解决0-1背包问题。 赌轮选择,单点交叉,变异(GA_MATLAB about 0-1knapsack problem roulette wheel selection; single-point crossover; variation;)