Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - GA
Search - GA - List
MPIGA
DL : 0
实数遗传算法源码 Delphi实现,用户可以参考并改进-Real number genetic algorithm realize Delphi source code, users can reference and to improve the
Update : 2024-05-20 Size : 197632 Publisher : 何大头

DL : 0
该程序用遗传算法求解TSP问题,得到了比较优的解,初学者可以参考。-The procedure for solving TSP using genetic algorithms problems, have been relatively superior solutions, beginners can refer to.
Update : 2024-05-20 Size : 45056 Publisher : 赵科

GA算法的c++源程序,可以运行,修改使用,是学习GA算法的不错的源程序资料-GA algorithm c++ Source, you can run, modify the use of GA learning algorithm is a good source of information
Update : 2024-05-20 Size : 733184 Publisher : tony

AI-NN-PRga
DL : 0
C语言实现的遗传算法,包括选择、交叉、变异操作的实现-C Language Implementation of genetic algorithm, including selection, crossover and mutation operations realize
Update : 2024-05-20 Size : 5120 Publisher : 吴家宏

matlabga
DL : 0

Update : 2024-05-20 Size : 2048 Publisher : wanglei

DL : 0
GA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行优化。 本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值啦) 并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉;单点变异,浮点变异;-GA (Simple Genetic Algorithm) is a powerful, intelligent multi-variable optimization algorithms, which mimic the breeding populations of the law to be optimized. SGA can optimize this variable, and the minimum value, maximum value (when the function of the countdown you will seek the minimum value) and to support the floating-point encoding, grey code, binary code round of gambling options, tournament selection single-point crossover, uniform Cross, floating-point crossover single point mutation, floating-point variation
Update : 2024-05-20 Size : 9216 Publisher : yuandi

DL : 0
用GA训练BP网络,遗传算法与BP结合,希望对大家有用。-GA training with BP network, genetic algorithm combined with the BP, in the hope that useful to everyone.
Update : 2024-05-20 Size : 1024 Publisher : 张玉

AI-NN-PRga
DL : 0
完全由自己编写的一个利用遗传算法求解复杂函数最大值的C++程序。程序有详细的注析,简明易懂。并附有一篇论文。-I have written entirely by the use of genetic algorithm for solving a complex function of the maximum C++ Procedures. Note has detailed procedures for analysis and easily understandable. Together with a paper.
Update : 2024-05-20 Size : 31744 Publisher : zhmaol

DL : 0
遗传算法优化源码,可以做约束优化问题或者是无约束优化问题的求解-Source of genetic algorithm optimization, constrained optimization problems can make or unconstrained optimization problem solving
Update : 2024-05-20 Size : 16384 Publisher : wulingyan

DL : 1
由于BP网络的权值优化是一个无约束优化问题,而且权值要采用实数编码,所以直接利用Matlab遗传算法工具箱。以下贴出的代码是为一个19输入变量,1个输出变量情况下的非线性回归而设计的,如果要应用于其它情况,只需改动编解码函数即可。程序需要调用gaot工具箱.-As a result of BP network weights optimization is a constrained optimization problems, and weights to be used real-coded, so the direct use of Matlab genetic algorithm toolbox. Posted the following code is for a 19 input variables, an output variable in case of non-linear regression designed, if applied to other situations, simply change your codec function. Procedures need to call gaot toolbox.
Update : 2024-05-20 Size : 4096 Publisher :

DL : 0
遗传算法和神经网络混合编程,可用于优化计算,仅供参考-Genetic algorithm and neural network hybrid programming, can be used to optimize the calculation, for reference only
Update : 2024-05-20 Size : 4096 Publisher : 蒋立勇

matlabga
DL : 0
用MA TLAB 语言及MA TLAB 语言编制的优化工具箱进行优化设计具有语言简单、函数丰富、用法比 较灵活、编程效率高等特点. 本文对遗传算法和基于MA TLAB 的遗传算法优化工具箱(GAO T ) 作了简要的介 绍、分析了优化工具函数, 并结合非线性、多峰值函数问题的优化实例, 说明了遗传算法是一种具有良好的全局 寻优性能的优化方法.-MA TLAB with language and language of the MA TLAB optimization toolbox to optimize the design of the language is simple, function-rich, and using more flexible programming and high efficiency. In this paper, genetic algorithm and MA TLAB based on genetic algorithm optimization toolbox (GAO T ) gave a brief introduction, an analysis of function optimization tool, combined with non-linear, multimodal function optimization problem examples to illustrate the genetic algorithm is a good global optimization method to optimize performance.
Update : 2024-05-20 Size : 269312 Publisher : dh

DL : 0
基本遗传算法程序,算法中加入了精英选择策略。 用vc++实现。-Basic genetic algorithm procedure, the algorithm is added to the elite selection strategy. With vc++ Achieve.
Update : 2024-05-20 Size : 16384 Publisher : wangjing

DL : 0
基于遗传算法解决旅行商问题的vc++源码。-Based on genetic algorithm to solve the traveling salesman problem vc++ Source.
Update : 2024-05-20 Size : 391168 Publisher : wangjing

JSP/Javaga
DL : 0
基于java的遗传算法,选择java游戏编程,简单实用。-Java-based genetic algorithm, select java game programming, simple and practical.
Update : 2024-05-20 Size : 15360 Publisher : aa

DL : 0
自己根据其他例子改编的MATLAB的GA工具箱实现TSP的程序-According to other examples of his own adaptation of the GA Toolbox MATLAB realization of TSP procedures
Update : 2024-05-20 Size : 3072 Publisher : 朱京红

DL : 0
本程序利用java语言实现了遗传算法。并对算法进行了模拟。-This procedure using java language to achieve a genetic algorithm. Algorithm and simulated.
Update : 2024-05-20 Size : 4096 Publisher : zxg

DL : 0
遗传算法,寻找f(x,y)=sinx*siny/(x*y)的最大适应值及其相应的位置。精度为0.0001种群数设定为50-Genetic algorithm, to find f (x, y) = sinx* siny/(x* y) the greatest value and its corresponding position. Accuracy of 0.0001 set to 50 the number of stocks
Update : 2024-05-20 Size : 1024 Publisher : 黄泉

DL : 0
用遗传算法实现一个函数值的最优解,用VC编译的-Using genetic algorithm to achieve a function of the optimal solution, compiled by VC
Update : 2024-05-20 Size : 5120 Publisher : 曾晓莉

matlabga
DL : 0
遗传算法MATLAB实现 遗传算法MATLAB实现-MATLAB genetic algorithm to achieve the realization of genetic algorithm MATLAB
Update : 2024-05-20 Size : 104448 Publisher :
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.