simulation model using Genetic Algorithm
标签: simulation Algorithm Genetic model
上传时间: 2014-01-06
上传用户:gtf1207
Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm 2008年05月21日 C++, Windows, Win32, Visual Studio, MFC, STL, Arch, Dev, Design 基因遗传算法都是针对概率的,所以因为其随机的本质,导致其结果可能是好的,也可能是坏的,于是我们就需要一个方法确认这个解到底有多大的可用性。这是通过计算相似拟合度进行衡量的。染色体Chromosomes代表了基因遗传算法的结果。每次迭代,算法生成一个染色体,这些子孙染色体又会产生新的迭代……关键内容 这个基因算法库是用 Visual Studio 2005 编写的程序,第一个使用 Microsoft C/C++ 编译器,第二个使用Intel C++ 编译器。 如果你希望在你的程序你使用它,有两个办法,1是直接引用 Genetic Algorithm Library 项目,然后编译;2是添加GeneticAlgorithm.lib 静态链接库到项目中
标签: algorithm Genetic Windows Visual
上传时间: 2016-09-22
上传用户:silenthink
it use the genetic algorithm to deal with the TSP problem
标签: algorithm the genetic problem
上传时间: 2016-10-14
上传用户:zhangliming420
This a simple genetic algorithm implementation where the evaluation function takes positive values only and the fitness of an individual is the same as the value of the objective function
标签: implementation evaluation algorithm function
上传时间: 2016-11-24
上传用户:kelimu
A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code
标签: Algorithm Optimizer developed Function
上传时间: 2014-12-20
上传用户:ANRAN
GENETIC ALGORITHM FOR NEURAL NETWORKS ON TRANSPUTERS (Source code and Reference)
标签: TRANSPUTERS ALGORITHM Reference NETWORKS
上传时间: 2016-12-01
上传用户:lindor
genetic algorithm direct search RANDOM GAOT V5
标签: algorithm genetic RANDOM direct
上传时间: 2016-12-02
上传用户:杜莹12345
Hybrid Taguchi-genetic algorithm for global numerical optimization
标签: Taguchi-genetic optimization algorithm numerical
上传时间: 2014-01-13
上传用户:hoperingcong
A Markov Chain Monte Carlo version of the genetic algorithm Differential Evolution: easy Bayesian computing for real parameter spaces
标签: Differential Evolution algorithm Bayesian
上传时间: 2014-01-20
上传用户:hphh
很经典的一个算法。大家做工程和通信用的着。遗传算法(Genetic Algorithm)是模拟达尔文的遗传选择和自然淘汰的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它是有美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA)。
上传时间: 2017-02-09
上传用户:wkchong