登录
首页 » matlab » xiandaiyouhuasuanfa

xiandaiyouhuasuanfa

于 2020-08-19 发布
0 187
下载积分: 1 下载次数: 2

代码说明:

说明:  里面包含一些现代优化算法的理论介绍以及实例分析,其中包括禁忌搜索(tabu search),模拟退火(simulated annealing),遗传算法(genetic algorithms),人工神经网络(neural networks)的理论和程序。(It contains some modern optimization algorithm theory introduction and example analysis, including tabu search, simulated annealing, genetic algorithm, artificial neural network theory and program.)

文件列表:

xiandaiyouhuasuanfa, 0 , 2020-08-19
xiandaiyouhuasuanfa\第12章 现代优化算法, 0 , 2020-08-19
xiandaiyouhuasuanfa\第12章 现代优化算法\anli12_1.m, 1280 , 2011-05-10
xiandaiyouhuasuanfa\第12章 现代优化算法\anli12_2.m, 2209 , 2011-05-10
xiandaiyouhuasuanfa\第12章 现代优化算法\anli12_3.m, 2391 , 2011-05-10
xiandaiyouhuasuanfa\第12章 现代优化算法\ex12_1.m, 97 , 2011-04-18
xiandaiyouhuasuanfa\第12章 现代优化算法\ex12_3.m, 416 , 2011-04-18
xiandaiyouhuasuanfa\第12章 现代优化算法\sj.txt, 1807 , 2011-04-18
xiandaiyouhuasuanfa\第12章 现代优化算法\ycfun1.m, 91 , 2011-04-18
xiandaiyouhuasuanfa\第12章 现代优化算法\ycfun2.m, 156 , 2011-04-18
xiandaiyouhuasuanfa\第23章 现代优化算法.pdf, 263795 , 2011-07-10

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

发表评论

0 个回复

  • 学生信息管理系统,用容器可以支持多种操作
    学生信息管理系统,用容器可以支持多种操作-student management
    2022-01-26 00:09:44下载
    积分:1
  • 用C++语言实现艺术的清晰画面
    用c语言实现艺术清屏- Realizes the artistic clear screen with the c language
    2022-03-02 08:44:24下载
    积分:1
  • AAC反作弊3.3.9
    说明:  这个mod可以有效避免我的世界服务器中出现作弊的情况(This mod can effectively avoid cheating in Minecraft Server)
    2020-06-23 01:20:02下载
    积分:1
  • right no other assembly parts and the permanent link to the assembly of plastic...
    对不用其他装配零件而永久性联结的塑料零件的装配可采用焊接方法。焊接方法的选择依据以下几种标准:根据模塑零件的几何形状,所使用的原料, 成本、总生产周期的综合因素,装配部位所要求的机械性能和外观质量。-right no other assembly parts and the permanent link to the assembly of plastic parts available welding methods. Welding method of choice based on the following criteria : Molded parts of the geometry, the use of raw materials, cost, Total production cycle by a combination of factors, the assembly of parts required by the mechanical properties and appearance of quality.
    2022-03-28 19:31:14下载
    积分:1
  • 这是一个简单的留言板源码,请大家多多,希望有用
    这是一个简单的留言板源码,请大家多多,希望有用-This is a simple message board source code, please lot of hope that useful
    2022-11-15 18:35:04下载
    积分:1
  • 076253
    使用三态树实现多个注册表子键的选择,好案例(Three states was used to implement multiple registry key choice, a good case)
    2017-06-10 17:22:45下载
    积分:1
  • 1
    jQuery图片去重网页小游戏代码是一款简单的益智类游戏,连续点击两张图片,当相同时会显示,反之则隐藏,图片全部显示出来之后就胜利了。(The jQuery Picture Reduplication Game Code is a simple puzzle game that clicks two pictures in succession and displays them when they are the same, otherwise hides them and wins when all the pictures are displayed.)
    2018-09-17 11:00:44下载
    积分:1
  • 最佳适应算法是动态内存分区分配算法的一种。所谓“最佳”是指每次为作业分配内存时,总是把能满足要求、又是最小的空闲分区分配给作业,避免“大材小用”。为了加速寻找,...
    最佳适应算法是动态内存分区分配算法的一种。所谓“最佳”是指每次为作业分配内存时,总是把能满足要求、又是最小的空闲分区分配给作业,避免“大材小用”。为了加速寻找,该算法要求将所有的空闲分区按其内容以从小到大的顺序形成一空闲分区链。这样,第一次找到的能满足要求的空闲区,必然是最佳的。-best adaptation algorithm is a dynamic memory allocation through an algorithm. The so-called "best" means the operation of each memory allocation, always meet requirements, and also the smallest area allocated to idle operations, to avoid "a waste of talent." To speed up the search, the algorithm requires that all leisure district according to content from small to large order of the formation of a regional chain idle. So, the first found to meet the requirements of the free zone will be the best.
    2022-05-21 23:44:10下载
    积分:1
  • Delphi点对点语音聊天
    Delphi语音聊天程序,此类参考代码不多,很多都是网络传统聊天,发送文字和图片的,这一个是语音聊天程序,iphone2文件夹下是ip Phone 1.01 点到点语音电话软件的源码,自带反向回传语音代理服务,可以使两个不同局域网内的客户机通过国际互连网进行语音通讯,使用点对点方式。可实现以下连网操作功能:   1.通话双方是同一局域网内的用户   2.通话双方是不同局域网内的用户,并通过各自的网关连入互连网   3.通话双方一个直接连入互连网,另一个处在局域网中,并通过网关连入互连网   4.通话双方直接连入互连网
    2022-10-09 14:05:03下载
    积分:1
  • 简单的客户服务器模型的通信工具
    简单的客户服务器模型的通信工具-simple client-server model of communication tools
    2023-04-09 09:40:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载