Posts

New Post

Salp Swarm Algorithm || Step-By-Step || Bio-Inspired Optimizer || ~xRay ...

Image
Learn the Salp Swarm Algorithm step-by-step with examples. Video Chapters: Salp Swarm Algorithm (SSA)  00:00 Introduction 00:14 Topics Covered in this Video 00:53  Introduction to Salp Swarm Algorithm 03:56 SSA Working 05:17 SSA Mathematical Models 10:27 SSA Advantages  10:51 SSA Disadvantages 11:08 SSA Structure 11:38 SSA Applications 12:20 Real-Life Application using SSA 12:55 Optimizing Routing in Sensor Networks Using Salp Swarm Algorithm  18:15 Conclusion

Cuckoo Search Algorithm By Levy's Flight

Image
Q. What is the Cuckoo Search Algorithm? A. Cuckoo Search  Algorithm is a Meta-Heuristic Algorithm. Cuckoo Search  Algorithm is inspired by some Cuckoo species laying their eggs in the nest of other species birds. In this algorithm, we have 2 birds Species: Cuckoo birds and Host Birds (i.e., Other Species Bird). Cuckoo bird lay its eggs in the nest of other species birds. This increase their survival and productivity. Q. What happened if Host Bird Discovered Cuckoo Egg?  A.  If Host Bird Discovered Cuckoo Bird Eggs:         1.) The host bird can throw the egg away.         2.) Abandon the nest and build a completely new nest. Mathematically, Each egg represent a solution and it is stored in the host bird nest. In this algorithm Artificial Cuckoo Birds are used. Artificial Cuckoo can lay one egg at a time. We will replace New and better solutions with less fit solutions. It means eggs that are more similar to host bird has opportunity to develop in the new generation and become new cuck
More posts