CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - roulette wheel genetic algorithm
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - roulette wheel genetic algorithm - List
[
AI-NN-PR
]
SimpleGA
DL : 0
该程序为使用了轮盘赌选择方式、单点交叉和基本位变异算子,内嵌精英保留策略的基本遗传算法。其实现使用了固定数组,使用一个常用的测试函数。-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.
Date
: 2025-07-06
Size
: 3kb
User
:
东方志柱
[
AI-NN-PR
]
GAforTSP
DL : 0
遗传算法求解TSP问题,采用轮盘赌选择方法,部分匹配交叉算子,交换变异设计.-Genetic Algorithm for TSP problem, using roulette wheel selection method, partially matched crossover operator and exchange mutation design.
Date
: 2025-07-06
Size
: 5kb
User
:
底欣
[
matlab
]
RouletteWheelSelectionMethod
DL : 0
功能:使用旋转轮盘法实现遗传算法的选择操作使用旋转轮盘法实现遗传算法的选择操作-Function: the use of rotating wheel method to achieve genetic algorithm to choose the operation method using the rotating wheel realize the choice of genetic algorithm operation
Date
: 2025-07-06
Size
: 2kb
User
:
[
matlab
]
genetic_algorithm_matlab
DL : 0
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
Date
: 2025-07-06
Size
: 6kb
User
:
赵彦
[
Other systems
]
AGA
DL : 0
采用了保优的选择遗传算法 终止条件的判断是:到达一定的代数。可改进为:相邻若干代的种群平均适应值的变化来判断。若相邻若干代的种群平均适应值为变化或者是变化小于某一阈值,表示算法已经收敛,则退出算法。 选择算子:轮盘赌选择; 交叉算子:单点交叉,随机选择计算此适应度值,若大于当前最佳适应度值则降低交叉概率,否则不变; 变异算子:模板,对于优势个体,除采用低概率变异外,变异位置应采取权值越大,变异概率越小的原则,而对劣势个体则相反.-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.
Date
: 2025-07-06
Size
: 6kb
User
:
棋子
[
AI-NN-PR
]
ga1
DL : 0
遗传算法程序说明: 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!
Date
: 2025-07-06
Size
: 3kb
User
:
hexing
[
AI-NN-PR
]
yichaunsuanfa
DL : 0
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!
Date
: 2025-07-06
Size
: 17kb
User
:
张生
[
AI-NN-PR
]
AdvancedGeneticAlgorithm
DL : 0
This code and accompanying explanation is designed to be a genetic algorithm. It uses the roulette wheel method to optimize the function x^2 using six digit binary strings. The accompanying document goes through the algorithm and the code step-by-step.
Date
: 2025-07-06
Size
: 45kb
User
:
anatolia
[
Windows Develop
]
GAtest
DL : 1
轮盘赌遗传算法,用vc++写的,主要用于函数求最优值-Roulette wheel genetic algorithm, using vc++ to write, and is mainly used for seeking the optimal value function
Date
: 2025-07-06
Size
: 463kb
User
:
wenzheng
[
AI-NN-PR
]
yichuansuanfa
DL : 0
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!
Date
: 2025-07-06
Size
: 8kb
User
:
曾建
[
Windows Develop
]
GA_program
DL : 0
Simple Genetic Algorithm binary coded roulette wheel method
Date
: 2025-07-06
Size
: 249kb
User
:
henry
[
matlab
]
RealGA(TwoVaribles)
DL : 0
此代码是实数编码遗传算法的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.
Date
: 2025-07-06
Size
: 2kb
User
:
王巍
[
JSP/Java
]
GA_test1_2
DL : 0
Genetic algorithm , It is about cross over , mutation ,, roulette wheel
Date
: 2025-07-06
Size
: 28kb
User
:
Sika
[
AI-NN-PR
]
Ga
DL : 0
遗传算法求解TSP问题源代码,简单明了,采用轮盘赌进行遗传选择-TSP problem genetic algorithm source code is simple, using the genetic roulette wheel selection
Date
: 2025-07-06
Size
: 1kb
User
:
fan
[
AI-NN-PR
]
1
DL : 0
说明: 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!
Date
: 2025-07-06
Size
: 3kb
User
:
杨轩
[
AI-NN-PR
]
2
DL : 0
说明: 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!
Date
: 2025-07-06
Size
: 1kb
User
:
杨轩
[
AI-NN-PR
]
3
DL : 0
说明: 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!
Date
: 2025-07-06
Size
: 1kb
User
:
杨轩
[
AI-NN-PR
]
GA
DL : 0
遗传算法求函数最值问题 matlab代码 使用轮盘赌选择 交叉 变异-Genetic algorithm for function most value problem matlab code crossover and mutation using the roulette wheel selection
Date
: 2025-07-06
Size
: 1kb
User
:
小新
[
AI-NN-PR
]
yichuansuanfa
DL : 0
遗传算法求解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!
Date
: 2025-07-06
Size
: 4kb
User
:
yang
[
AI-NN-PR
]
Genetic-Algorithm
DL : 0
人工智能方面 利用遗传算法解决一阶函数优化求解,运用了轮赌盘选择,单点交叉等算法-Artificial intelligence using genetic algorithms to solve a first order function optimization solution, using a round roulette wheel selection, single-point crossover algorithms
Date
: 2025-07-06
Size
: 4.01mb
User
:
chenjunkun
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.