Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - crossover
Search - crossover - List
一个简单的进化算法实现,包括选择、交叉、变异-A simple evolutionary algorithm, including selection, crossover, mutation
Update : 2024-05-18 Size : 5120 Publisher : 罗比达

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

DL : 0
遗传 算法 ,基于matlab实现,通过选择、交叉、变异,经过多次的迭代从而找到最优个体-Genetic algorithm, based on matlab implementation, through selection, crossover, mutation, after several iterations to find the best individual
Update : 2024-05-18 Size : 3072 Publisher : jiangbin

自已编写的c#自适应实数编码遗传算法,提供多种交叉变异和选择方法,应用时结合需要,修改适应度函数即可!-Write their own adaptive real-coded genetic algorithms, offers a variety of crossover and mutation and selection methods, application integration needs, modify the fitness function can be!
Update : 2024-05-18 Size : 12288 Publisher : David

对遗传算法思想的理解和认识,对一个函数求其最小值,采用遗传算法的交叉,变异等特征进行优化求解-Genetic algorithms for understanding and awareness of thoughts, seeking the minimum of a function, using genetic algorithm crossover and mutation characteristics of the optimal solution
Update : 2024-05-18 Size : 3072 Publisher : dai,xiaoxi

matlabEAX
DL : 0
edge Assembly Crossover
Update : 2024-05-18 Size : 1024 Publisher : Omid

DL : 0
The simple class for real-numbers genetic algorithm. The main advantage of this realisation is a lot of crossover functions. Simple, Arithmetic, Geometry, Discrete, Binary Crossover, Blend Crossover (BLX) are implemented. Class useful for numerical solving several type of equation, like diophantine. -The simple class for real-numbers genetic algorithm. The main advantage of this realisation is a lot of crossover functions. Simple, Arithmetic, Geometry, Discrete, Binary Crossover, Blend Crossover (BLX) are implemented. Class useful for numerical solving several type of equation, like diophantine.
Update : 2024-05-18 Size : 4096 Publisher : luckydevil

DL : 0
这是另一个采用FORTRAN语言编写的遗传算法的源程序,包括很多交叉和变异模型。-This is another use of FORTRAN language source of genetic algorithms, including a lot of crossover and mutation model.
Update : 2024-05-18 Size : 38912 Publisher : peter

DL : 0
Srinvivas提出的自适应遗传算法,交叉概率和变异概率随适应度自动改变-Srinvivas proposed genetic algorithm, crossover probability and mutation probability automatically change with fitness
Update : 2024-05-18 Size : 1024 Publisher : liqiang

DL : 0
单点交叉遗传算法使得父代双方基因量大,容易破坏优秀个体,因而产生双切点交叉-Single-point crossover genetic algorithm makes both parent gene large, easy to destroy good individuals, resulting in double-cut point crossover
Update : 2024-05-18 Size : 1024 Publisher : liqiang

DL : 0
这是关于用MATLAB实现遗传算法程序的原理介绍,包括也选择、交叉、变异等算子的程序。-This is about using MATLAB genetic algorithm program to achieve the principle of description, including also selection, crossover and mutation operators of the program.
Update : 2024-05-18 Size : 152576 Publisher :

DL : 0
使用遺傳演算法來解決一個多項是問題 然是使用單點突變以及單點交配 使用二進位編碼以及精英輪盤法-The use of genetic algorithms to solve the problem then is a number of single point mutations and single point crossover using binary coding and the elite roulette method
Update : 2024-05-18 Size : 1024 Publisher : 何柏諺

matlabPP
DL : 0
摘 要:0IE 问题是一个典型的优化组合问题,现在有很多解决的方法。本文针对遗传算法求解0IE 问题进行了研究,对 选择、交叉和变异算子进行了算法设计,最后在_ C- N软件上进行编程实现。结果表明,遗传算法在求解0IE 问题时具有 结果准确、收敛速度快等特点。 关键词:遗传算法;0IE 问题;最优化问题;_ C- N 软-Abstract: 0IE problem is a typical combinatorial optimization, there are many solutions. In this paper, genetic algorithm 0IE conducted a study on the selection, crossover and mutation operators of the algorithm design, and finally _ C- N software for programming. The results indicate that the genetic algorithm in solving problems with 0IE accurate, fast convergence and so on. Key words: genetic algorithm 0IE problem optimization problems _ C- N Soft
Update : 2024-05-18 Size : 3072 Publisher : alex

DL : 0
遗传算法解决tsp问题 问题规模100,杂交,变异,变比,选择方法可选-Genetic algorithm to solve the problem scale of the problem tsp 100, crossover, mutation, transformation ratio, select the method of optional
Update : 2024-05-18 Size : 1623040 Publisher : GuQi

用VHDL实现的秒表功能,包括分频器,动态显示模块-VHDL implementation with stopwatch functions, including crossover, dynamic display module
Update : 2024-05-18 Size : 332800 Publisher : miaoxiaohu

DL : 0
利用多父体杂交演化算法,精英多父体杂交算法求解函数极值-Multi-parent crossover using evolutionary algorithms, multi-parent crossover elite function extremum algorithm
Update : 2024-05-18 Size : 344064 Publisher : hupan

DL : 0
To find the largest fitness value and its location 寻找最大适应性及相应的位置! Population N=50;crossover bits=n/2 (half of bits of an individual) with random locations,mutation bits = 4 种群数 N=50,交换位数= n/2, 即个体位数的一半,且位置随机; 变异位数统一取为4; Nc=20,28,36,44,individuals for crossover(交换的个数)。 Nm=1,5,10,15, individuals for mutation(变异的个数)。 -To find the largest fitness value and its location to find the location of the maximum adaptability and the corresponding! Population N = 50 crossover bits = n/2 (half of bits of an individual) with random locations, mutation bits = 4 population size N = 50, exchange digits = n/2, ie half of the median individual, and random position variation is taken as unity median 4 Nc = 20,28,36,44, individuals for crossover (exchange number). Nm = 1,5,10,15, individuals for mutation (the number of variations.)
Update : 2024-05-18 Size : 2048 Publisher : 申古龙

简单的遗传算法,介绍了编码,交叉变异的过程-Simple genetic algorithm, introduces the encoding, crossover and mutation process
Update : 2024-05-18 Size : 9216 Publisher : 籍晓瑞

DL : 0
這是用JAVA編寫的基因遺傳演算法,透過選擇、交配、突變,適者生存,不適者淘汰方式,求最佳解的啟發式演算法。 -It is written in JAVA using genetic algorithms, through selection, crossover, mutation, survival of the fittest, not by way of elimination, find the optimal solution heuristics.
Update : 2024-05-18 Size : 18432 Publisher : JJH

DL : 0
利用MATLAB进行基本遗传算法中的主程序,包含交叉和变异。-Basic genetic algorithm using MATLAB for the main program, including the crossover and mutation.
Update : 2024-05-18 Size : 2048 Publisher : marui
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 38 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.