Posts

Showing posts from April 18, 2022

New Post

Intelligent Traffic Management Using || AI & Metaheuristics || ~xRay Pixy

Image
Hybrid Artificial Intelligence and Metaheuristics for Smart City TRafci Management Problem Video Chapters: 00:00 Introduction 00:40 Smart Cities 01:14 Traditional Methods for Traffic Management 02:12 Hybrid Approach AI and Metaheuristics 02:47 STEPS for Hybrid  Traffic Management System 08:40 Advantages of Smart Traffic Management System 09:33 Conclusion

Shark Smell Optimization Algorithm Numerical Example

Image
SHARK SMELL OPTIMIXATION ALGORITHM [ Numerical Example ] Shark Smell Optimization Algorithm is population based Metaheuristic optimization algorithm. Shark Smell Optimization Algorithm is inspired by the Shark food foraging behavior.   Shark Smell Optimization Algorithm Steps: Initialize Algorithm Parameters Initialize Population for N Sharks in the search space. Evaluate Performance. While (current Iteration < Maximum Iteration) Calculate Shark Velocity Calculate Shark Position based on forward movement. Calculate Shark Position based on rotational movement. Identify Shark next position based on forward and rotational movements. Evaluate Performance. End While Display Best Solution. STEP 01: Initial Important Parameters.          Current_Iteration =1;          Maximum_Iteration = 10;          and other. STEP 02: Initial Population Randomly. Suppose, Population Size = 2; Position(1) = -0.9891 Position(2) = -8.3236 STEP 03: Using Fitness Function Calculate Fitness Values. Fitness(1)
More posts