搜索资源列表
GeneticAlgorithm
- 用遗传算法解决函数优化问题原代码 求出最优解与迭代次数-genetic algorithm optimization function source obtained with the optimal solution iterations
GeneticAlgorithm
- 用csharp编写的另外一个基因算法的例子,下在看看吧 -csharp prepared with the addition of a genetic algorithm example, under the watch it
GeneticAlgorithm
- <遗传算法-理论、应用与软件实现>书的随书参考代码。
GeneticAlgorithm
- 计算函数f(x1,x2)=100*(x1^2-x2)+(1-x1)^2 的全局最大值
GeneticAlgorithm
- 遗传算法(GeneticAlgorithm)实例
GeneticAlgorithm
- 该程序是一个比较好的学习遗传算法模型的算例
MATLAB-GeneticAlgorithm
- matlab遗传算法程序,用于数值模拟计算中的参数逼近计算
GeneticAlgorithm
- 这是遗传算法的源代码,通过程序实现遗传算法,供初学者参考
GeneticAlgorithm
- 遗传算法,比较详细,还有关于算法编程实现的问题。
geneticalgorithm
- 一个遗传算法的源代码,很有实用价值,带有注释。
GeneticAlgorithm
- 介绍人工智能中的遗传算法,是人工智能的重要方法
CHC
- CHC (基因算法)基因算法(GeneticAlgorithm简称GA)是人工智能中一种新算法,它利用遗传学发展的手段,即遗传(复制),重组和突变(变异)构成对问题解答的算法。
Genetic-algorithm
- Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm 2008年05月21日 C++, Windows, Win32, Visual Studio, MFC, STL, Arch, Dev, Design 基因遗传算法都是针对概率的,所以因为其随机的本质,导致其结果可能是好的,也可能是坏的,于是我们就需要一个方法确认这个解到底有多大的可用性。这是通过计算相似拟合度进行衡量的。染色体Chromosomes代
geneticAlgorithm
- 本程序实现了一个人工神经网络的算法,相关领域的人可以参考。
GeneticAlgorithm
- 一个遗传算法求解两点最短路径问题的具体实现,采用C++编写,经测试当求解路径较复杂时,其算法执行效率高于dijstra算法-A genetic algorithm for two concrete realization of the shortest path problem, using C++ written in the path have been tested when solving more complex, its algorithm is more efficient tha
GeneticAlgorithm
- 本代码是使用遗传算法解决优化约束问题,可直接运行。-本代码是使用遗传算法解决优化约束问题,可直接运行。 This code is the use of genetic algorithm to solve constrained optimization problems,which can be directly run.
GeneticAlgorithm
- Demostrates the theory of genetic algorithms
GeneticAlgorithm
- 遗传算法优化后计算潮流的一个改进程序,给大家-Genetic algorithm optimization of a trend of improvement after the calculation procedure for everyone to see
GeneticAlgorithm
- 遗传算法GeneticAlgorithm,用matlab实现,解决二项式的最优解问题-GeneticAlgorithm, using matlab realize, to solve the question of the optimal solution of binomial
GeneticAlgorithm-master
- 遗传算法解决旅行商的问题,通过java实现的源代码-GeneticAlgorithm master