-
遗传算法的源代码,使用c++语言编写,结构清晰,注释完整,明了易懂...
遗传算法的源代码,使用c++语言编写,结构清晰,注释完整,明了易懂-Genetic Algorithm
- 2022-01-26 04:14:35下载
- 积分:1
-
simple implement of genetic algorithm on cards
simple implement of genetic algorithm on cards
- 2022-06-16 18:24:37下载
- 积分:1
-
基于matlab的指纹识别系统,采用基于细节点对比,输入图像必须是256×256,8-bit灰度值,500dip的指纹。...
基于matlab的指纹识别系统,采用基于细节点对比,输入图像必须是256×256,8-bit灰度值,500dip的指纹。-Matlab-based fingerprint identification system based on Minutiae contrast, imported images must be 256 x 256.8-bit gray scale values 500dip fingerprints.
- 2023-02-10 17:40:04下载
- 积分:1
-
遗传算法用于机器人路径规划的matlab代码
遗传算法用于机器人路径规划的matlab代码-Genetic algorithms for robot path planning matlab code
- 2022-09-02 15:45:02下载
- 积分:1
-
一个简单的针对函数优化问题的遗传算法源程序。
一个简单的针对函数优化问题的遗传算法源程序。-A simple function optimization problem for genetic algorithm source code.
- 2022-05-18 17:23:38下载
- 积分:1
-
一个机器人信息显示系统,代码比较全,你会喜欢的
一个机器人信息显示系统,代码比较全,你会喜欢的-Information display system of a robot, code-wide comparison, you would like
- 2022-03-19 00:07:24下载
- 积分:1
-
利用遗传算法求解TSP的源代码程序
可以精确求出50城市
利用遗传算法求解TSP的源代码程序
可以精确求出50城市-The use of genetic algorithm to solve TSP program source code can be precisely calculated 50 cities
- 2023-08-15 02:30:03下载
- 积分:1
-
BP神经网络的C语言实现,对理解神经网络很有帮助。
BP神经网络的C语言实现,对理解神经网络很有帮助。-BP neural network to achieve the C language, very helpful in understanding the neural network.
- 2022-12-23 08:20:02下载
- 积分:1
-
本文件为遗传算法的工具箱,包括遗传算法的各种选择、交叉、变异等算法。...
本文件为遗传算法的工具箱,包括遗传算法的各种选择、交叉、变异等算法。-This document is for the genetic algorithm toolbox, including a variety of genetic algorithm selection, crossover, mutation and other algorithms.
- 2022-06-14 02:46:17下载
- 积分: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