-
因为递归程序运行的效率一般都比较低,本程序用java语言来实现TSP递归程序的优化...
因为递归程序运行的效率一般都比较低,本程序用java语言来实现TSP递归程序的优化-because recursive program run average efficiency are low, the procedure used java language to achieve TSP recursive process optimization
- 2022-10-22 18:50:03下载
- 积分:1
-
This is a VC with OpenGL and artificial intelligence for the procedure, we can l...
这是一个用OPENGL和VC++作的人工智能程序,大家可以借鉴一下-This is a VC with OpenGL and artificial intelligence for the procedure, we can learn from this
- 2023-05-13 07:00:03下载
- 积分: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
-
matlab实现,附带数据,并有显示结果图的功能,很方便用的
matlab实现,附带数据,并有显示结果图的功能,很方便用的-It s implemented using matlab with data as attachment. It also has the function of showing the result and is very convenient to use.
- 2022-02-16 01:49:42下载
- 积分:1
-
Knapsack Problem Solving
背包问题算法解决-Knapsack Problem Solving
- 2023-08-25 04:15:03下载
- 积分:1
-
TFIDF算法已应用于文本处理任务。函数的输入是…
tfidf已应用于文本处理任务中。函数的输入是一个[i*j]项频率矩阵。输出是由tfidf度量计算的元素的[i*j]。
- 2022-09-15 14:50:03下载
- 积分:1
-
数据挖掘算法(Apriori)
数据挖掘算法(Apriori)--JAVA实现-(Apriori)--JAVA
- 2022-10-22 13:30:03下载
- 积分:1
-
微分进化算法DE是1995年由Rainer Storn和Kenneth Price首先提出。DE已被证明在求解过程中具有高效性、收敛性、鲁棒性等优点[5,6]...
微分进化算法DE是1995年由Rainer Storn和Kenneth Price首先提出。DE已被证明在求解过程中具有高效性、收敛性、鲁棒性等优点[5,6] 。它在许多优化问题中都表现出优于自适应模拟退火算法、POS 算法、GA算法的性能。DE利用实数值参数向量作为每一代的种群,它的自参考种群繁殖方案与其他优化算法不同。-DE was first proposed in 1995 by Rainer Storn and Kenneth Price and had been proven that it is efficient, convergent, and robust in the solution process. [5,6] In many optimize questions, its performance surpasses the adaptive simulated annealing algorithm, the POS algorithm, and the GA algorithm. DE gets each generation of population using the real value parameter vector, and the crucial idea of DE is a scheme for generating trial parameter vectors.
- 2022-04-30 12:55:51下载
- 积分:1
-
This is what I want done to improve the genetic algorithm, which is aimed at ove...
这是我自己做的改进的遗传算法,主要是克服遗传算法的早熟问题-This is what I want done to improve the genetic algorithm, which is aimed at overcoming the genetic algorithm early problems
- 2022-05-23 17:23:23下载
- 积分:1
-
用vb编写的一个遗传算法的程序,大家可以参考
用vb编写的一个遗传算法的程序,大家可以参考-prepared with a genetic algorithm of the procedure, we can refer to
- 2022-03-26 00:00:11下载
- 积分:1