当前位置:网站首页>Machine learning notes - gray wolf optimization
Machine learning notes - gray wolf optimization
2022-07-05 14:46:00 【Sit and watch the clouds rise】
1、 summary
Among various optimization techniques , Gray wolf optimization is a meta heuristic optimization technology , Its inspiration comes from the hierarchical relationship between wolf families and the special hunting techniques used by gray wolves . Therefore, gray wolf optimization technology simulates the overall characteristics of gray wolf population , Try to find the optimal solution .
Before understanding the optimization technology of gray wolf , Let's try to understand why this algorithm is inspired by the social hierarchy of the gray wolf family .
The above figure shows the social hierarchy of gray wolves , The characteristics of each wolf category are different in the Group . The whole gray wolf optimization family is officially called a pack. Now let's try to understand the responsibilities of each kind of wolf in the Group .
Alpha wolf : Alpha wolves dominate the gray wolf pack , Have the right to command the whole gray wolf group .
Beta Wolf: Beta Wolves regularly give Alpha Wolf Report , And to help Alpha The wolf makes the best decision .
Delta Wolf: Delta The wolf belongs to beta The Wolf , by alpha and beta Wolf provides continuous updates , yes omega The wolf's superior .
Omega wolf : Omega wolves are responsible for hunting wolves in gray wolves , And take care of young wolves .
Gray wolves follow a special hunting technique , The whole gray wolf pack hunts its prey in groups . The selected prey is separated from the pack by Omega wolves , The selected prey is chased and attacked by coyotes and beta wolves . therefore , The unique hunting technology adopted by gray wolves has led to the development of an optimization technology called gray wolf optimization , Among them, the use of various built-in functions produces the closest optimal solution .
2、 purpose
Gray wolf optimization technology is used for various time-consuming problems , for example NP-hard Problems and travel sales problems . Gray wolf optimization technology usually reduces the operation time of high-dimensional data , Because the algorithm decomposes the whole complex problem into subsets . Provide a subset of operations to each agent , Similar to the overall hierarchy of gray wolves , And produce the best optimal solution .
therefore , In an algorithm similar to gray wolf hierarchy , Decompose the complex problem into agents , Each agent undertakes its own tasks and reduces the overall time consumption . All agents in the algorithm follow certain guidelines and strategies , And find the best solution of the problem .
3、 working principle
Explain the gray wolf pack in the form of optimal solution parameters .
Alpha wolf It can be called the most suitable solution of all possible solutions to this problem . It is the optimal solution produced by the optimization algorithm .
Beta wolf It can be called the sub optimal solution of all possible solutions to the problem . If the optimal solution is not suitable for some solutions , Then the solution will be adopted .
Delta wolf It can be called the third best solution of all possible solutions to this problem . But for all possible solutions , The third best solution is to use the most suitable and most suitable solution to evaluate .
Omega wolf It can be called the optimal solution generated for all possible solutions , And only the third optimal solution is used to evaluate the optimal solution , And will not be compared with the best appropriate solution .
In the context of the optimal solution generated by gray wolf optimization technology , Let's try to understand how the solution generated by the algorithm is listed as the most suitable solution among all possible solutions .
First , Verify a random number of possible solutions to the problem . All possible solutions are usually expressed as “A” The standard vector proportion of . therefore , If A>1, Then the possible solution will deviate from the optimal solution of the problem , If A<1, Then all possible solutions will converge to the optimal solution , To find the most appropriate solution to the problem . Once the most suitable solution is determined , The algorithm will stop iterating , And appropriately rank the best possible solutions to the problem , And get the verified solution from the ranking . in the majority of cases , Use the most suitable solution , In rare cases , Choose the next best solution to some problems , Not the most suitable solution .
4、 Application example
Gray wolf optimization finds its main application in tasks that must repeat the solution to achieve the required tasks to produce the best solution . therefore , Gray wolf optimization technology has been applied in various problems , for example NP-hards problem 、 Traveling salesman problem and many others AI problem . Let's try to understand how grey wolf optimization technology can help solve the problem of travel agents .
Let's first try to understand the problem of travel agents . The goal of this problem is that the salesperson is only allowed to visit the city once , Find the shortest path between cities .
Explain the traveling salesman problem through gray wolf optimization , The whole gray wolf population can be called the different paths that salesmen must take to cover the city , Therefore, it becomes a candidate solution to this problem . The best solution can be taught as prey , The best solution here is the best starting city .
So for the starting city , The optimization algorithm will have to produce the nearest city ( Alpha wolf ), This can be called the best solution to the problem , Therefore, all cities that are the second closest to the starting city can be called the second best solution (beta wolf). Similarly , The city that is the third closest to the starting city can be called the third best solution (delta wolf), And all other cities closest to the smart city can be called the best solution among all candidate solutions (omega wolf ).
The most suitable solution is TSP The best solution for the solution , Known as the best fit solution , And the best fitting solution is verified in all the best solutions generated by gray wolf optimization .
So this is how the gray wolf optimization algorithm will find the best solution for salesmen by providing the shortest distance from the starting city to the next city and ensuring that salesmen only visit each city once .
5、 Advantages and disadvantages
Advantages of grey wolf optimization
Because gray wolf optimization technology attempts to replicate the hunting characteristics of gray wolves , The optimization algorithm decomposes the complex problem into different subsets , And try to produce the best possible optimal solution . Compared with other optimization algorithms , The iteration process of gray wolf optimization algorithm is faster , Because they compare different solutions for the best solution and sort them accordingly . This sort of grey wolf optimization technology makes the convergence speed of the model faster .
Disadvantages of gray wolf optimization
Gray wolf optimization only tries to find the best solution when the best possible solution falls within the scope of the best solution . This makes gray wolf optimization technology produce low accuracy , Sometimes it converges to a bad solution . In some cases , The best possible solution may not be considered by the candidate solution group . Besides , Gray wolf optimization technology belongs to heuristic optimization technology , The resulting optimal solution is only close to the original optimal solution , It is not the best solution of the problem .
边栏推荐
猜你喜欢
一键更改多个文件名字
选择排序和冒泡排序
APR protocol and defense
用 Go 跑的更快:使用 Golang 为机器学习服务
How to choose the appropriate certificate brand when applying for code signing certificate?
729. 我的日程安排表 I :「模拟」&「线段树(动态开点)」&「分块 + 位运算(分桶)」
CPU设计相关笔记
NBA赛事直播超清画质背后:阿里云视频云「窄带高清2.0」技术深度解读
There is a powerful and good-looking language bird editor, which is better than typora and developed by Alibaba
Differences between IPv6 and IPv4 three departments including the office of network information technology promote IPv6 scale deployment
随机推荐
Topology visual drawing engine
Change multiple file names with one click
Disjoint Set
How can non-technical departments participate in Devops?
Thymeleaf th:classappend属性追加 th:styleappend样式追加 th:data-自定义属性
Catch all asynchronous artifact completable future
【招聘岗位】软件工程师(全栈)- 公共安全方向
[learning notes] connectivity and circuit of graph
【华为机试真题详解】欢乐的周末
CPU设计实战-第四章实践任务二用阻塞技术解决相关引发的冲突
CPU design practice - Chapter 4 practical task 2 using blocking technology to solve conflicts caused by related problems
freesurfer运行完recon-all怎么快速查看有没有报错?——核心命令tail重定向
STM32+BH1750光敏传感器获取光照强度
The function of qualifier in C language
PyTorch二分类时BCELoss,CrossEntropyLoss,Sigmoid等的选择和使用
CPU设计实战-第四章实践任务三用前递技术解决相关引发的冲突
LeetCode_ 3 (longest substring without repeated characters)
Topology可视化绘图引擎
Fonctions communes de thymeleaf
Total amount analysis accounting method and potential method - allocation analysis