登录
首页 » AI-NN-PR » Xie Datong Guo Tao algorithm (function optimization) source code download, and s...

Xie Datong Guo Tao algorithm (function optimization) source code download, and s...

于 2022-02-04 发布 文件大小:12.05 kB
0 111
下载积分: 2 下载次数: 1

代码说明:

谢大同郭涛算法(函数优化)源代码下载,和大家分享自己的东西-Xie Datong Guo Tao algorithm (function optimization) source code download, and share things on your own

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

发表评论

0 个回复

  • 6. "Non
    6。《非数值并行算法――遗传算法》,刘勇等着 科学出版社 1995年第一版 本书系统地叙述了非数值并行算法之一的模拟退火算法的基本原理以及最新进展,同时为了便于读者解决实际问题,书中对具体算法的步骤作了详细介绍。本书共分七章,第一章介绍算法的思想、特点。发展过程和前景。第二章介绍算法的基本理论。第三章讨论算法解连续优化问题。第四章利用算法设计和优化神经网络。第五章介绍在组合优化中的应用。第六章介绍应用遗传程序设计解决程序设计自动化问题。第七章对遗传算法和其它适应性算法进行比较。 本书可供高校有关专业的师生、科研人员、工程技术人员阅读参考。-6. "Non- numerical parallel algorithms-- Genetic Algorithm" Liu Yong waiting 520-531 1995 version of the first book to systematically describe the non- numerical parallel algorithms one count of simulated annealing Law and the basic tenets of the latest progress, in order to help readers solve practical problems, book of the specific algorithm steps in detail. The book is divided into seven chapters, the first chapter describes the idea algorithm, characteristics. The development process and prospects. The second chapter describes the basic algorithm theory. The third chapter discusses Algorithm for continuous optimization problems. Chapter IV using the algorithm design and optimization of neural netw
    2022-01-26 05:11:28下载
    积分:1
  • 本文讨论的问题主要涉及货运的配载,而货运配载的目标是实现车与货的高效匹配, 降低空载率以减少货物运输过程中因此而造成的经济损失。货运配载问题涉及两方面的
    本文讨论的问题主要涉及货运的配载,而货运配载的目标是实现车与货的高效匹配, 降低空载率以减少货物运输过程中因此而造成的经济损失。货运配载问题涉及两方面的 内容:车辆利用和货物装载。本文主要从这两个角度角度来分析解决问题。 对于问题1,我们首先通过分析复杂的变量及他们之间的关系,建立规划模型。为 了求解这个模型,我们进行了一系列的简化,使得模型求解切实可行。求得较优的方案, 而且各辆车均匀负担。该方案的总费用为4877.2。 对于问题2,我们在模型1 的基础上进行了改进采用类似的方法求解。也得到了较 优的方案,其总费用为4484。该方案中只用了4 辆车,节省很大的成本。同时指出了模 型求解的关键困难所在,给出了新的思路。 问题3 的思考中,提出了利用图论的有关思想。 在文章的最后,我们针对所建的模型进行了分析,并提出了新的解题思想。对模型 进行了进一步扩展。 关键词:货物配载 运输 组合优化-err
    2022-08-09 06:48:09下载
    积分:1
  • pso系统的编程,计算误码率的,经过仿真可以实际应用
    pso系统的编程,计算误码率的,经过仿真可以实际应用-PSO system programming, BER calculation, after the practical application of simulation can
    2023-08-15 19:45:02下载
    积分:1
  • 一个很好的中国象棋游戏源码,我用的各种程序…
    一个很好的中国象棋源代码 本人机对弈程序采用了多种搜索算法. 本程序还具有悔棋,还原功能,还可以记录走法.-a good source of Chinese chess game machine code, I use a variety of procedures for search algorithm. The procedure also has to repent Mullick, recovery capabilities, but also can be recorded in law.
    2023-05-10 18:45:03下载
    积分:1
  • 模糊技术与神经网络技术选编
    模糊技术与神经网络技术选编-fuzzy and neural network technology Selected
    2022-01-20 22:53:02下载
    积分:1
  • 本程序代码是人工智能中九宫搜索的解决 采用Java语言
    本程序代码是人工智能中九宫搜索的解决 采用Java语言-the code is AI JiuGongTu search solutions using Java language
    2023-04-21 14:20:02下载
    积分:1
  • 数字图形图形处理中的一个很有用的算法,好不容易搞到的
    数字图形图形处理中的一个很有用的算法,好不容易搞到的-Digital graphics graphics processing in a useful algorithm, finally got the
    2022-05-07 09:24:29下载
    积分:1
  • 一种新型模糊形态神经网络及其应用研究,比较有参考意义
    一种新型模糊形态神经网络及其应用研究,比较有参考意义-fuzzy form a new neural network and its applied research, more reference value
    2022-03-22 03:20:24下载
    积分:1
  • bp neural network prediction algorithm process to a group of data for effective...
    神经网络预测bp算法程序,可以对一组数据进行有效的预测-bp neural network prediction algorithm process to a group of data for effective forecast
    2022-01-26 02:24:46下载
    积分:1
  • 连续型粒子群算法的java实现,可以自己设计粒子群算法(继承Swarm和Particle类),包含有三个个抽象类(Swarm、Particle、Problem)...
    连续型粒子群算法的java实现,可以自己设计粒子群算法(继承Swarm和Particle类),包含有三个个抽象类(Swarm、Particle、Problem),可以继承Problem类自定义新的问题。-continuous particle swarm algorithm to achieve the java can design their own PSO algorithm (inheritance and Particle Swarm), contains an abstract category 3 (Swarm, Particle, Problem), can be inherited from the definition of Class Problem new problems.
    2023-06-02 16:50:03下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载