登录
首页 » AI-NN-PR » 基于人工神经网络求解TSP问题的论文,很不错.

基于人工神经网络求解TSP问题的论文,很不错.

于 2022-01-25 发布 文件大小:2.55 MB
0 110
下载积分: 2 下载次数: 1

代码说明:

基于人工神经网络求解TSP问题的论文,很不错.-Based on artificial neural network to solve TSP problem papers, is pretty good.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 本文讨论的问题主要涉及货运的配载,而货运配载的目标是实现车与货的高效匹配, 降低空载率以减少货物运输过程中因此而造成的经济损失。货运配载问题涉及两方面的
    本文讨论的问题主要涉及货运的配载,而货运配载的目标是实现车与货的高效匹配, 降低空载率以减少货物运输过程中因此而造成的经济损失。货运配载问题涉及两方面的 内容:车辆利用和货物装载。本文主要从这两个角度角度来分析解决问题。 对于问题1,我们首先通过分析复杂的变量及他们之间的关系,建立规划模型。为 了求解这个模型,我们进行了一系列的简化,使得模型求解切实可行。求得较优的方案, 而且各辆车均匀负担。该方案的总费用为4877.2。 对于问题2,我们在模型1 的基础上进行了改进采用类似的方法求解。也得到了较 优的方案,其总费用为4484。该方案中只用了4 辆车,节省很大的成本。同时指出了模 型求解的关键困难所在,给出了新的思路。 问题3 的思考中,提出了利用图论的有关思想。 在文章的最后,我们针对所建的模型进行了分析,并提出了新的解题思想。对模型 进行了进一步扩展。 关键词:货物配载 运输 组合优化-err
    2022-08-09 06:48:09下载
    积分:1
  • 神经网络vc源代码神经网络的VC++代码呀
    神经网络vc源代码神经网络的VC++代码呀-Neural network source code vc neural network VC++ Code you
    2023-07-19 10:50:04下载
    积分:1
  • 贝叶斯(Bayesion)机器学习相互信息。用于求取熵、联合熵等。改进后可用于随机反演...
    贝叶斯(Bayesion)机器学习相互信息。用于求取熵、联合熵等。改进后可用于随机反演-Bayesian (Bayesion) machine learning of mutual information. Used to obtain entropy, joint entropy and so on. Improved can be used for stochastic inversion
    2022-06-20 12:16:46下载
    积分:1
  • matlab环境下,对puma560机器人的工作空间运动轨迹做了轨迹规划,得到轨迹云图...
    matlab环境下,对puma560机器人的工作空间运动轨迹做了轨迹规划,得到轨迹云图-matlab environment, the robot work space puma560 trajectories make the trajectory planning, the trajectory cloud
    2022-04-09 13:39:24下载
    积分:1
  • Apriori算法的JAVA实现A priori算法的JAVA实现
    Apriori算法的JAVA实现A priori算法的JAVA实现-Apriori algorithm JAVA realize A priori algorithm realize JAVA
    2023-05-26 16:25:02下载
    积分:1
  • The BP algorithm to improve the process, everyone would like to help. If necessa...
    改进的BP算法程序,希望对大家有所帮助.如果需要,请-The BP algorithm to improve the process, everyone would like to help. If necessary, please take a look at.
    2022-10-28 23:30:04下载
    积分:1
  • Ito demand function optimization algorithm source code download can be used dire...
    求函数优化的伊藤算法源代码,下载后可以直接使用-Ito demand function optimization algorithm source code download can be used directly
    2022-02-01 17:31:53下载
    积分:1
  • 本程序是数据挖掘中的关联规则模型中著名的Aprior算法的VC实现程序,可用于知识发现、数据挖掘、人工智能、模式识别等领域(请先解压文件)...
    本程序是数据挖掘中的关联规则模型中著名的Aprior算法的VC实现程序,可用于知识发现、数据挖掘、人工智能、模式识别等领域(请先解压文件)-The code is the VC implementation of the well-known Aprior algorithm in Association Rule Model of Data Mining field, can be used in Knowledge Discovery, Data Mining, AI, Pattern Recognition and so on.(Please unzip the file first)
    2022-01-30 17:11:49下载
    积分:1
  • LIBSVM源码。LIBSVM 是台湾大学林智仁(Chih
    LIBSVM源码。LIBSVM 是台湾大学林智仁(Chih-Jen Lin)博士等开发设计的一个操作简单、 易于使用、快速有效的通用SVM 软件包,可以解决分类问题(包括C- SVC、 n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM ) 等问题,提供了线性、多项式、径向基和S形函数四种常用的核函数供选择,可以有效地解决多类问题、交叉验证选择参数、对不平衡样本加权、多类问题的概率估计等。-LIBSVM source. LIBSVM is林智仁Taiwan University (Chih-Jen Lin) Dr. develop design a simple, easy to use, fast and effective generic SVM software package, can solve the classification problems (including the C-SVC, n- SVC), regression ( including e- SVR, n- SVR) as well as the distribution of estimates (one-class-SVM) and so on, provides a linear, polynomial, radial basis function and the S-shaped kernel function of four commonly used for selection, can effectively to solve a wide range of issues, cross-validation to choose the parameters of the imbalance in the weighted sample, multi-category probability estimation.
    2022-10-06 04:35:03下载
    积分:1
  • vb写的改进的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。根据我的经验,要想用好遗传算法,代码必须自己写,因为问题不同,编码,杂交...
    vb写的改进的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。根据我的经验,要想用好遗传算法,代码必须自己写,因为问题不同,编码,杂交,变异算子可能都不一样。特别是杂交算子,需要根据问题调整,甚至创造出新的杂交方法。而且适应度计算的代码也需要自己写,特别是带约束的优化问题 -vb write improvement in the genetic algorithm. Some common code, with the specific issues the corresponding code space, and the time spent filling into account. According to my experience, in order to make good use of genetic algorithms, code must write their own, because different issues, coding, hybridization and mutation operator may not like. In particular hybrid operator, the need to adjust the problem, or even create a new hybrid method. But fitness calculation of the code required to write their own, especially with the constrained optimization problem
    2022-12-03 17:30:03下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载