-
C语言中的ADALINE神经网络算法的介绍。
介绍了神经 网络中的ADALINE算法的C语言实现.-Introduction of the ADALINE neural network algorithm in C language.
- 2022-03-24 08:36:48下载
- 积分:1
-
TSP的智能算法,里面包含最大最小蚁群算法,蚂蚁系统,蚁群系统...
TSP的智能算法,里面包含最大最小蚁群算法,蚂蚁系统,蚁群系统
- 2023-07-25 18:50: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
-
Using Particle Swarm solution to TSP (traveling salesman) problems, in accordanc...
用粒子群方法解决TSP(旅行商)问题,按照TSP1.m中的格式输入程序参数即可-Using Particle Swarm solution to TSP (traveling salesman) problems, in accordance with the format in TSP1.m parameter input program
- 2022-04-19 19:23:42下载
- 积分:1
-
考虑三个神经元的Hopfield网络,每个神经元有一个阈值和重量…
考虑3个神经元的hopfield网络,每个神经元有一个阀值和一个权重,定义存储在网络中的目标平衡点中为矩阵T的两个三指定存储在网络中的目标平衡点 -Consider three neurons hopfield network, each neuron has a threshold and a weight, the definition is stored in the network, the goal of equilibrium point for the matrix T of the two three-designated storage in the network
- 2022-09-06 12:15:03下载
- 积分:1
-
用神经网络算法求解tsp问题。。。matlab编写。附有城市坐标用于检验。...
用神经网络算法求解tsp问题。。。matlab编写。附有城市坐标用于检验。 -Using neural network algorithm for solving the problem tsp. . . matlab prepared. Coordinate with the city for inspection.
- 2022-12-25 21:35:03下载
- 积分:1
-
一个神经网络的原型代码,供示例
一个神经网络原型代码,针对的例子为《Perceptron Learning》 (Russell & Norvig, 第742页)-A neural network prototype code, for example for
- 2023-08-03 05:05:03下载
- 积分:1
-
fortran 语 言 编 写 基 本 遗 传 算 法 源 程 序 fortran Genetic Algorithms written by FORTRAN...
fortran 语 言 编 写 基 本 遗 传 算 法 源 程 序 fortran Genetic Algorithms written by FORTRAN
- 2022-03-14 19:29:37下载
- 积分:1
-
solution of TSP genetic algorithm C Programming Language
解TSP问题的遗传算法C语言程序-solution of TSP genetic algorithm C Programming Language
- 2022-09-20 01:00:03下载
- 积分:1
-
此目录包含执行该目录的代码
This directory contains code implementing the K-means algorithm. Source codemay be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANSprogram accepts input consisting of vectors and calculates the givennumber of cluster centers using the K-means algorithm. Output isdirected to the screen.
- 2022-12-30 17:05:03下载
- 积分:1