CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - ga source code
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Compress-Decompress algrithms
STL
Data structs
Algorithm
AI-NN-PR
matlab
Bio-Recognize
Crypt_Decrypt algrithms
mathematica
Maple
DataMining
Big Data
comsol
physical calculation
chemical calculation
simulation modeling
Search - ga source code - List
[
AI-NN-PR
]
vc GA
DL : 1
VC 遗传算法源码-VC genetic algorithm source code
Date
: 2025-12-20
Size
: 32kb
User
:
[
AI-NN-PR
]
ANN+GA
DL : 0
使用遗传算法训练的神经网络VC++源代码,经测试,该算法有效。- The use heredity algorithm training nerve network VC source code, after the test, this algorithm is effective.
Date
: 2025-12-20
Size
: 7kb
User
:
chenming
[
AI-NN-PR
]
GA-wangxp
DL : 0
王小平《遗传算法——理论、应用与软件实现》随书光盘,内容有: \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
: 2025-12-20
Size
: 4.31mb
User
:
zhuli
[
AI-NN-PR
]
GA
DL : 0
基于VC++的遗传算法源码(相当经典),非常可观-Based on VC++ Genetic algorithm source code (very classic), very impressive
Date
: 2025-12-20
Size
: 87kb
User
:
pengchao
[
AI-NN-PR
]
tsp-ga
DL : 0
基于遗传算法解决旅行商问题的vc++源码。-Based on genetic algorithm to solve the traveling salesman problem vc++ Source.
Date
: 2025-12-20
Size
: 382kb
User
:
wangjing
[
AI-NN-PR
]
ga
DL : 0
此源代码是用遗传算法解决旅行商问题的经典实例,很有借鉴意义-This source code is a genetic algorithm to solve the classic traveling salesman problem instances of referential significance to
Date
: 2025-12-20
Size
: 4kb
User
:
张媛
[
AI-NN-PR
]
GA
DL : 0
遗传算法的源程序,需要的朋友尽管下载,仅供参考-Genetic algorithm source code, even though the need for friends to download, for reference only
Date
: 2025-12-20
Size
: 3.66mb
User
:
周枫
[
AI-NN-PR
]
GA
DL : 0
关于遗传算法的源码,欢迎大家下载和学习,不需要帐号的!-On the genetic algorithm source code, welcomed everyone to download and study, do not need to account!
Date
: 2025-12-20
Size
: 713kb
User
:
xiaowei
[
AI-NN-PR
]
ga-mbs
DL : 0
基于遗传算法的人工生命模拟的源码。通过该源码,希望大家能对遗传算法的掌握有所帮助。-Based on Genetic Algorithm-source artificial life simulation. Through the source code, I hope everyone can grasp the genetic algorithm be helpful.
Date
: 2025-12-20
Size
: 7kb
User
:
panny
[
AI-NN-PR
]
GA
DL : 0
标准的遗传算法源程序,在Visual C++环境下编写,内附详细注解-Standard genetic algorithm source code in Visual C++ Environment prepared, containing detailed comments
Date
: 2025-12-20
Size
: 2kb
User
:
馨竹
[
AI-NN-PR
]
GA-MATLAB
DL : 0
MATLAB环境下的遗传算法源程序代码压缩包-MATLAB environment genetic algorithm source code package
Date
: 2025-12-20
Size
: 2kb
User
:
武军伟
[
AI-NN-PR
]
ga
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
: 2025-12-20
Size
: 16kb
User
:
sky
[
AI-NN-PR
]
GA-TSP
DL : 0
利用遗传算法求解TSP的源代码程序 可以精确求出50城市-The use of genetic algorithm to solve TSP program source code can be precisely calculated 50 cities
Date
: 2025-12-20
Size
: 9kb
User
:
zhouye
[
AI-NN-PR
]
GA
DL : 0
文件中包含某老师关于智能优化计算课程中的遗传算法部分的讲义,其中包含详细的例子及源代码。-File contains a calculation of the teachers on the intelligent optimization of the genetic algorithm curriculum part of the lecture, which includes detailed examples and source code.
Date
: 2025-12-20
Size
: 1.1mb
User
:
周钟
[
AI-NN-PR
]
ga
DL : 0
基于VB开发的遗传算法源程序,基于VB开发的遗传算法源程序-Based on the VB source code developed by genetic algorithm, based on the VB source code developed by Genetic Algorithm
Date
: 2025-12-20
Size
: 162kb
User
:
xiake
[
AI-NN-PR
]
GA
DL : 0
C的遗传算法的源代码。是遗传算法原理及应用(王小平)的源代码,包含基本的遗传算法和一些遗传算法的举例-C genetic algorithm source code. Is the principle and application of genetic algorithms (Wang Xiaoping) source code, including the basic genetic algorithm and a number of genetic algorithm, for example
Date
: 2025-12-20
Size
: 732kb
User
:
han
[
AI-NN-PR
]
GA
DL : 0
遗传算法的Visual C++源代码,自己修改用吧。-Genetic Algorithm Visual C source code, modify their use of it.
Date
: 2025-12-20
Size
: 472kb
User
:
唐新星
[
AI-NN-PR
]
GA
DL : 0
该源码是神经网络中常用的遗传算法的代码。遗传算法是最优化常用的解法之一。-The source code is generated gabor operator of the source image characteristics, such as image segmentation can be used.
Date
: 2025-12-20
Size
: 2kb
User
:
xiao
[
AI-NN-PR
]
GA
DL : 0
基本遗传算法的源代码,比较各代种群的进化。-The basic genetic algorithm source code, comparing the generation of species evolution.
Date
: 2025-12-20
Size
: 13kb
User
:
jchh
[
AI-NN-PR
]
GA-source-code
DL : 0
遗传算法源代码,单点交叉和多点交叉,C++开发经典的进化算法-genetic algorithm source code
Date
: 2025-12-20
Size
: 84kb
User
:
davidding
«
1
2
3
4
5
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.