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

Harris Hawks Optimization Algorithm Step-by-Step with Example ~xRay Pixy🐇🌿🌞

Harris Hawks Optimization Algorithm



Harris Hawks Optimization Algorithm Introduction
Harris hawks optimizer (HHO) is a nature-inspired population-based optimization algorithm. Harris Hawks Optimization algorithm is a Population-based algorithm. This algorithm mimics the Exploring, Exploiting, and Attacking strategies of Harris Hawks. Harris Hawks Optimization algorithm can be used to solve different engineering problems.
About Harris Hawk
Harris Hawk is a large medium bird and also known as Dusky Hawk. Harris Hawk hunt in cooperative groups and group size is 2 to 7 birds. Hawks Diet: Large insects, Birds, Lizards, and Mammals.
Harris Hawks Optimization Algorithm Steps-by-Step. INPUT: Population Size (N), and a maximum number of iterations (MaxT). OUTPUT: Target Location and its Fitness Values.
Step 01: Initialize the population randomly 𝑋_𝑖 ( 𝑖=1,2,3,4,…𝑁 ). Step 02: Check While ( (t ≥ max )Stopping Criteria is Matched or Not ) Step 03: Calculate fitness value for each hawk and Select Best. Step 04: Set 𝑋_𝑟𝑎𝑏𝑏𝑖𝑡 as the best location for the rabbit. Step 05: For each hawk Position: update Energy and Jump Strength. Step 06: Exploration Phase Step 07: Exploitation Phase
Following 2 Strategies are Followed by Hawks to detect a prey:
Step 08: Update Location Vector using 4 strategies: Soft Round-Up, Hard Round-Up, Soft round-up with progressive rapid dives, Hard round-up with progressive rapid dives. Step 09: Return Best Rabbit Location and its Fitness Value. How Harris Hawks Detect Prey? Harris Hawks haunt randomly on certain cities and wait to detect prey. They check the Position of other family members and target position. Q. How hawks will catch the prey? CASE 01: Soft round Up ( E ≥ 0.5 and r ≥ 0.5 ) CASE 02: Hard round Up ( E < 0.5 and r ≥ 0.5 ) CASE 03: Soft Round-Up with progressive rapid dives. ( E ≥ 0.5 and r < 0.5 ) CASE 04: Hard round Up with progressive rapid dives. ( E < 0.5 and r < 0.5 )


#Metaheuristic #Algorithms
Meta-heuristic Algorithms
Link - Click Here

Comments

  1. can you suggest or share document for the HHO mathematical equation explanation? thank you.

    ReplyDelete

Post a Comment

Popular Post

PARTICLE SWARM OPTIMIZATION ALGORITHM NUMERICAL EXAMPLE

Cuckoo Search Algorithm for Optimization Problems

Particle Swarm Optimization (PSO)

PSO (Particle Swarm Optimization) Example Step-by-Step

PSO Python Code || Particle Swarm Optimization in Python || ~xRay Pixy

Bat algorithm Explanation Step by Step with example

Grey Wolf Optimization Algorithm

how is the LBP |Local Binary Pattern| values calculated? Step-by-Step with Example

Grey Wolf Optimization Algorithm Numerical Example

Whale Optimization Algorithm Code Implementation || WOA CODE || ~xRay Pixy