Welcome![Sign In][Sign Up]
Location:
Search - Roulette Wheel Selection

Search list

[AI-NN-PRSimpleGA

Description: 该程序为使用了轮盘赌选择方式、单点交叉和基本位变异算子,内嵌精英保留策略的基本遗传算法。其实现使用了固定数组,使用一个常用的测试函数。-The procedure for the use of a roulette wheel selection, single-point crossover and basic bit mutation operator, embedded elite reservation strategy for the basic genetic algorithm. The realization of the use of a fixed array, the use of a commonly used test functions.
Platform: | Size: 3072 | Author: 东方志柱 | Hits:

[AI-NN-PRGAforTSP

Description: 遗传算法求解TSP问题,采用轮盘赌选择方法,部分匹配交叉算子,交换变异设计.-Genetic Algorithm for TSP problem, using roulette wheel selection method, partially matched crossover operator and exchange mutation design.
Platform: | Size: 5120 | Author: 底欣 | Hits:

[matlabselect

Description: Roulette Wheel Selection
Platform: | Size: 122880 | Author: tekguc | Hits:

[matlabgenetic_algorithm_matlab

Description: 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 operations, but also the introduction of the inversion operation
Platform: | Size: 6144 | Author: 赵彦 | Hits:

[Other systemsAGA

Description: 采用了保优的选择遗传算法 终止条件的判断是:到达一定的代数。可改进为:相邻若干代的种群平均适应值的变化来判断。若相邻若干代的种群平均适应值为变化或者是变化小于某一阈值,表示算法已经收敛,则退出算法。 选择算子:轮盘赌选择; 交叉算子:单点交叉,随机选择计算此适应度值,若大于当前最佳适应度值则降低交叉概率,否则不变; 变异算子:模板,对于优势个体,除采用低概率变异外,变异位置应采取权值越大,变异概率越小的原则,而对劣势个体则相反.-Paul used the choice of excellent conditions for the termination of genetic algorithm to determine is: a certain algebra. Could be improved as follows: adjacent to the average number of generations of populations to adapt to the changes to determine the value. Adjacent to several generations if the population average fitness for the change or changes in less than a threshold, that the algorithm has been convergence, then from the algorithm. Selection operator: roulette wheel selection crossover: single-point crossover, randomly selected to calculate the fitness value, if greater than the current best fitness value to reduce the probability of crossover, otherwise remain unchanged mutation operator: the template for advantage of the individual, with the exception of the use of low-probability variation, the variation of the location of the greater weight should be taken, the smaller the mutation probability principle, and that the opposite is true for the inferior individual.
Platform: | Size: 6144 | Author: 棋子 | Hits:

[AI-NN-PRga1

Description: 遗传算法程序说明: fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Description of the procedures for genetic algorithms: fga.m 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 operations, but also the introduction of the inversion operation!
Platform: | Size: 3072 | Author: hexing | Hits:

[Othergenetic

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:

[AI-NN-PRyichuansuanfa

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:

[matlabRealGA(TwoVaribles)

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:

[matlabGa

Description: 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作. -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: 3072 | Author: lq | Hits:

[AI-NN-PRGa

Description: 遗传算法求解TSP问题源代码,简单明了,采用轮盘赌进行遗传选择-TSP problem genetic algorithm source code is simple, using the genetic roulette wheel selection
Platform: | Size: 1024 | Author: fan | Hits:

[AI-NN-PRSimpleGA_1

Description: 实现简单的进化算法,实数编码,轮盘赌选择方式,单点交叉,均匀变异。-Simple evolutionary algorithms, real coding, roulette wheel selection method, single-point crossover, uniform mutation.
Platform: | Size: 5120 | Author: cxx | Hits:

[matlabRoulettewheelselection

Description: 两种赌轮算法比较,内容清晰,可直接在matlab上运行-Roulette wheel selection
Platform: | Size: 4096 | Author: jifengzhu | Hits:

[AI-NN-PRGA

Description: 遗传算法求函数最值问题 matlab代码 使用轮盘赌选择 交叉 变异-Genetic algorithm for function most value problem matlab code crossover and mutation using the roulette wheel selection
Platform: | Size: 1024 | Author: 小新 | Hits:

[matlabBinary-GA

Description: binary genetic algorithm and all its functions such as cross over, mutation, roulette wheel selection and tournament selection included
Platform: | Size: 3072 | Author: kamal | Hits:

[OtherGA1

Description: 遗传算法 编码解码采用二进制编解码 交叉 变异 选择操作采用轮盘赌 -genetic algorithm The binary coding and decoding decoding Crossover Mutation The roulette wheel selection operation
Platform: | Size: 3072 | Author: 王阳洋 | Hits:

[matlabzuiyoubaoliu

Description: 遗传算法最优保留 轮盘赌选择、单点交叉、位点变异 绘制最优适应度进化曲线-Genetic algorithm for optimal retention roulette wheel selection, single point crossover Loci draw optimal fitness evolution curve
Platform: | Size: 1024 | Author: 王佳 | Hits:

[Software EngineeringTSP-MATLAB-CODE

Description: 用改进遗传算法求解TSP问题,并编制了完整的Matlab程序予以仿真实现.程序中选择算子采用最佳个体保存与赌轮选择相结合的策略,最后分析了最佳个体保存比例对寻优效果的影响. 更多还原-Improved genetic algorithm for TSP, and the preparation of a complete Matlab simulation program to be achieved. Program, select the operator uses the best individual preservation and roulette wheel selection strategy of combining, the final analysis of the optimal ratio of individual saving optimization results impact. more reduction
Platform: | Size: 162816 | Author: 王斌 | Hits:

[EditorReal-Coded-GA

Description: GA algorithm for optimization with all Roulette Wheel Selection and.... with this algorithm you can optimize any function you want to minimize or maximize . just you need to make your function then add it name in this script.
Platform: | Size: 2048 | Author: amin | Hits:

[AI-NN-PRRouletteWheelSelection

Description: GA 算法中 一种选中算法selection(Based on Roulette wheel selection input is an array of any real number values)
Platform: | Size: 1024 | Author: 恋雨梦阳 | Hits:
« 12 »

CodeBus www.codebus.net