Posts

Showing posts from January 18, 2022

New Post

Sperm Swarm Optimizer || Step-By-Step || ~xRay Pixy

Image
Sperm Swarm Optimizer (SSO) || Step-By-Step || ~xRay Pixy Video Link Click Here:   SSO Learn Sperm Swarm Optimizer Step-By-Step Using Examples. Video Chapters: Sperm Swarm Optimizer 00:00 Introduction 01:20 Topic Covered 01:41 Fertilization Process 07:02 Sperm Swarm Optimizer Simulation 10:14 Sperm Swarm Optimizer Steps 15:27 Conclusion The Sperm Swarm Optimization (SSO) algorithm is a method inspired by how sperm move toward an egg during fertilization.  Swarm Movement : Each sperm (candidate solution) is represented as a point in a multidimensional search space. The sperms work together to find the best solution (the egg). Each sperm's position (location) is adjusted based on its current velocity, its personal best, and the global best.The algorithm keeps updating positions and velocities until an optimal solution is found or a stopping condition is met. Exploration and Exploitation : Exploration: Randomized factors (pH and temperature) allow wide search. Exploitat...

Random Number Generator |Mid Square Method| ~xRay Pixy

Image
Random Number Generator |Mid Square Method|   Algorithm: Step 1: Stating with n (4 digits long) Digit Number.   Step 2: Squaring it. Step 3: For 8 digit: Remove 2 lower and 2 higher order DigitStep 4. For 7 digit: Remove 1 higher-order digit & 2 lower order.Step 5. Repeat step 2. Mistake :   F or  7 digit:  Remove 1  higher-order  digit & 2  lower order. Another Example This method  will either begin repeatedly generating the same number or  Cycle  to a previous number in the sequence and loop indefinitely
More posts