登录
首页 » matlab » 象群游牧算法

象群游牧算法

于 2019-04-17 发布 文件大小:487KB
0 198
下载积分: 1 下载次数: 4

代码说明:

  一种根据大象习性创造的新型优化算法,与遗传算法、粒子群等具有相同的功能(An optimization algorithm)

文件列表:

象群游牧算法, 0 , 2019-03-05
象群游牧算法\EHO, 0 , 2018-10-02
象群游牧算法\EHO\Ackley.m, 1671 , 2015-06-30
象群游牧算法\EHO\CaculateClanCenter.m, 302 , 2015-06-30
象群游牧算法\EHO\ClearDups.m, 1303 , 2015-01-09
象群游牧算法\EHO\CombineClan.m, 274 , 2015-06-30
象群游牧算法\EHO\ComputeAveCost.m, 524 , 2007-01-12
象群游牧算法\EHO\Conclude1.m, 1041 , 2015-05-10
象群游牧算法\EHO\Conclude2.m, 1091 , 2015-05-10
象群游牧算法\EHO\EHO.pdf, 250559 , 2016-02-19
象群游牧算法\EHO\EHO.zip, 249191 , 2018-09-14
象群游牧算法\EHO\EHO_FEs_V2.m, 7602 , 2016-02-20
象群游牧算法\EHO\EHO_Generation_V2.m, 7361 , 2016-02-20
象群游牧算法\EHO\Init.m, 1731 , 2016-02-20
象群游牧算法\EHO\PopSort.m, 530 , 2007-08-01
象群游牧算法\EHO\Readme.txt, 4199 , 2015-10-12
象群游牧算法\EHO\license.txt, 1526 , 2016-02-19
象群游牧算法\象群游牧算法代码, 0 , 2018-09-23
象群游牧算法\象群游牧算法代码\EHOcode.m, 3193 , 2018-09-22
象群游牧算法\象群游牧算法代码\func.m, 192 , 2018-09-22

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

发表评论

0 个回复

  • 1、这是我自己做的最详细的枚举全部协议的基本信息最完美版。 2、采用树型控件加个图标,也显得好读。
    1、这是我自己做的最详细的枚举全部协议的基本信息最完美版。 2、采用树型控件加个图标,也显得好读。-1, this is my own to do the most detailed enumeration of all the basic information about the agreement the most perfect version. 2, using tree controls to add the icon, it seems a good time.
    2023-05-04 07:20:03下载
    积分:1
  • TestWorkFlow
    说明:  此软件是用于Diagramshpe绘图,可用于学习如何制作流程图。(This software is used for Diagramshpe drawing and can be used to learn how to make flow charts.)
    2020-06-16 10:40:01下载
    积分:1
  • PCA_SVM
    说明:  此方法采用经典的PCA对人脸图像进行特征提取,用libsvm库函数的SVM分类器对图像分类。(This method uses the classical PCA on the face image feature extraction, with the libsvm library function of SVM classifier for image classification.)
    2010-04-06 15:10:13下载
    积分:1
  • Adobe_Acrobat_7.0_Professional_Keygen
    第一步,打开Adobe_Acrobat_7.0_Pro_KeyGen.exe,将随机产生一个24位的序列号码.复制. 第二步,打开安装程序,点SETUP,在需要输入序列号的时候,将已复制的24位的序列号码,粘贴. 第三步,一路NEXT,选中通过电话激活方式.点NEXT 第四步,在随后产生的28位代码复制到Adobe_Acrobat_7.0_Pro_KeyGen.exe第二行,注意不要带空格 第5步,点Adobe_Acrobat_7.0_Pro_KeyGen.exe 产生激活代码. 第6步,将激活代码填入安装程序 OK (The first step, open Adobe_Acrobat_7.0_Pro_KeyGen.exe, will generate a random sequence of 24 numbers. Copy. The second step, open the installer, point SETUP, enter the serial number required at the time, will have to copy the serial number 24 and paste. The third step, all the way NEXT, select activation by phone. NEXT-point fourth step, resulting in the following 28 code Adobe_Acrobat_7.0_Pro_KeyGen.exe copied to the second line, not to bring attention to step 5 spaces, points have to activate code Adobe_Acrobat_7.0_Pro_KeyGen.exe. Step 6, activation code will fill in the installation process OK)
    2009-04-08 19:07:09下载
    积分:1
  • MFHRM
    基于开发板的串口通信,主要运用了MFC和通信协议(Serial communication based on development board)
    2018-03-29 21:06:57下载
    积分:1
  • VC++写的基于TCP协议的聊天序 可实现文字聊天与文件传输功能...
    VC++编写的基于TCP协议的聊天程序 可实现文字聊天与文件传输功能-VC++ Prepared based on the TCP protocol chat program can be achieved with text chat and file transfer capabilities
    2022-07-24 23:31:43下载
    积分:1
  • mobile agents of the source, aglets, developed by IBM, and later transferred to...
    是移动代理的源程序,aglets,IBM开发的,后来移交sourceforge来管理-mobile agents of the source, aglets, developed by IBM, and later transferred to the management sourceforge
    2022-01-31 00:25:15下载
    积分:1
  • RMI(java 远方法调用):此例子实现了客户端序通过远接口向服务器序发出计算请求,服务器序调用了一个计算方法,并把结果返回给客户端,这样便达到分布...
    RMI(java 远程方法调用):此例子实现了客户端程序通过远程接口向服务器程序发出计算请求,服务器程序调用了一个计算方法,并把结果返回给客户端,这样便达到分布式计算的效果。上传文件里有详细的部署和使用说明,在win2000上测试通过。-RMI (Java Remote Method Invocation) : this example to achieve the client interface to the remote server computing issued request, the server calls a calculation method and the results back to the client, so as to achieve the effect of distributed computing. Upload file are detailed in the deployment and use in WIN2000 on the test.
    2022-07-04 18:31:13下载
    积分:1
  • Skin++3.0+For+VC++完全破解版
    说明:  很好的界面库,皮肤很多,都可以使用,测试通过,有兴趣的看看,很好的界面库,皮肤很多,都可以使用,测试通过,有兴趣的看看,(Very good interface library, a lot of skin, can be used, test passed, interested to see, a good interface library, a lot of skin, can be used, test passed, interested to see.)
    2020-06-23 02:40:01下载
    积分:1
  • OpenCV 3计算机视觉 Python语言实现(第二版)
    说明:  OpenCV 3计算机视觉 Python语言实现(第二版)(OpenCV 3 Computer Vision Python Language Implementation (Second Edition))
    2020-11-06 10:19:50下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载