-
VC++ Genetic Algorithm
VC++ 遗传算法 VC++ 遗传算法 VC++ 遗传算法-VC++ Genetic Algorithm
- 2022-02-15 00:27:34下载
- 积分:1
-
仿真1:首先把网络温度参数T固定在100,按工作规则共进行1000次状态更新,把这1000次状态转移中网络中的各个状态出现的次数Si(i=1,2,…,16)记录
仿真1:首先把网络温度参数T固定在100,按工作规则共进行1000次状态更新,把这1000次状态转移中网络中的各个状态出现的次数Si(i=1,2,…,16)记录下来 按下式计算各个状态出现的实际频率: Pi=Si/∑i=1,NSi=Si/M 同时按照Bo1tzmann分布计算网络各个状态出现概率的理论值: Q(Ei)=(1/Z)exp(-Ei/T) 仿真2:实施降温方案,重新计算 采用快速降温方案:T(t)= T0/(1+t) T从1000降到0.01,按工作规则更新网络状态 当T=0.01时结束降温,再让T保持在0.01进行1000次状态转移,比较两种概率-a simulation : First of all network parameters temperature T fixed at 100 and, according to the rules for a total of 1000 to update the state, this state of the 1000 network transfer of all states for the number of Si (i = 1, 2, ..., 16) all recorded determined by the formula state-of the actual frequency : Pi = Si/i = 1, NSi = Si/M in accordance with Bo1tzmann distributed computing network of states all probability the theoretical value : Q (Ei) = (1/Z) exp (- Ei/T) Simulation 2 : implementation of cooling, re-using rapid cooling programs : T (t) = T0/(1 t) T dropped to 0.01 from 1000 and, according to the rules updated network state when T = 0.01 at the end of cooling, let T at 0.01 for the 1000 state tran
- 2022-08-06 06:55:50下载
- 积分:1
-
它是一个基于遗传算法的优化方法,使用微分运算符。它用于解决带有大量未知事物的优化问题。...
它是一个基于遗传算法的优化方法,使用微分运算符。它用于解决带有大量未知事物的优化问题。-it is based on a genetic algorithm optimization method, the use of Differential Operators. It used to solve a large number of unknown things with the optimization problem.
- 2022-06-12 23:48:40下载
- 积分:1
-
遗传算法软件,在c环境下运行
遗传算法软件,在c环境下运行-genetic algorithm software, the operating environment c
- 2022-06-27 08:40:05下载
- 积分:1
-
针对TSP问题,用类神经网路的方法去求解!
针对TSP问题,用类神经网路的方法去求解!-against TSP, and the neural network approach to solving!
- 2022-03-31 15:13:44下载
- 积分:1
-
TSP with ant colony algorithm to solve the problem in the C runtime environment
用模拟退火算法解决TSP问题,在C运行环境中-TSP with ant colony algorithm to solve the problem in the C runtime environment
- 2022-11-11 18:30:04下载
- 积分:1
-
遗传算法多点交叉算法
遗传算法多点交叉算法-genetic algorithms more cross-Algorithm
- 2022-09-06 13:35:02下载
- 积分:1
-
人工智能GA问题的C语言实现,已经调试通过,含源程序和实验报告...
人工智能GA问题的C语言实现,已经调试通过,含源程序和实验报告-the C language, debugging, and experiment with the source report
- 2022-04-06 09:48:04下载
- 积分:1
-
同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域...
同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域-comparison with the genetic algorithm, the advantages of PSO is simple and easy to achieve without many parameters need to be adjusted. Now it has been widely used function optimization, neural networks, fuzzy systems control and other genetic algorithm applications
- 2022-09-18 01:05:03下载
- 积分:1
-
本例是本人写的遗传算法的最简单的一个实现,并且带有一个说明文档。用C语言编写,在TurborC中调试,由于当时在随机数产生上没有种种子,所以极易收敛,有兴趣可以...
本例是本人写的遗传算法的最简单的一个实现,并且带有一个说明文档。用C语言编写,在TurborC中调试,由于当时在随机数产生上没有种种子,所以极易收敛,有兴趣可以种上种子试一下。-the cases I wrote is the most genetic algorithm to achieve a simple, and with a documented. C language, in which TurborC debugging, because the random number generator not all sons, so vulnerable convergence are interested can plant seeds try.
- 2022-05-19 06:58:58下载
- 积分:1