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

Ant Lion Optimizer (ALO)

于 2020-12-25 发布
0 103
下载积分: 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 个回复

  • #include <iostream> #include <stack> #define MAX_SIZE...
    非递归的快速排序算法-#include #include #define MAX_SIZE 11 using namespace std typedef int elem typedef std::stack Stack int partition(elem*pData, int low, int high) void swap(elem& a, elem& b) void qsort(elem* pData, int low, int high) int partition(elem*pData, int low, int high) { elem key = pData[low] while(low < high) { while(low < high && pData[high] >= key) high-- swap(pData[low], pData[high]) while(low < high && pData[low]
    2022-05-08 16:41:43下载
    积分:1
  • WVD_STFT
    matlab求小波变换模极大值的代码,是从别人那找来的(Matlab for wavelet transform modulus maxima code, it is found from the others)
    2007-05-22 18:48:14下载
    积分:1
  • muZHUCE
    奇迹内部注册小工具,绝对实用以绝版~!!!!!!!!!!(Miracle of internal register gadget is absolutely practical in order to print ~!)
    2009-09-05 16:02:54下载
    积分:1
  • CS1694 DEMO程序,CS1694主要用于DVDVFD驱动
    CS1694 DEMO程序,CS1694主要用于DVDVFD驱动-CS1694 DEMO procedures, CS1694 driven mainly used DVDVFD
    2022-03-19 03:56:47下载
    积分:1
  • String comparison
    字符串比较(从键盘上输入两个字符串,比较字符串,如相同,则显示“MATCH”,否则显示“NO MATCH”)(String comparison (enter two strings from the keyboard and compare the strings. if the strings are the same, "MATCH" will be displayed, otherwise, "NO MATCH" will be displayed))
    2019-05-24 23:00:05下载
    积分:1
  • 电子琴程序,典型的程序
    电子琴程序,典型的汇编程序-flower procedures, the typical assembler
    2022-01-27 13:33:39下载
    积分:1
  • 采用超小型封装读卡芯片,如图 1所示; z 符合 ISO14443 标准; z 可选择 5V或 3.3V供电; z 能接双天线,能识别是哪一个...
    采用超小型封装读卡芯片,如图 1所示; z 符合 ISO14443 标准; z 可选择 5V或 3.3V供电; z 能接双天线,能识别是哪一个天线上有卡; z 有I 2 C从机接口,也有UART接口或RS-232 接口; z 可主动检测卡进入,检测到卡时可产生中-采用超小型封装读卡芯片,如图 1所示; z 符合 ISO14443 标准; z 可选择 5V或 3.3V供电; z 能接双天线,能识别是哪一个天线上有卡; z 有I 2 C从机接口,也有UART接口或RS-232 接口; z 可主动检测卡进入,检测到卡时可产生中
    2022-08-23 11:14:50下载
    积分:1
  • LCD 240* 128 T6963C C51 (1: the main program)
    LCD 240*128 T6963C C51程序(1:主程序)-LCD 240* 128 T6963C C51 (1: the main program)
    2023-02-06 00:30:04下载
    积分:1
  • 进制转换,将数字以任意进制(2,8,10,16)输入,选择另一个进制(2,8,10,16)输出。...
    进制转换,将数字以任意进制(2,8,10,16)输入,选择另一个进制(2,8,10,16)输出。-Hexadecimal conversion, digital to arbitrary M-ary (2,8,10,16) input, select another band (2,8,10,16) output.
    2023-06-23 03:25:02下载
    积分:1
  • c-c++使用gsoap调用wcf发布的webservice
    资源描述c-c++使用gsoap调用wcf发布的webservice, 在使用gsoap调用wcf发布的webservice时,总是提示415错误,查找错误半天发现, gsoap使用的是soap2.0,而wcf发布的webservice使用的是soap1.0,所以想解决问题就是 需要将两边使用的soap对等。
    2022-02-25 09:30:39下载
    积分:1
  • 696518资源总数
  • 104393会员总数
  • 22今日下载