搜索资源列表
gener
- 这是个用fortran 编的基因遗传算法.-This is a series with FORTRAN genetic algorithm.
3d-fdtd算法的遗传基因算法matlab模拟
- 3d-fdtd算法的遗传基因算法matlab模拟 基于matlab的3维电磁场的fdtd求解编程并结合遗传算法进行优化
zhishiku
- 此文提出一种从数据库自动生成知识库的新方法。该方法根据从数据库 到知识库的优化目标函数, 利用基因遗传算法的优化手段, 直接从数据库中生成 性能较优的知识库。文中论述了该方法的原理与具体实现过程。最后, 以故障诊 断知识库的自动生成为例, 给出了应用示例, 表明了该方法的可行性与有效性。-A text knowledge base from the database automatically generated the new method. It is based on the
gKikibygenetie
- 遗传基因算法源代码(资料),C++源代码,,是研究遗传算法的入门程序源码。 可直接使用。 -The genetic algorithm source code (data), C++ the source code, the entry of the genetic algorithm program source code. Can be used directly.
Tggenetich
- 此文档是遗传算法原理加源代码。生物的进化是一个奇妙的优化过程,它通过选择淘汰,突然变异,基因遗传等规规律产生适应环境变化的优良物种。遗传算法是根据生物进化思想而启发得出的一种全局优化算法。 已通过测试。 -This document is the Genetic Algorithm and source code. Biological evolution is a fantastic optimization process, it is eliminated, by selecting
VGA-VBBB
- 基于VB的遗传算法软件实现在程序中,FitnessValue (i) 为适应度值数组、avFit2nessValue (100) 为归一化适应度值数组、、Population2 Chrom(i ,j) 为遗传个体的等位基因值、Popsize 为种群中的个体数,CHROMLENGTH为一母体对的等位基因总数。 -Based on the VB genetic algorithm software implementation in the program, FitnessValue (i)
Genetic-algorithm
- 针对传统遗传算法的早熟收敛问题,在著名的“基因块”假设的基础上,提出了一种改进算法:利用设计的新算子对传统遗传算法演化过程中被淘汰的个体进行二次演化,使得可能包含在将来的演化中对结果的全局最优性产生重要影响的基因块得以保留,以此来避免遗传算法早熟收敛现象。实验结果证明了该改进算法可以有效地避免早熟收敛,提高了算法全局优化能力。-Premature convergence of traditional genetic algorithm, based on the assumptions of t
lncs1998a.ps
- 一套完整的很实用的C语言编写的基因遗传算法程序-Genetic Algorithms code
TSP_GA
- 遗传算法是一种智能优化算法,这个算法通过基因遗传的原理,来求解经典的旅行商问题。-Genetic algorithm is an intelligent optimization algorithms, this algorithm according to the principle of inheritance, the traveling salesman problem to solve the classical.
EvolutionRobot
- 机器人拾取物品基因算法,利用遗传算法使机器人不断的进化,再下一代中机器人会更加的智能-Robots pick up items genetic algorithm
genetic-algorithm
- 遗传算法从代表问题可能潜在的解集的一个种群开始的,而一个种群则由经过基因编码的一定数目的个体组成。本代码以旅行商问题为例,详细介绍遗传算法的使用方法。-A genetic algorithm the representation of the solution set of potentially the beginning, but after a certain number of the population the gene encoding the individual compo
QGA11
- 量子遗传算法(QGA-Quantum Genetic Algorithm)是量子计算与经典遗传算法(GA)相结合而产生的一个新的研究领域。算法利用了量子计算的量子并行、量子纠缠特性,采用了多状态基因量子比特编码方式和量子旋转门更新操作,引入动态和静态调整旋转角机制和量子变异,使得算法比经典遗传算法具有更强的并行处理能力、更快的收敛速度且比传统信号检测算法具有更高的效率。-Quantum Genetic Algorithm (QGA-Quantum Genetic Algorithm) is
mgasa
- 本资源是Mgasa算法解决TSP问题的Matlab代码,资源中包括mgasa_main(Mgasa算法解决TSP问题代码),mgasa_fitness(适应度求取函数代码),mgasa_annealing(Mgasa算法中模拟退火代码),mgasa_select(遗传算法中选择函数代码),mgasa_crossover(遗传算法中染色体交叉互换函数代码),mgasa_mutation(遗传算法中基因突变函数代码),mgasa_change(Mgasa算法中选择过程代码)。同时代码中有Locati
遗传算法——旅行商问题mfc
- 旅行商问题:一个旅行者要去很多城市,每个城市只去一次,问:该怎么走路线最短? ? ?????? 这个问题可以转化为:随机给n个点,如何连线这n个点,使得连线最短? ? ?????? 这个问题是遗传算法的经典问题~哈哈~~我试着写了一个程序来解决。 ? ?????? 采用的策略是: 1.?????? 精英主义:每次有2个最优解直接进入下一代。 2.?????? 轮盘赌选择生育:每次对每一代的个体进行一次轮询,如果不适应度<某个随机数,那么选择这个个体进行生育。 3.?????? 单性繁殖:因
cpp
- 自定义初始种群数量,每个种群编码数量,以及编码位数,解决迭代次数多了之后基因大部分相同问题。(Customize the initial population, the number of codes per population, and the number of coded bits to solve most of the same problem after the majority of iterations.)
基因遗传算法MATLAB代码 -
- 通过分析此MATLAB编程,使用者可以对基因遗传算法有个较深刻的认识,对基因遗传算法感兴趣的建议可以读一下。(Learning Genetic Algorithm with the help of MaATLAB)
基因算法代码
- 通过分析此matlab程序语言,使用者会对基因遗传算法有一个较深刻的认识,特别适合对基因遗传算法感兴趣的人群。(Learning the Genetic Algorithm with the help of MATLAB)
排课系统(内有三个样本)
- 该内容核心代码用的是退火算法,而不是遗传基因(The core code of this content is annealing algorithm instead of genetic gene.)
MyAI
- 神经网络+遗传算法的框架,unity 2017.3.0,经过每一代基因的遗传,下一代小车走的路程更长,知道小车走出曲折的通道(The neural network + genetic algorithm framework, unity 2017.3.0, passes through each generation of genes, the next generation of cars walk longer, knowing that the car goes out of the to