Description: This program runs a GA. The roulette wheel method for parent
selection is used here. Elitism is included. Parent selection is
from the population including the elite chromosomes. The standard
bit form is used here. As usual, code works in terms of fitness
values (higher better) results, however, are reported for the loss
values of actual interest. This code does not work with constraints
on theta values other than those directly associated with thetamax
and thetamin. -This program runs a GA. The roulette wheel method for parent
selection is used here. Elitism is included. Parent selection is
from the population including the elite chromosomes. The standard
bit form is used here. As usual, code works in terms of fitness
values (higher better) results, however, are reported for the loss
values of actual interest. This code does not work with constraints
on theta values other than those directly associated with thetamax
and thetamin. Platform: |
Size: 11264 |
Author:siva |
Hits:
Description: fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-fga.m the main program for the genetic algorithm binary Gray encoding, roulette wheel method based on non-linear ranking selection, uniform crossover and mutation operations, but also introduces the inversion operation! Platform: |
Size: 8192 |
Author:曾建 |
Hits:
Description: 此代码是实数编码遗传算法的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. Platform: |
Size: 2048 |
Author:王巍 |
Hits:
Description: 说明: fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Description: fga.m genetic algorithm for the main program binary Gray encoding, roulette wheel method based on linear ranking selection, uniform crossover and mutation operators, but also introduces the inversion operation! Platform: |
Size: 3072 |
Author:杨轩 |
Hits:
Description: 说明: fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Description: fga.m genetic algorithm for the main program binary Gray encoding, roulette wheel method based on linear ranking selection, uniform crossover and mutation operators, but also introduces the inversion operation! Platform: |
Size: 1024 |
Author:杨轩 |
Hits:
Description: 说明: fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Description: fga.m genetic algorithm for the main program binary Gray encoding, roulette wheel method based on linear ranking selection, uniform crossover and mutation operators, but also introduces the inversion operation! Platform: |
Size: 1024 |
Author:杨轩 |
Hits:
Description: 遗传算法求解TSP问题,采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Genetic algorithm for solving TSP problem, using the binary Gray code, based on the roulette wheel method of non-linear ranking selection, uniform crossover, mutation, but also introduces the inversion operation! Platform: |
Size: 4096 |
Author:yang |
Hits:
Description: /求下列元素的最大值:目标函数max=f(x1,x2)=x1*x1+x2*x2 取值范围在{1,2,3,4,5,6,7}
//本算法在选择时使用:轮盘赌选择法、交叉时使用:单点交叉。
-A maximum of the following elements: objective function Max = f (x1, x2) x1+ x2 = x1** x2.Scope in,2,3,4,5,6,7 {1}This algorithm is used when the choice: roulette wheel selection method, cross use: single point crossover. Platform: |
Size: 58368 |
Author:张烨 |
Hits: