New Post

Nash Equilibrium In Game Theory ~xRay Pixy

Image
 Video Link  CLICK HERE... Learn Nash Equilibrium In Game Theory Step-By-Step Using Examples. Video Chapters: Nash Equilibrium  00:00 Introduction 00:19 Topics Covered 00:33 Nash Equilibrium  01:55 Example 1  02:30 Example 2 04:46 Game Core Elements 06:41 Types of Game Strategies 06:55  Prisoner’s Dilemma  07:17  Prisoner’s Dilemma Example 3 09:16 Dominated Strategy  10:56 Applications 11:34 Conclusion The Nash Equilibrium is a concept in game theory that describes a situation where no player can benefit by changing their strategy while the other players keep their strategies unchanged.  No player can increase their payoff by changing their choice alone while others keep theirs the same. Example : If Chrysler, Ford, and GM each choose their production levels so that no company can make more money by changing their choice, it’s a Nash Equilibrium Prisoner’s Dilemma : Two criminals are arrested and interrogated separately. Each has two ...

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

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

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

Grey Wolf Optimization Algorithm

Bat algorithm Explanation Step by Step with example

Grey Wolf Optimization Algorithm Numerical Example

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