搜索资源列表
Genetic_Algorithms_in_dam_safety_monitoring_neural
- 本文基于遗传算法思想,采用浮点数矩阵表示编码,在遗传算法的进化过程中加入一定的约束条件等方法,探讨了网络结构的设计和学习。经实例分析,在用于建立大坝安全监控预报模型的前馈神经网络设计中,该方法在满足一定约束条件下,能同时有效地寻找合适的网络结构和相应的参数(神经网络的权值和阈值),且在精度和速度上都有较大的提高,为实现实时在线分析评价大坝的安全性态提供了有力的技术支持。-Based on the genetic algorithm, using a float matrix coding, Ge
ga
- 遗传算法基本理论 经典应用实例 国内外状况-The basic theory of genetic algorithm and classical examples
Thenumericalalgorithmofparallelgeneticalgorithms.r
- 遗传算法基本理论 经典应用实例 非数值并行算法:遗传算法-The basic theory of classical genetic algorithm application examples The numerical algorithm of parallel genetic algorithms.
applicationexamplesEvolutionprocess
- 遗传算法基本理论 经典应用实例 演化程序——遗传算法和数据编码的结合-The basic theory of classical genetic algorithm application examples Evolution process, genetic algorithm and data coding
TSP_Based_on_Genetic_Algorithm
- 论文,:从应用的角度讨论了基于遗传算法的旅行商问题( Travelling Salesman Problem ,简称TSP) 的求解方 法,并结合实例给出了求解过程和计算机仿真结果-Solution of Travel ing Salesman Problem Based on Genetic Algorithm
Ageneticalgorithmwithmatlabprogram
- 简要阐述了遗传算法的基本原理,探讨了在 环境中实现遗传算法各算子的编程方法,并以一个简单的实例说明所编程序在函数全局寻优中的应用。-Briefly described the basic principles of genetic algorithms to explore the genetic algorithm in the environment to achieve the operator' s programming, and a simple example shows t
BP
- example.txt 仿真实例.txt 归一实例.txt 每次预测结果不一样的解释.txt 遗传算法优化BP神经网络权值和阈值的通用.txt -example.txt simulation examples. txt return an instance. txt is not the same each time the interpretation of predicted results. txt genetic algorithm BP neural netwo
multiple-objective-decision
- 讨论了多模式、多资源约束条件下,如何综合考虑工期、成本和资源平衡三个目标这一问题,提出了该问题的模型,并给出了利用遗传算法来解决该问题模型,最后结合一个应用实例来说明模型及算法。-Discussed the multi-mode, multi-resource constraints, how considering duration, cost and resource balance three goals of this problem, a model of the problem, a
GAComputationExample
- 遗传算法生成实例讲解,包括源代码,初学者指导工具。-Genetic algorithm to generate examples to explain, including source code, for beginners, guiding tool.
matlab-tool-box-of-gene-algorithm
- matlab中的遗传算法工具箱简介以及应用实例-matlab tool box of gene algorithm
Ranking-selection-algorithm
- 基于排序选择的遗传算法,讨论不确定性约束等相关问题的解决方案及实例-Ranking selection based on the genetic algorithm, discuss the uncertainty constraints and other issues related to the solutions and examples
MATLABGAToolKitaApplication
- Matlab遗传算法工具箱函数及应用实例-MATLAB Genetic Algorithm ToolKit and its Application
MATLAB-programming-methods
- 简要阐述了遗传算法的基本原理 ,探讨了在 MATLAB 环境中实现遗传算法各算子的编程方法 , 并以一个简单的实例说明所编程序在函数全局寻优中的应用-Briefly the basic principles of genetic algorithms to explore the genetic algorithm in MATLAB programming methods for each operator, and a simple example to illustrate the pro
Genetic-algorithm-in-MATLAB
- 探讨了在 MATLAB 环境中实现遗传算法仿真的方法 ,并以一个简单的求函数最值的问 题作为遗传算法的应用实例 ,说明遗传算法的全局寻优性及用 MATLAB 实现仿真的可行性-Explore the genetic algorithm simulation in MATLAB environment, and the value of a simple demand function as genetic algorithm application examples, descr iption
principles-of-evolutionary-algorithm
- 简要阐述了进化算法的基本原理 ,探讨了在 MATLAB 环境中实现遗传算法各算子的编程方法 , 并以一个简单的实例说明所编程序在函数全局寻优中的应用。 -Briefly the basic principles of evolutionary algorithm, to explore the genetic algorithm in MATLAB programming methods for each operator, and a simple example to illustrate
programs
- vc++精彩编程实例,包括电影播放器和AVI视频制作的编程,文字朗读的编程,以及小波算法和遗传算法的vc实现-beautiful program examples of vc++
genetic-algorithm-
- 遗传算法实例分析,应用遗传算法实现了例子的最终结果值-Examples of genetic algorithm analysis
TSP
- 用遗传算法求解tsp问题,实例。在本程序的TSP问题中一共有20个城市,也就是在图模型中有20个顶点,因此一个染色体的长度为20。-A Genetic Algorithm for tsp problem instances. A total of 20 cities, which is 20 vertices in the graph model TSP problem of this program, so a length of chromosome 20.