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

Cat and Mouse Optimization Algorithm

 Cat and Mouse Optimization Algorithm (CMOA)

Cat and Mouse Optimization Algorithm is a population based metaheuristic optimization algorithm. Cat and Mouse Optimization Algorithm mimic the natural behavior of Cat attack on the mouse and Mouse escape from the Cat. In this algorithm population is divided into 2 groups: Group of Cats and Group of Mice. Cat and Mice scan the whole search space in this algorithm with their random movements. Each member in the population is a solution to the given problem. Initial population is evaluated using objective function and based on their fitness values population is sorted. Best values in the population as calculated using objective function are considered as Population for Mice and worst values in the population are considered as Population for Cats.

Position Update Procedure in Cat and Mouse Optimization Algorithm (CMOA):

Position Update in CMOA is divided into 2 phases as given below:

  1. First, Move Cats Towards Mice.
  2. Second, Move Mice away from the Cats to save life (i.e., Escape Mice from the Cat).
Cat and Mouse Optimization Algorithm (CMOA) Pseudocode:
  1. Parameter Initialization Phase: Population Size, Maximum Iterations, Design Variables, Fitness Function and Problem Information.
  2. Initialize Population Randomly in the search space.
  3. Evaluate initial population using fitness function.
  4. Rank Population based on fitness values.
  5. Select Population for Mice.
  6. Select population of Cats.
  7. Update Cats Position.
  8. Update Mice Position.
  9. Display best solution. 

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

PSO Python Code || Particle Swarm Optimization in Python || ~xRay Pixy

Bat algorithm Explanation Step by Step with example

Grey Wolf Optimization Algorithm

how is the LBP |Local Binary Pattern| values calculated? Step-by-Step with Example

Grey Wolf Optimization Algorithm Numerical Example

Whale Optimization Algorithm Code Implementation || WOA CODE || ~xRay Pixy