Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - GeneticAlgorithm
Search - GeneticAlgorithm - List
DL : 0
基于改进的独立分量分析的人脸识别方法,,本文将遗传算法(GeneticAlgorithm,GA)应用到独立分量的选择与优化中,从而在 保证较高识别性能的前提下,获得最优的人脸特征子集
Update : 2008-10-13 Size : 133361 Publisher : 李宛霖

遗传算法,比较详细,还有关于算法编程实现的问题。
Update : 2008-10-13 Size : 322964 Publisher : Li Li

一个遗传算法的源代码,很有实用价值,带有注释。
Update : 2008-10-13 Size : 7909 Publisher : 刘晓炜

介绍人工智能中的遗传算法,是人工智能的重要方法
Update : 2008-10-13 Size : 967685 Publisher : 陈莲

DL : 0
CHC (基因算法)基因算法(GeneticAlgorithm简称GA)是人工智能中一种新算法,它利用遗传学发展的手段,即遗传(复制),重组和突变(变异)构成对问题解答的算法。
Update : 2008-10-13 Size : 39196 Publisher : 烈马

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 静态链接库到项目中
Update : 2008-10-13 Size : 3177904 Publisher : chen

本程序实现了一个人工神经网络的算法,相关领域的人可以参考。
Update : 2008-10-13 Size : 10053 Publisher : konghe

DL : 0
基于MATLAB的基因算法工具。用于数值的全局寻优计算。-MATLAB-based genetic algorithm tool. The overall situation for numerical optimization.
Update : 2024-05-04 Size : 2048 Publisher : 瑛琳

用csharp编写的另外一个基因算法的例子,下在看看吧 -csharp prepared with the addition of a genetic algorithm example, under the watch it
Update : 2024-05-04 Size : 51200 Publisher : linanxin

<遗传算法-理论、应用与软件实现>书的随书参考代码。
Update : 2024-05-04 Size : 201728 Publisher : 王克军

DL : 0
计算函数f(x1,x2)=100*(x1^2-x2)+(1-x1)^2 的全局最大值-Calculation of function f (x1, x2) = 100* (x1 ^ 2-x2)+ (1-x1) ^ 2 of the overall maximum
Update : 2024-05-04 Size : 301056 Publisher : 李彩林

该程序是一个比较好的学习遗传算法模型的算例-The program is a relatively good model for studying genetic algorithm example
Update : 2024-05-04 Size : 50176 Publisher : FY

这是遗传算法的源代码,通过程序实现遗传算法,供初学者参考-This is a genetic algorithm source code, through the process to achieve genetic algorithm, a reference for beginners
Update : 2024-05-04 Size : 29696 Publisher : seefront

遗传算法 本书由国防科技图书出版基金资助出版 本由周明和孙树编著-Genetic algorithms book published by the National Defense Science and Technology funded the publication of books by and edited by Zhou and Sun
Update : 2024-05-04 Size : 3404800 Publisher : 邓信

OtherICA
DL : 0
基于改进的独立分量分析的人脸识别方法,,本文将遗传算法(GeneticAlgorithm,GA)应用到独立分量的选择与优化中,从而在 保证较高识别性能的前提下,获得最优的人脸特征子集-Based on an improved independent component analysis for face recognition method, this article will genetic algorithm (GeneticAlgorithm, GA) is applied to independent component selection and optimization, resulting in a higher recognition performance guarantee under the premise was the best facial feature subset
Update : 2024-05-04 Size : 133120 Publisher : 李宛霖

一个遗传算法的源代码,很有实用价值,带有注释。-A genetic algorithm source code, very practical value, with the Notes.
Update : 2024-05-04 Size : 7168 Publisher : 刘晓炜

介绍人工智能中的遗传算法,是人工智能的重要方法-Introduction of artificial intelligence in the genetic algorithm, is an important means of artificial intelligence
Update : 2024-05-04 Size : 967680 Publisher : 陈莲

DL : 0
CHC (基因算法)基因算法(GeneticAlgorithm简称GA)是人工智能中一种新算法,它利用遗传学发展的手段,即遗传(复制),重组和突变(变异)构成对问题解答的算法。-CHC (genetic algorithm) genetic algorithm (GeneticAlgorithm referred to as GA) is a new artificial intelligence algorithm, which uses genetics to develop the means, namely, genetic (copy), restructuring and mutation (mutation) constitute FAQ algorithms.
Update : 2024-05-04 Size : 38912 Publisher : 烈马

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 静态链接库到项目中-err
Update : 2024-05-04 Size : 3177472 Publisher : chen

本程序实现了一个人工神经网络的算法,相关领域的人可以参考。-This procedure implements a neural network algorithm, in related fields who can refer to.
Update : 2024-05-04 Size : 10240 Publisher : konghe
« 1 23 4 5 6 7 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.