-
This is the thesis I wrote the source code, using simulated annealing algorithm...
这是我写毕业论文的源程序,用模拟退火算法求解VRPTW问题.在我机子上运行过了,结果很好.-This is the thesis I wrote the source code, using simulated annealing algorithm to solve VRPTW problems. In my machine run-off, resulting in very good.
- 2022-11-17 11:20:03下载
- 积分:1
-
这是一个我自己编写的JAVA程序,可以运行的。思想是将KMEANS和神经网络结合起来实现模式的分类。...
这是一个我自己编写的JAVA程序,可以运行的。思想是将KMEANS和神经网络结合起来实现模式的分类。-This is a Java program writen by meself which can be run.The chief concept is to combine KMEANS and NN to achieve classification of pattens.
- 2022-01-30 15:54:11下载
- 积分:1
-
a TSP example, prepared with delphi. A very good reference value
一个求解TSP问题的例子,用delphi编写.有很好的参考价值
-a TSP example, prepared with delphi. A very good reference value
- 2022-04-22 04:38:55下载
- 积分:1
-
一个用于地板厂家将不同长度的地板装箱的自动配比程序,输入各种型号的地板,会用智能算法计算出最佳装箱方案。程序帮助中有详细的说明。...
一个用于地板厂家将不同长度的地板装箱的自动配比程序,输入各种型号的地板,会用智能算法计算出最佳装箱方案。程序帮助中有详细的说明。-floor for a different length of the manufacturers are packing the floor ratio of the automatic procedures importation of various models on the floor will use intelligent algorithms to calculate the optimal loading of the program. Program to help with detailed explanations.
- 2022-03-21 00:29:23下载
- 积分:1
-
经典算法clique的java实现
经典算法clique的java实现-Classical algorithm clique of the java implementation! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
- 2022-07-19 20:21:53下载
- 积分:1
-
LVQ(学习矢量量化)算法:它是Kohonen的有监督学习的扩展形式。融合了自组织和有导师监督的技术,学习方法是竞争的,但产生方式是有教师监督的,也就是说,竞争...
LVQ(学习矢量量化)算法:它是Kohonen的有监督学习的扩展形式。融合了自组织和有导师监督的技术,学习方法是竞争的,但产生方式是有教师监督的,也就是说,竞争学习是在由训练输入指定的各类中局部进行。-LVQ (LVQ) algorithm : it is Kohonen of supervised learning the expansion of the form. The convergence of self-organization and supervision of the instructors, learning methods of competition, but there are ways teachers to supervise, meaning that the competitive learning is the training input from the designated categories of partial.
- 2022-12-12 11:25:02下载
- 积分:1
-
基于遗传算法的模糊卡尔曼滤波器
基于遗传算法的模糊卡尔曼滤波器-Fuzzy kalman filter based on inheritance algorithmic.
- 2022-10-05 08:50:03下载
- 积分:1
-
knapsack problem Genetic Algorithm Solution
背包问题的遗传算法解法-knapsack problem Genetic Algorithm Solution
- 2023-07-29 16:40:03下载
- 积分:1
-
神经网络C源程序(nnbp)
神经网络C源程序(nnbp)-neural network C source (nnbp)
- 2022-01-25 22:22:32下载
- 积分:1
-
采用的是康力山等人确定的实验参数。 对于n个城市的旅行商问题,其参数如下: 初始温度:t0=280, 每一个温度下采用固定的迭代次数L=100n, 温度的衰
采用的是康力山等人确定的实验参数。 对于n个城市的旅行商问题,其参数如下: 初始温度:t0=280, 每一个温度下采用固定的迭代次数L=100n, 温度的衰减系数alpha=0.92 算法停止的准则是当相邻两个温度得到的解变化很小时算法停止。-used the Stanozolol Hill were determined by the experimental parameters. N cities for the traveling salesman problem, the parameters are as follows : initial temperature : t0 = 280, each a fixed temperature of the iteration number L = 100n, temperature attenuation coefficient alpha = 0.92 algorithm to stop the criteria when two adjacent the temperature change was very Solution Algorithm stop.
- 2022-05-06 01:17:31下载
- 积分:1