CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - ga
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 - List
[
Data structs
]
ga_01_pack
DL : 0
GA算法解决0 1背包问题(关键在于评估函数的选 择)
Date
: 2026-01-10
Size
: 919kb
User
:
liu
[
Data structs
]
graph2M
DL : 0
程序首先给出边集数组中的元素类型、邻接矩阵类定义。其中,建立图的邻接矩阵CREATEMatrix函数的形参N为图的点数形参e为边数,rcw为结构体类型RCW的数组利用PRIM算法从定点V0出发求出用邻接矩阵GA表示的图的最小生成树,其边集存与数组CT中,PRIM算法对应的函数为PRIM。-First of all, given the procedures margination array element type, adjacency matrix class definition. Among them, the establishment of graph adjacency matrix CREATEMatrix function parameter N points for the map parameter e for the edge, rcw for the structure of the array type RCW use PRIM algorithm derived from the fixed point of departure V0 with adjacency matrix GA expressed Minimum Spanning Tree, and its margination CT in keeping with the array, PRIM algorithm corresponding function for the PRIM.
Date
: 2026-01-10
Size
: 3kb
User
:
sjw87522
[
Data structs
]
chesse
DL : 0
pc游戏编程_人机博弈,算法和实现都比较完整,源码可运行。且可以从中学到很好的算法知识,和人机博弈-pc game programming _ man-machine game, algorithms and realization are relatively complete, source code can run. And can learn a good knowledge of algorithms, and human-computer game
Date
: 2026-01-10
Size
: 9.91mb
User
:
pengpeng
[
Data structs
]
GA
DL : 0
该系统使用比率选择、精华模型、单点杂交和均匀变异。-The system uses the ratio of selection, the best model, a single point of hybridization and uniform mutation.
Date
: 2026-01-10
Size
: 4kb
User
:
bo
[
Data structs
]
GA
DL : 0
GA算法 一个通用的GA算法 求y=s*sin(1/x)的最小值-GA algorithm for a generic GA algorithm for y = s* sin (1/x) the minimum
Date
: 2026-01-10
Size
: 675kb
User
:
af
[
Data structs
]
GA4TSP
DL : 0
GA for TSP, it is a java applet code for Genetic algorithm-GA for TSP, it is a java applet code for Genetic algorithm
Date
: 2026-01-10
Size
: 11kb
User
:
mo
[
Data structs
]
ga
DL : 0
讲解如何用C语言实现遗传算法,以及应用遗传算法求解的全过程-Explain how to use C language implementation of genetic algorithms, and the application of genetic algorithm the whole process of
Date
: 2026-01-10
Size
: 2kb
User
:
赵新宇
[
Data structs
]
GAMax
DL : 0
用遗传算法求二元函数的最大值,二元函数可以根据自己的需要更改。精度:0.001。 -Using GA to the maximum of the dual function, dual function can be changed according to their needs. Accuracy: 0.001.
Date
: 2026-01-10
Size
: 416kb
User
:
xiaohu
[
Data structs
]
backpack-ga-algorithm
DL : 0
背包问题或0-1背包问题遗传算法程序,里面用的实数编码方式值得借鉴。-0-1 knapsack problem or knapsack problem genetic algorithm procedure, which uses real coding can be learned.
Date
: 2026-01-10
Size
: 2kb
User
:
olivejy
[
Data structs
]
GA
DL : 0
遗传算法 0-1背包问题的代码 初始群体 选择 交叉 变异 评估函-0-1 knapsack problem genetic algorithm code for the initial assessment of functional group selection crossover and mutation
Date
: 2026-01-10
Size
: 2kb
User
:
甘孟壮
[
Data structs
]
GA
DL : 0
遗传算法 解决最短路径 用C++来实现其功能 基于遗传算法的最短路径问题-Genetic algorithms to solve shortest path with C++ to achieve their function based on genetic algorithm shortest path problem
Date
: 2026-01-10
Size
: 2kb
User
:
李志忠
[
Data structs
]
GABOX
DL : 0
遗传算法实现TSP问题的工具箱程序,还包括大量遗传算法方面的实例,是很丰富的GA工具箱。-TSP problem genetic algorithm toolbox program also includes many examples of aspects of genetic algorithm, GA is a very rich toolbox.
Date
: 2026-01-10
Size
: 26.71mb
User
:
cutao
[
Data structs
]
GA
DL : 0
ga最原始的代碼,可套用任何最佳化的例子.交配率跟變化率跟族群可自行做設定-ga most primitive code can be applied to any optimization example of mating rate with the rate of change to do with the ethnic groups can set their own
Date
: 2026-01-10
Size
: 35kb
User
:
小葉
[
Data structs
]
GAlgorethms
DL : 0
n皇后问题 GA算法求解n皇后问题。 即如何能够在 n×n 的国际象棋棋盘上放置n个皇后,使得任何一个皇后都无法直接吃掉其他的皇后?为了达到此目的,任两个皇后都不能处于同一条横行、纵行或斜线上。 要求: ⅰ. 输入n,并用运行时间比较几种算法在相同规模的问题时的求解效率,并列表给出结果。 ⅱ. 比较同一算法在n不相同时的运行时间,分析算法的时间复杂性,并列表给出结果。 -N-Queens problem Using backtracking (recursive), GA algorithm, and CSP minimal conflict solving n-Queens problem. Namely, how can the NxN chessboard of placing n Queens on, which makes it a Queen cannot directly eat other Queen? To this end, two Queens cannot be in the same hands, on a vertical or diagonal. Requirements: I. Enter n, with a running time of several questions the efficiency of algorithms in the same size, and gave results list. II. when comparing the same algorithm in n different running time, analyzing the time complexity of the algorithm and the list gives the result.
Date
: 2026-01-10
Size
: 187kb
User
:
chen
[
Data structs
]
KZUIYF
DL : 0
关于遗传算法GA的相关内容介绍英文资料以及算法工具箱-Information about genetic algorithm GA related contents of introduction in English as well as the algorithm toolbox
Date
: 2026-01-10
Size
: 7kb
User
:
qillhcj
[
Data structs
]
ndmrpy
DL : 0
基于模糊逻辑和GA的智能车辆横向控制算法仿真研究,网上很少有这样的珍贵资料,故上载之()
Date
: 2026-01-10
Size
: 222kb
User
:
bubbjz
[
Data structs
]
09 遗传算法(Genetic Algorithm, GA)
DL : 0
遗传算法(Genetic Algorithm, GA)起源于对生物系统所进行的计算机模拟研究。它是模仿自然界生物进化机制发展起来的随机全局搜索和优化方法,借鉴了达尔文的进化论和孟德尔的遗传学说。其本质是一种高效、并行、全局搜索的方法,能在搜索过程中自动获取和积累有关搜索空间的知识,并自适应地控制搜索过程以求得最佳解。(The genetic algorithm (Genetic Algorithm, GA) originated from the computer simulation of biological systems. It is a random global search and optimization method which is developed by imitating the natural evolution mechanism of the nature. It refers to Darwin's theory of evolution and Mendel's theory of heredity. Its essence is an efficient, parallel and global search method. It can automatically acquire and accumulate knowledge about search space during search process, and adaptively control the search process to get the best solution.)
Date
: 2026-01-10
Size
: 671kb
User
:
ZJN27
[
Data structs
]
bwjja
DL : 0
遗传算法(Genetic Algorithm,GA)是一种抽象于生物进化过程的基于自然选择和生物遗传机制的优化技术 遗传()
Date
: 2026-01-10
Size
: 7kb
User
:
yxrw_0931
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.