搜索资源列表
GP_VC
- 遗传规划算法的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
YNGP
- 基于GP、GA学习的遗传优化算法实现,里面还包括了作为病虫害预测预报的数据库。-based GP, GA studying the genetic optimization algorithm. which also included as a pest forecast database.
JAGA
- JAGA提供了各种类型的遗传算法和遗传编程的Java API接口,非常容易上手和使用,有很多容易使用的GA和GP的算子用于扩展,同时有指南和例子-JAGA provide various types of genetic algorithms and genetic programming in Java API interface, very easy to get started and use a lot of easy-to-use and the GP GA Operator for
GP-simple
- GP算法,遗传规划算法源代码。VC++环境下编译。
GP
- 遗传算法求解TSP问题的源码.遗传代数和种群规模比较大,所以整个求解过程比较长
A finite automata learning system using GP
- 遗传算法的文章- Heredity algorithm article
GPLib
- 遗传规划算法 智能算法:遗传规划,即关于GP的VC代码程序,在项目文件中包含了GP的程序设计代码和经典问题求解程序。可以参考该程序进行遗传规划的程序设计工作,用于自己的毕业设计中。-Genetic programming using C++
VC-gp
- 作为人工智能领域一大分支的遗传算法。基于VC++的遗传算法编程实现,-As a major branch of artificial intelligence, genetic algorithm. Based on VC++ programming genetic algorithms,
zGEPboshichengxu
- 一博士论文程序代码,结合遗传算法和GP算法研究的程序。-A doctoral thesis program code, combined with genetic algorithm and GP algorithm procedure.
book
- 遗传规划教程,介绍遗传规划原理及基本算法.供初学者参考.-Genetic Programming Tutorial, Introduction and basic principles of genetic programming algorithm. For beginners reference.
GP-programming-
- 本程序是对遗传算法的改进实现,在遗传操作中的选择 复制 交叉部分做了改进。代码调试通过 可以通过宏命令修改迭代次数。-This program is the improvement of genetic algorithm implementation, the choice of operation in the replication of genetic cross-section are improved. Debugging through macro commands can be
4
- matlab神经网络优化的遗传算法.pdf-matlab ann GP。。。。。。。。。。。。
GP
- G+的示例程序,用在遗传算法上,很实用,用VB写的-G+ sample program used in the genetic algorithm very practical written in VB
GP(VC)
- 自己编写的VC环境下的遗传算法实现程序,大家可以在此基础上实现自己的任务。-The genetic algorithm under the VC environment to write your own program, on this basis, we can achieve the task.
GP-4324MATLAB
- 这是GP算法进行遗传规划,里面代码齐全,是matla代码-This is the GP algorithm for genetic programming, which is code complete, the code is matla
GP-optimization
- 整个算法分成三部分,第一个部分是神经网络整体结构的确定,然后是遗传算法对参数的优化,然后便是利用已经优化好的参数,利用神经网络进行预测。我们根据需要优化的权值以及阈值的数量确定算法个体的长度。个体通过适应度函数计算他们的适应度,根据适应度的大小,我们使用轮盘算法,确定他们的遗传,交叉还有变异等过程,优化以后的BP神经网络可以更好地收敛。-The whole algorithm is divided into three parts, the first part is to determine
GP
- 遗传算法解决旅行家问题,列有城市坐标,最后算出最佳路线。-Traveler genetic algorithm to solve the problem, list of city coordinates, finally calculate the best route.