Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - ga
Search - ga - List
DL : 0
遗传算法的机器人路径规划的源代码。用C++来实现的-GA robot path planning source. C to achieve the
Date : 2026-01-10 Size : 464kb User : 宋磊

遗传算法驱近函数级点的DOS绘图程序.该程序可以在5步情况下逼近函数最值.-GA flooding near the point function DOS mapping procedures. The procedure can five-step approximation of the value function.
Date : 2026-01-10 Size : 2kb User : zhyulily

王小平《遗传算法——理论、应用与软件实现》随书光盘,内容有: \GA 本书中所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件sample Patmat.c 基于遗传算法提取基元图形源程序 \Sources 遗传算法相关自由软件及代码 -Wang Xiaoping "genetic algorithm-- Theory, Application and Software" CD with the book, the contents are : \ GA book accompanying C or C source code files and executable files Scs.cpp basic classification algorithm-source Order, the importation of data files cfile.txt, efile.txt, gfile.txt. pfile.txt, rfile.txt. tfile.txt Sga.c basic genetic algorithm source files, input data files input, output file output A_life.c based on genetic algorithm simulation source Artificial Life, import data files GA_nn.c world based on genetic algorithm optimization neural network structure source, import data files Patmat.c sample extraction based on genetic algorithm-based graphics yuan source \ Sour ces genetic algorithms and the associated free software code
Date : 2026-01-10 Size : 4.31mb User : zhuli

DL : 0
一个最常用的GA程序,可以以此为基础,扩展出很多版本的GAs-a GA the most commonly used procedure, could serve as the basis and expand the many versions of GAs
Date : 2026-01-10 Size : 1.08mb User : 李冲

DL : 0
这是初学算法时收集和整理的几个比较有参考价值的ga程序,望对大家有帮助-err
Date : 2026-01-10 Size : 4kb User : 田野

DL : 0
应用于求解大规模寻优的遗传算法,比普通GA算法收敛速度提高70倍,且不存在出现奇异点-Applied to solving large-scale optimization of genetic algorithm, than the ordinary GA algorithm convergence speed of 70 times, without the existence of singular point
Date : 2026-01-10 Size : 70kb User : 小刘

DL : 0
ga 遗传算法-ga genetic algorithm
Date : 2026-01-10 Size : 7kb User :

DL : 0
GA TSP问题,很好的源程序,来自网络,希望对需要的人有帮助-GA TSP problem, a very good source, from the network, and they hope to those who need help
Date : 2026-01-10 Size : 2kb User : cmxy

DL : 0
程序名:ga_bp_predict.cpp 描述: 采用GA优化的BP神经网络程序,用于单因素时间 序列的预测,采用了单步与多步相结合预测 说明: 采用GA(浮点编码)优化NN的初始权值W[j][i],V[k][j],然后再采用BP算法 优化权值-Program name: ga_bp_predict.cpp Description: The GA-optimized BP neural network procedure for single-factor time series prediction using the single-step and multi-step prediction combining Description: using GA (floating point coding) to optimize the initial NN weights W [j] [i], V [k] [j], then BP algorithm to optimize the use of weights
Date : 2026-01-10 Size : 6kb User : fk774

DL : 1
MATLAB版本的遗传算法程序,程序简洁明了,易懂,ga的初学者可以参考这个-MATLAB version of the genetic algorithm procedure, procedures clear and concise, easy-to-understand, ga beginner can take reference from this
Date : 2026-01-10 Size : 21kb User : qianwen

DL : 0
matlab中的常用GA(遗传算法)工具箱,附详细中文注释-matlab commonly used in the GA (genetic algorithm) Toolbox, with details of Chinese Notes
Date : 2026-01-10 Size : 10kb User : lei

DL : 0
自己编的遗传算法同BP神经网络结合的代码!并且在神经网络模型上进行多目标寻优,结果有doc文档详细说明!实现BP-GA多目标优化应用实例!-Own genetic algorithm with BP neural network combined with the code! And in the neural network model for multi-objective optimization, the result document has a detailed description doc! Realize BP-GA multi-objective optimization application examples!
Date : 2026-01-10 Size : 77kb User : ym

DL : 0
基于java实现的遗传算法的源代码,利于初学者了解GA以及如何用java实现。-Java-based genetic algorithm realize the source code, which will help beginners learn how to use GA as well as realize java.
Date : 2026-01-10 Size : 16kb User : sky

DL : 0
GA-BPmatlab程序,有需要的可以下。-GA-BPmatlab procedures need to make.
Date : 2026-01-10 Size : 4kb User : 蔡妍余

(粒子群算法)作为添加算子改进GA (遗传算法),供大家学习-(PSO), as the operator to add to improve the GA (genetic algorithm) for them to learn
Date : 2026-01-10 Size : 2kb User : 陈沛谕

DL : 1
由我收集或写出的GA源码,包括GA、SGA、AGA、TSPGA、GAPID、NSGA、NSGA2等。-From my collection or write source of the GA, including the GA, SGA, AGA, TSPGA, GAPID, NSGA, NSGA2 and so on.
Date : 2026-01-10 Size : 435kb User :

DL : 0
介绍遗传算法基本原理和人工神经网络,并行遗传,遗传程序等,并用这些方法为商旅问题等求解-Genetic algorithm and Artificial neural network Parallel GA Genetic programming Traveling salesman
Date : 2026-01-10 Size : 132kb User : 张庭

DL : 1
毕业设计_基于遗传算法的曲轴优化设计研究-GA
Date : 2026-01-10 Size : 382kb User : leichao

DL : 0
描述遗传算法的由来及基本原理,并阐述了其具体实现的步骤的例子。对于新学GA算法的人来说是一本不错的书籍!-Description of the origin of genetic algorithms and the basic principles, and described the steps to achieve their specific example. GA learning algorithm for the new person is a good book!
Date : 2026-01-10 Size : 3.33mb User : 王列

DL : 0
传统遗传算法优化BP网络的权值和阀值,获得较好的收敛性-GA,BP
Date : 2026-01-10 Size : 8kb User : 小民
« 12 3 4 5 6 7 8 9 10 ... 50 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.