Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - crossover
Search - crossover - List
面向对象的开发文件,基于C++的开发,管理系统-this is really prefect!please download,and have a view!
Update : 2024-05-18 Size : 3749888 Publisher : hanfei

DL : 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.
Update : 2024-05-18 Size : 3072 Publisher : YJN

DL : 0
在理论分析的基础上,着重采用Fox-Li数值迭代法计算了平平腔振荡模式的振幅分布和相位分布。计算结果表明,在经过300 次渡越后,归一化的振幅分布和相位分布实际上已不再发生变化,镜面中心处振幅最大,从中心到边缘振幅逐渐降落,镜面已不再是等相位面了。但对于菲涅尔数较大的平行平面腔,特别是在镜面中心及其附近,平面波是很好的近似,只有在镜的边缘处,波前才发生弯曲。则已找到光腔的一个自再现模式或横模分布。另一方面,分析了腔镜倾斜扰动对平平强腔内振荡模式的影响。数值计算表明,腔镜倾斜破坏了场分布的对称性,当引入的扰动量达到λ/ 36 时,振幅分布和相位分布发生严重的畸变。-Based on theoretical analysis, focusing on using Fox-Li iterative method to compute the average value of cavity oscillation modes of amplitude distribution and phase distribution. The results show that, after 300 crossover, the normalized amplitude distribution and phase distribution of virtually no change in the maximum amplitude of the mirror center, the amplitude gradually from the center to the edge of the landing phase of the mirror is no longer so noodles. But for the larger Fresnel number of parallel plane cavity, especially in the mirror center and near the plane wave is a good approximation, only the edge of the mirror, the wave just before the bend. Already found a cavity mode of representation or self-transverse mode distribution. On the other hand, analysis of the disturbance on the flat mirrors strongly inclined cavity oscillation modes. Numerical results show that destruction of the field distribution of tilted mirrors the symmetry, when the introduction of the disturbanc
Update : 2024-05-18 Size : 3072 Publisher : 朱文睿

AI-NN-PRg
DL : 1
利用遗传算法,交叉变异等,解决装配线平衡1型问题-Using genetic algorithm, crossover and mutation, to solve assembly line balancing problem of type 1
Update : 2024-05-18 Size : 4096 Publisher : 杨琳

DL : 0
这是一个基于CPLD的VHDL语言的分频例程-This is a CPLD-based crossover routine VHDL language
Update : 2024-05-18 Size : 9216 Publisher : 李朝

遗传算法是一种进化算法,应用广泛,此文件包含基本遗传算法,顺序选择遗传算法,适值函数标定的遗传算法,大变异遗传算法,自适应遗传算法,双切点交叉遗传算法,多变异位自适应遗传算法matlab源代码,供大家参考-Genetic algorithm is an evolutionary algorithm, widely used, this file contains the basic genetic algorithm, genetic algorithm selection order coincided with the genetic algorithm calibration function, a large variation of genetic algorithm, adaptive genetic algorithm, two-cut point crossover genetic algorithm, variable ectopic Adaptive genetic algorithm matlab source code for your reference
Update : 2024-05-18 Size : 6144 Publisher : 熊杰

实现图像分割处理。基于遗传算法的图像分割处理,包括彩色图像和灰度图像,其中遗传算法的种群规模、交叉概率和突变概率可变。-Achieve image segmentation. Based on genetic algorithm for image segmentation, including color and grayscale images, where the genetic algorithm population size, crossover probability and mutation probability variable.
Update : 2024-05-18 Size : 1943552 Publisher : 陈妍冰

DL : 0
genetic optimizer : Genetic algorithms are heuristic search techniques that incorporate in a computational setting, the biological notion of evolution by means of natural selection. This subroutine implements the three basic operations of selection, crossover, and mutation, operating on "genotypes" encoded as strings. - Genetic algorithms are heuristic search techniques that incorporate in a computational setting, the biological notion of evolution by means of natural selection. This subroutine implements the three basic operations of selection, crossover, and mutation, operating on "genotypes" encoded as strings.
Update : 2024-05-18 Size : 353280 Publisher : frank wang

DL : 0
wince 6.0下SMSC9118 100M网卡驱动,基于PXA270测试通过,并且支持10M/100M自适应功能,并且能够自适应交叉线和直连线-smsc9118_wince60_pxa- wince 6.0 under SMSC9118 100M network card driver, PXA270-based test, and support 10M/100M adaptive function, and can be adaptive crossover and straight-line connection
Update : 2024-05-18 Size : 283648 Publisher : shaofeng

粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有Eberhart博士和kennedy博士发明。源于对鸟群捕食的行为研究。 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域。 -Particle swarm optimization (PSO) is an evolutionary computing (evolutionary computation), there is invented by Dr. Eberhart and Dr. kennedy. From the behavior of birds of prey. PSO with genetic algorithm is similar to an iteration-based optimization tool. System is initialized to a group of random solutions, the optimal value by iterative search. But there is no genetic algorithm with the cross (crossover) and mutation (mutation). But the particles in the solution space to follow the optimal particle search. Comparison with genetic algorithms, PSO has the advantage of simple and easy to implement and there is no need to adjust many parameters. Has been widely used in function optimization, neural network training, fuzzy system control, and other genetic algorithm applications.
Update : 2024-05-18 Size : 10240 Publisher : 天涯

用C#实现了最基本的遗传算法,即单节点交叉变异的遗传算法。可以通过阅读代码自行修改-Using C# to achieve the most basic genetic algorithm, that is a single node in the genetic algorithm crossover and mutation. You can modify the code by reading
Update : 2024-05-18 Size : 773120 Publisher : sunting

DL : 0
针对 XML 数据半结构化的特点及概率查询理论,结合蚁群算法,提出添加杂交算子和更新信息素的方法,该方法不仅能动态选 择数据查询方向,而且能避免无效查询,扩大数据查询范围,提高收缩效率。模拟测试证明了该方法能优化XML查询。-Semi-structured XML data for the characteristics and the probability of query theory, combined with the ant colony algorithm, crossover operator and proposed to add pheromone update method can not only dynamically select the data direction query, but also to avoid invalid query, the query to expand the scope of data improve the efficiency of contraction. Simulation tests proved that the method can optimize XML queries.
Update : 2024-05-18 Size : 1117184 Publisher : 小剑

完整的遗传算法,包括编码,解码,选择复制,交叉,变异,调试通过,效果还不错!-Complete genetic algorithm, including encoding, decoding, select Copy, crossover and mutation, debugging, results were pretty good!
Update : 2024-05-18 Size : 7168 Publisher : 嘟嘟

基于matlab的遗传算法,包括交叉、变异等!-Matlab genetic algorithm-based, including crossover, mutation, etc.!
Update : 2024-05-18 Size : 8192 Publisher : 嘟嘟

AI-NN-PRGA
DL : 0
基本的遗传算法,实现了基本遗传算法的选择交叉变异等操作,对于初学遗传算法有一定的参考价值-Basic genetic algorithm, the choice of the basic genetic algorithm crossover and mutation operations, the genetic algorithm for the beginner has some reference value
Update : 2024-05-18 Size : 10240 Publisher : 小朱

DL : 0
矩形件优化排样是一个NPC问题,在工业界有着广泛的应用.针对该问题,提出一种自适应模拟退火遗传算法.采用一种基于环形交叉算子和环形变异算子的自适应遗传算法来自动调整交叉和变异概率;同时引入模拟退火算法对个体适应度大于平均适应度的个体进行退火处理.自适应模拟退火遗传算法充分发挥了自适应遗传算法与模拟退火算法各自的全局搜索能力与局部搜索能力.对比实验表明,该算法结合改进的最左最下布局算法解决矩形件优化排样问题更加有效.-Optimal layout is rectangular pieces of a NPC problem, in the industrial sector has a wide range of applications. For this problem, an adaptive simulated annealing genetic algorithm. Using a ring-based crossover operator and mutation operator ring adaptive genetic algorithm to automatically adjust the crossover and mutation and introduce simulated annealing is greater than the average fitness of the individual fitness of individuals annealing. Adaptive simulated annealing genetic algorithm fully adaptive genetic algorithm and simulated annealing their global search capability and local search capabilities. Comparative experiments show that the algorithm is left with the most improved layout algorithm to solve the most under the optimal nesting rectangular pieces of the problem more effectively.
Update : 2024-05-18 Size : 471040 Publisher : 木易

DL : 0
matlab实现的遗传算法,包括编码,解码,选择,交叉,变异,每个过程都有独立的m文件,外加上一个PDF说明-matlab implementation of the genetic algorithm, including encoding, decoding, selection, crossover and mutation, each process has its own m-files, plus a PDF description
Update : 2024-05-18 Size : 233472 Publisher : heizi

c语言设计分频器详细资料,里面有大量例程并有相应注解。-c language crossover design details, there are a large number of routines and the corresponding notes.
Update : 2024-05-18 Size : 641024 Publisher : ziguang

介绍遗传算法的原理,流程。详细展示了交叉,变异,选择等算子。同时,还介绍了谢菲尔德大学遗传工具箱的使用 。本书对初学遗传算法者很有帮助。-Introduce the principle of genetic algorithms, processes. Detail shows crossover, mutation, selection operator. Meanwhile, the University of Sheffield also introduced the use of genetic toolbox. Genetic algorithms for beginners who book very helpful.
Update : 2024-05-18 Size : 9717760 Publisher : CaoJunlong

DL : 0
这是一个基于实数编码的Fortran语言的遗传算法,并用MPI并行实现,里面提供了丰富的选择算子,交叉算子,变异算子可供选择,如选择算子有基于赌盘选择算子,无回放余数随机选择算子,变异算子有高斯变异,自适应变异等,此外还实行了一种策略可以有效地降低早熟的概率,本人还有一份非MPI版本的遗传算法,需要者可以联系。-This is a real-coded in Fortran language of genetic algorithms, and use MPI parallel implementation, which provides a rich selection operator, crossover operator, mutation operator to choose from, such as the selection operator are based gamble selection operator, no more than a few random playback selection operator, mutation operator with Gaussian mutation, adaptive mutation, in addition to the implementation of a strategy can effectively reduce the probability of premature, I have a non-MPI version of the genetic algorithm, for those who need to Contact.
Update : 2024-05-18 Size : 11264 Publisher : 彭鑫
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 38 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.