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 ...

Grasshopper Optimization Algorithm (G.O.A.) Step-by-Step with Numerical ...

Grasshopper Optimization Algorithm (G.O.A.) 

Grasshoppers are also known as pests. They destroy fields and crop production. Grasshopper lifecycle contains Eggs, Nymph Phases, and Adult Grasshopper. Grasshopper Optimization Algorithm is a Nature-inspired swarm-based optimization algorithm. Grasshopper Optimization Algorithm (GOA) is inspired by the foraging and swarming behavior of grasshoppers in nature. The grasshopper optimization algorithm is basically inspired by the behavior of adult grasshoppers in nature. Adult grasshoppers can make sudden jumps and cover long-range as compare to nymphs.

This is the mathematical model used to represent grasshopper behavior in this algorithm :
𝑥_𝑖 = 𝑆_𝑖 + 𝐺_𝑖 + 𝐴_i
GrasshopperCurrentPosition = Social Interaction in the group + Force of gravity + Wind Direction.
Normally distributed random values are used in the grasshopper optimization algorithm for grasshopper random behavior in nature.

Grasshopper Optimization Algorithm Steps.
1.) Parameter Initialization. 2.) Population Initialization Phase. 3.) Compute Fitness Value for each grasshopper. 4.) Select the Best Solution Among All. 5.) Check While (CurrentIteration (t) < MaximumIteration (MaxT)). 6.) Normalize distance between grasshoppers in the range [1, 4]. 7.) Update the position of the current grasshopper. 8.) Bring the Current grasshopper back if it goes outside boundaries. 9.) Update Current Best Solution if there any new Best solution. 10.) CurrentIteration = CurrentIteration + 1; // End While Loop 11.) Return Best Solution.

Grasshopper Optimization Algorithm Advantages.
  • Obtain better solution as compare to other metaheuristic algorithms
  • High accuracy
Grasshopper Optimization Algorithm Disadvantages.
  • Easy to fall into local optimam
Grasshopper Optimization Algorithm Numerical Example:

Grasshopper Optimization Algorithm (G.O.A.)  Numerical Example
Topics Covered in this Video Introduction. Grasshopper Optimization Algorithm Inspiration. Grasshopper Optimization Algorithm Mathematical Models. Grasshopper Optimization Algorithm Steps. Grasshopper Optimization Algorithm Numerical Example. Grasshopper Optimization Algorithm Advantages. Grasshopper Optimization Algorithm Disadvantages.




Grasshopper Social Interaction Mathematical Models: Grasshopper social interaction is defied by Attraction and Repulsion.
  • Grasshopper Distance Range = [0,15].
  • Grasshopper Repulsion Range = [0, 2.079].
  • Grasshopper attraction increases in the interval of [2.079, 4] and then decreases.
  • There is neither attraction nor repulsion between grasshoppers when the distance between 2 grasshoppers is 2.079.
  • Attraction Intensity ( f ) = 0.5.
  • Attraction Length (l)  = 1.5.



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


Comments

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