New Post

Markov Chains || Step-By-Step || ~xRay Pixy

Image
Learn Markov Chains step-by-step using real-life examples. Video Chapters: Markov Chains 00:00 Introduction 00:19 Topics Covered 01:49 Markov Chains Applications 02:04 Markov Property 03:18 Example 1 03:54 States, State Space, Transition Probabilities 06:17 Transition Matrix 08:17 Example 02 09:17 Example 03 10:26 Example 04 12:25 Example 05 14:16 Example 06 16:49 Example 07 18:11 Example 08 24:56 Conclusion

Jellyfish Search Optimizer Step-by-Step Leaning with Example ~xRay Pixy

Jellyfish Search Optimizer (2020)


Video Chapters:
Introduction: 00:00
Jellyfish Search Optimizer: 00:26
About Jellyfish: 01:11
Jellyfish Search Optimize Steps: 06:37
Time Control Calculation: 10:50
Passive Motion: 11:59
Action Motion: 12:52
Ocean Current: 15:27
Conclusion: 16:31

Jellyfish: Sea Animals Without Backbone.
Jellyfish Size: 1-16 inch.
Jellyfish Lifespan: 1 Month / 1 Year depend on species.
Jellyfish Diet: Nutrients Plants, Planktons, Small Fishes, Fish eggs.

Jellyfish Search Optimizer is also known as artificial Jellyfish Search Optimizer. Jellyfish Search Optimizer is inspired by jellyfish food searching behavior in the ocean. We can use Jellyfish Search Optimizer to solve Global Optimization problems, Complex real world optimization problems and other.


Jellyfish movements are result due to:
  1. Ocean Current (Horizontal Movement and Vertical Movement).
  2. Jellyfish Motion inside Swarm (Passive Motion and Active Motion).
Time Control mechanism is used to switch jellyfish motion between Active Motion and Passive Motion.

Jellyfish Search Optimizer Steps:
  1. Initialize important parameters randomly.
  2. Initialize population for N individuals randomly.
  3. Check If (current Iteration<=Maximum iterations)
  4. For all Individuals. (i=1:N)
  5. Calculate Time control mechanisms. 
  6. Update position for N individuals. 
  7. Check updated solution boundary.
  8. Evaluate new solutions.
  9. Increment counter and check stopping criteria. 
  10. Display best solution found. 
STEP 05: Calculate Time control mechanisms c(t). 
MaxT = Maximum Number of Iterations
rand = random value (0,1)

STEP 06: Update position for N individuals. 
Jellyfish Motion updated using:
  1. Ocean Current
  2. Active Motion
  3. Passive Motion
How to Calculate Ocean Current?



How to Calculate Passive Motion?


How to Calculate Active Motion?










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