Posts

Showing posts from June, 2022

New Post

Intelligent Traffic Management Using || AI & Metaheuristics || ~xRay Pixy

Image
Hybrid Artificial Intelligence and Metaheuristics for Smart City TRafci Management Problem Video Chapters: 00:00 Introduction 00:40 Smart Cities 01:14 Traditional Methods for Traffic Management 02:12 Hybrid Approach AI and Metaheuristics 02:47 STEPS for Hybrid  Traffic Management System 08:40 Advantages of Smart Traffic Management System 09:33 Conclusion

Aquila Optimization Algorithm Step-by-Step Explanation ~xRay Pixy

Image
  Video Chapters: Introduction: 00:00 Aquila Optimizer: 00:31 Aquila Hunting Methods: 02:09 Aquila Optimizer Steps: 03:33 Aquila Optimizer Mathematical Models: 06:07 Conclusion: 13:00 Aquila Optimization Algorithm is inspired by the Aquila Behavior in the nature. This algorithm is basically inspired by the aquilas hunting methods. How they catch their prey in the real life? Aquila Hunting Methods: Method 01: High Soar with Vertical Stoop. [i.e., Expanded Exploration] Method 02: Contour Flight with Short Glide Attack. [i.e., Narrowed Exploration] Method 03: Low Flight with Slow Decent Attack. [i.e., Expanded Exploitation] Method 04: Walking and Grab the Prey. [i.e., Narrowed Exploitation] Aquila Optimization Algorithm Steps: Step 01: Initialize Algorithm Parameters and Population Randomly. Step 02: Check While (Current Iteration <= Maximum Iteration) Step 03: Evaluate Agents Performance using Fitness Function. Step 04: For all agents update Location mean value. Step 05: Update Levy&#

Cat and Mouse Optimization Algorithm

Image
 Cat and Mouse Optimization Algorithm (CMOA) Cat and Mouse Optimization Algorithm is a population based metaheuristic optimization algorithm. Cat and Mouse Optimization Algorithm mimic the natural behavior of Cat attack on the mouse and Mouse escape from the Cat. In this algorithm population is divided into 2 groups: Group of Cats and Group of Mice . Cat and Mice scan the whole search space in this algorithm with their random movements. Each member in the population is a solution to the given problem. Initial population is evaluated using objective function and based on their fitness values population is sorted. Best values in the population as calculated using objective function are considered as Population for Mice and worst values in the population are considered as Population for Cats . Position Update Procedure in Cat and Mouse Optimization Algorithm (CMOA): Position Update in CMOA is divided into 2 phases as given below: First, Move Cats Towards Mice. Second, Move Mice away fr
More posts