搜索结果
找到约 175 项符合
Genetic 的查询结果
按分类筛选
数学计算 遺傳演算法(Genetic Algorithm),使用c++編譯
遺傳演算法(Genetic Algorithm),使用c++編譯,有需要者拿回去參考吧!
人工智能/神经网络 Theory of Genetic Algorithm 遗传算法理论 国外网站下载
Theory of Genetic Algorithm
遗传算法理论 国外网站下载,希望能有所帮助
人工智能/神经网络 The GP kernel is a C++ class library that can be used to apply genetic programming techniques to al
The GP kernel is a C++ class library that can be used to apply genetic
programming techniques to all kinds of problems. The library defines
a class hierarchy. An integral component is the ability to produce
automatically defined functions as found in Koza s "Genetic
Programming II".
人工智能/神经网络 遗传算法的经典书籍:Genetic_Algorithms___Data_Structures___Evolution_Programs
遗传算法的经典书籍:Genetic_Algorithms___Data_Structures___Evolution_Programs
人工智能/神经网络 A Genetic Algorithm finding Strings. Enter any Word it will search this string using fitness functio
A Genetic Algorithm finding Strings. Enter any Word it will search this string using fitness function as target string.
人工智能/神经网络 Simulated Annealing SA Hill Climbing HC Local Beam Search LBS Genetic Algorithm GA
Simulated Annealing SA
Hill Climbing HC
Local Beam Search LBS
Genetic Algorithm GA
数学计算 基于小生竞的遗传算法 Genetic Algorithm Based 0n Niche
基于小生竞的遗传算法 Genetic Algorithm Based 0n Niche
人工智能/神经网络 Somebody over on the Generation5 forum asked for a "Hello World!" program for genetic algorithms. I
Somebody over on the Generation5 forum asked for a "Hello World!" program for genetic algorithms. I took it literally and created a very simple program (138 lines of code) that evolves the phrase "Hello world!"
人工智能/神经网络 GENETIC_ALGORITHMS_IN_SYSTEM_IDENTIFICATION遗传算法在系统辨识中的应用
GENETIC_ALGORITHMS_IN_SYSTEM_IDENTIFICATION遗传算法在系统辨识中的应用
matlab例程 GA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法
GA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行优化。
本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值啦)
并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉;单点变异,浮点变异; ...