登录
首页 » matlab » Ant Lion Optimizer (ALO)

Ant Lion Optimizer (ALO)

于 2020-12-25 发布
0 289
下载积分: 1 下载次数: 2

代码说明:

说明:  ALO 算法核心思想是模拟蚁狮捕猎蚂蚁的狩猎机制以实现全局寻优。蚁狮在捕猎前会在在沙质土中利用其巨大的下颚挖出一个漏斗状的陷阱,并藏在陷阱底部等待猎物到来。一旦随机游走的蚂蚁落入陷阱时,蚁狮迅速将其捕食,随后重新修缮陷阱等待下一次捕猎。(The core idea of the ALO algorithm is to simulate the hunting mechanism of the ant lion hunting ants to achieve global optimization. Before hunting, the ant lion will use its huge jaw to dig a funnel-shaped trap in the sandy soil and hide at the bottom of the trap to wait for the prey to arrive. Once the randomly-wandering ants fall into the trap, the ant lion quickly preys on it, and then repairs the trap to wait for the next hunt. The ALO algorithm realizes the interaction between the ants and the ant lion through numerical simulation to optimize the problem: introduces the random walk of the ants to realize the global search, and guarantees the diversity of the population and the optimization performance of the algorithm through the roulette strategy and the elite strategy. Antlion is equivalent to the solution of the optimization problem. It can update and save the approximate optimal solution by hunting ants with high fitness.)

文件列表:

ALO\ALO.m, 5844 , 2015-02-20
ALO\ALO.png, 150992 , 2015-03-04
ALO\func_plot.m, 3597 , 2015-02-20
ALO\Get_Functions_details.m, 7708 , 2015-02-20
ALO\initialization.m, 1881 , 2015-02-20
ALO\main.m, 3105 , 2015-02-20
ALO\Random_walk_around_antlion.m, 2932 , 2015-02-20
ALO\RouletteWheelSelection.m, 2199 , 2015-02-20
license.txt, 1318 , 2018-05-22

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

发表评论

0 个回复

  • MSP430F135的UART操作代码,绝对的真实可行.放心下载
    MSP430F135的UART操作代码,绝对的真实可行.放心下载-MSP430F135 the UART operation code, is absolutely true feasible. Rest assured Download
    2022-03-10 15:57:54下载
    积分:1
  • 在屏幕上开出三个窗口:起止坐标为(5,10)和(15,30),(5,50)和(15,70),(18,15)和(22,65)。要求可用左右方向键选择左窗口或右窗口
    在屏幕上开出三个窗口:起止坐标为(5,10)和(15,30),(5,50)和(15,70),(18,15)和(22,65)。要求可用左右方向键选择左窗口或右窗口为当前活动窗口。当一行字符显示满后(左右窗口一行显示20个字符,下窗口显示50个字符),窗口自动向上卷动一行,输入的字符仍显示与最低一行,窗口最高一行向上卷动后消失。用上下方向键可使活动窗口及下窗口内容同时上卷或下卷。输入‘ESC’后结束程序。(huangyujie)-screen out three windows : starting and ending coordinates (5,10) and (15, 30), (5,50) and (15.70) (18.15) and (22.65). Asked about the direction keys can be used to choose the left or right window to window to window current activities. When his characters show after the expiration of (his show window about 20 characters, the next window displays 50 characters), the window automatically scrolling upward here, the importation of characters showed that the minimum here, his highest window scrolling upward disappeared. Up and down direction keys enable activities under the window and window content, but on the next volume or volumes. Importation "ESC" end after the procedure. (Huangyujie)
    2022-07-13 02:20:18下载
    积分:1
  • fanhuibian
    黑客反汇编解密书籍,pdf版本,想要学习逆向的可以看一看。(Hacker disassembly decryption books, pdf version, want to learn the reverse can look.)
    2014-01-09 09:59:32下载
    积分:1
  • MCD1实战一,LED8位流水灯《霹雳灯》 该实战的目的作为学习和应用MCD1在线调试工具套件,进行项目的软件和硬件 联合调试的范例程序,也就是当做...
    MCD1实战一,LED8位流水灯《霹雳灯》 该实战的目的作为学习和应用MCD1在线调试工具套件,进行项目的软件和硬件 联合调试的范例程序,也就是当做一个用户程序实例,而演示板暂时充当用户电 路的角色。这样就构成了一个软件、硬件齐全的自制项目模拟环境。 本程序实现的功能是,把端口RC的8条引脚全部设置为输出模式,依次从引脚RC0 到RC7送出高电平,然后再依次从引脚RC7到RC0送出高电平,并且周而复始,从而 使得与该端口C相连的8只发光二极管LED循环依次点亮,其效果类似于一个简单的霹雳灯。 该程序可用于PIC16F87X(A)所有系列
    2022-01-26 02:20:23下载
    积分:1
  • 字符转换及拷贝
    设计型实验 实验目的: (1) 熟练掌握简单程序设计的基本方法 (2) 熟练掌握汇编指令的使用 (3)  请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-07-15 16:12:36下载
    积分:1
  • This is an arbitrary remote control, according to a random keys, plus a digital...
    这是一个任意遥控器,按任意按键,数码管加一遥控解码程序。-This is an arbitrary remote control, according to a random keys, plus a digital remote control decoder procedures.
    2022-01-26 02:30:54下载
    积分:1
  • zifu
    运用汇编语言实现字符串比配功能,输入主字符串然后再和子字符串比配看是否存在(Compared with the string)
    2011-06-22 19:52:56下载
    积分:1
  • 回文判断,好用。
    回文判断,好用。-Palindrome judgment and ease of use.
    2022-03-15 08:55:21下载
    积分:1
  • 输入高电压时直流无刷电机的控制程序,可使用在家庭,工厂等没有直流电源的地方...
    输入高电压时直流无刷电机的控制程序,可使用在家庭,工厂等没有直流电源的地方-Importation of high-voltage brushless DC motor control program, you can use in the home, factories, and other places there is no DC power supply
    2022-04-28 08:04:52下载
    积分:1
  • 程序案例6数据加密程序encode.rar
    汇编程序案例6数据加密程序encode.rar-Assembler Case 6 data encryption procedures encode.rar
    2022-03-03 18:19:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载