-
基因算法(GA)
GA 是一种启发式的优化法 (heuristic optimization method), 它是通过既定的随机搜索进行操作.优化问题的可...
基因算法(GA)
GA 是一种启发式的优化法 (heuristic optimization method), 它是通过既定的随机搜索进行操作.优化问题的可能的解的集合被认为是 个体(individuals)组成的 人群(population). 一个个体对它的环境的适应程度由它的 健康度(fitness)表示. -genetic algorithm (GA) GA is a heuristic optimization method (heuristic optimi method. 5), which is established through a random search for the operation. Optimization of the solution may be considered a collection of individuals (individuals) of the crowd (pop ulation). It"s an individual adaptation to the environment by its Health (fitness).
- 2022-08-14 21:53:12下载
- 积分:1
-
优秀文章的几个混合遗传算法。
几篇关于混合遗传算法方面的好文章。-few mixed genetic algorithm on the excellent article.
- 2022-01-25 19:30:05下载
- 积分:1
-
用C++ Builder的分形程序,包括一个分形生物。
用C++ Builder的分形程序,包括一个分形生物。 -With C++ Builder fractal procedures, including a fractal biological.
- 2022-04-17 02:11:28下载
- 积分:1
-
模式识别―分类程序VC源码,是《图像模式识别VC++技术实现》一书的源码...
模式识别―分类程序VC源码,是《图像模式识别VC++技术实现》一书的源码-pattern recognition-classification procedure VC source, "VC image pattern recognition technology to achieve" a source book
- 2022-08-16 23:40:49下载
- 积分:1
-
c语言版基本粒子群算法源程序
c语言版基本粒子群算法源程序-c-language version of elementary particles algorithm source code
- 2023-03-23 06:55:03下载
- 积分:1
-
现代控制理论经典PPT,非常有效,而且方便好用
现代控制理论经典PPT,非常有效,而且方便好用-Classic modern control theory, PPT, very effective and convenient easy to use
- 2022-03-02 17:44:01下载
- 积分:1
-
犯错
< 神经网络设计源代码>>一书的源代码。-err
- 2022-02-07 05:19:17下载
- 积分:1
-
数据挖掘:<;<;
:一书的配套源程序,结合数据挖掘和机器学习的知识,以java语言实现了具有代表性的各类数据挖掘方法.例如:classifier中的ZeroR.OneR.NaiveBayes.DecisionTable.IBK.C45,还有聚类,数据预处理等-: lt; Lt; Data Mining-- Practical Machine Learning Technology and java achieve gt; Gt; A matching the source, combining data mining and machine learning, the knowledge, java language to a representative of the various types of data mining. For example : the classifier ZeroR . OneR.NaiveBayes.DecisionTable.IBK.C45, clustering, data pretreatment
- 2022-05-05 23:15:37下载
- 积分:1
-
fuzzy control
这是模糊控制的核心原代码,应用于机电控制技术-fuzzy control
- 2023-05-11 15:15:03下载
- 积分:1
-
mcrgsa
MCRGSA------组播路由问题遗传模拟退火算法
%M-----------遗传算法进化代数
%N-----------种群规模,取偶数
%Pm----------变异概率调节参数
%K-----------同一温度下状态跳转次数
%t0----------初始温度
%alpha-------降温系数
%beta--------浓度均衡系数
%ROUTES------备选路径集
%Num---------到各节点的备选路径数目
%Cost--------费用邻接矩阵
%Source------源节点标号
%End---------目的节点标号组成的向量
%MBR---------各代最优路径编码-MCRGSA------ Multicast Routing genetic simulated annealing% M----------- genetic algorithm algebra% N----------- population size, even take Pm----------% probability parameter variation%----------- same temperature K Jump under a number of state----------% t0 initial temperature cooling% alpha------- beta coefficient%-------- balanced concentration coefficient% ROUTES------ Alternative Path Set% Enable--------- nodes to the number of alternative paths%-------- Cost adjacent costs Matrix% Source------ source node labeling% End--------- destination node labeling Group Vector%% of the MBR--------- generations optimal path coding
- 2022-05-21 09:41:26下载
- 积分:1