搜索资源列表
-
0下载:
遗传规划算法的VC程序实现
智能算法:遗传规划,即关于GP的VC代码程序,在项目文件中包含了GP的程序设计代码和经典问题求解程序。可以参考该程序进行遗传规划的程序设计工作,用于自己的毕业设计中。-genetic programming algorithm for the VC program Intelligent Algorithm : genetic programming, on the VC GP code procedures, the project document conta
-
-
0下载:
遗传算法得源代码,不是用MATLAB编得,而是用VC++编程.-genetic algorithm in the source code, instead of being MATLAB, but programming with VC.
-
-
0下载:
遗传规划工具,c代码编写,比较成熟稳定,使用于linux,unix下-genetic programming tools, code c prepared more mature and stable, for use in linux, under unix
-
-
0下载:
遗传算法的全部代码!c编程源码,有readme 和可执性文件!-all the genetic algorithm code! C programming source, and they readme document!
-
-
0下载:
基于遗传算法的BP神经网络的matlab编程代码-Based on genetic algorithm of BP neural network matlab programming code
-
-
1下载:
基本遗传算法的C语言源程序。(遗传算法的应用范围极其广泛,它可应用于函数优化、组合优化、生产调度问题、自动控制、机器人学、图像处理、人工生命、遗传编程以及机器学习等领域。)-Basic genetic algorithm C language source code. (Genetic algorithm extremely broad range of applications, it can be applied to function optimization, combinatorial
-
-
0下载:
本程序为遗传算法源程序,只要调用里面的程序就可以方便的实现某些功能,无须知道内部如何编程。-This procedure for the genetic algorithm source code, as long as the procedure call it will be convenient to achieve certain functions, does not have to know how the internal programming.
-
-
0下载:
该段代码是有关遗传算法的编程代码,在人工智能和智能计算中长期使用-The above code is the programming code genetic algorithm, artificial intelligence and intelligent computing at the medium and long term use
-
-
0下载:
研究基于遗传编程的可持续性进化算法的理论与方法,并建立了该算法的数学模型及运算流程.HFC算法实现源代码.-Research based on genetic programming evolutionary algorithm for the sustainability of the theory and method, and set up a mathematical model of the algorithm and the computation flow. HFC algorit
-
-
0下载:
该程序介绍了一种简单的遗传算法应用程序,采用matlab高效编程,适合于二进制编码的典型应用。-The program introduced a simple application of genetic algorithm using matlab efficient programming, suitable for the typical application binary code.
-
-
0下载:
遗传算法的资料大全,包括ppt,编程源码,几乎涵盖了学习遗传算法的所有内容。 强烈推荐-Sourcebook of genetic algorithms, including ppt, programming source code, covering almost all the contents of learning genetic algorithm. Strongly recommended
-
-
1下载:
-
-
0下载:
基于VC++编程,实现遗传算法的代码,并实现了遗传算法对函数极值的搜索,并调用MATLAB绘图-Based on VC++ programming, genetic algorithm code, and implements a genetic algorithm to function extremum search and call MATLAB Graphics
-
-
0下载:
Genetic Programming 遗传规划算法C++源代码,Windows和Linux下均可用-Genetic Programming C++ souce code for both windows and Linux
-
-
0下载:
用遗传算法研究多目标优化问题的一片文章,内容详细,文章后附有编程代码-Genetic algorithms with multi-objective optimization problems with an article, detailed programming code is attached to the article
-
-
0下载:
非线性整数规划的遗传算法Matlab程序-non linear integer programming genetic
algorithm matlab code
-
-
1下载:
遗传算法虽然全局搜索能力较强,但是局部搜索能力较弱,一般只能搜索到函数优化问题的次优解,而不是最优解,特别是函数具有多个峰值时,遗传算法易陷入局部极小,不能找到真正的全局最优解。非线性规划因多采用梯度下降方法求解,而具有极强的局部搜索能力。因此,本源代码结合两种算法的优点,一方面采用遗传算法进行全局搜索,另一方面采用非线性规划进行局部搜索,以得到函数优化问题的全局最优解。实验证明,这种方法不仅能解决多峰函数寻优易陷入局部极小的问题,而且具有很高的迭代寻优效率,取得了满意的结果。-Global s
-
-
0下载:
matlab编程遗传算法代码,解决VRP车辆路径问题-Genetic algorithm matlab programming code to solve VRP Vehicle Routing Problem
-
-
0下载:
遗传算法的代码,面向对象的c++编程,编译通过,由一个头文件和一个算法引擎文件和一个主函数文件组成,比较适合有面向对象编程基础的初学者-Genetic algorithm code, object-oriented programming c++, compile, it consists of a header and an algorithm engine files and files a main function, more suitable for beginners basis o
-
-
0下载:
一个介绍遗传算法的例子,并且编程实现,代码有详细介绍-An example of a presentation on genetic algorithm and programming code are described in detail
-