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

Harmony Search Algorithm Numerical Example | Step-By-Step |~xRay Pixy

Harmony Search Algorithm


Video Chapters: Introduction: 00:00 Harmony Search Algorithm: 01:00 Harmony Search Algorithm Example 1: 04:00 Harmony Search Algorithm Numerical Example 2: 07:26 Harmony Search Algorithm Numerical Example 3: 11:36 Conclusion: 15:00

How does harmony search algorithm work?

Harmony Search Algorithm (HSA) is introduced by Zong Woo Geem and Joong Hoon Kim in 2001. Harmony Search is a music inspired optimization algorithm. Harmony Search Algorithm is basically inspired by the Music Harmony.

Music Harmony refers to the relationship between sound waves coming either from musical instruments or human voices. It is the process by which individual sounds are joined together simultaneously. It is the combination of sound pitches in the music. Pitch is an aspect of sound that we can hear. Through pitch we can check weather sound is High or Low than other musical sound.

Harmony Search Algorithm Main Rules: Musician has 3 choices
  1. Play Famous piece of Music (i.e., known).
  2. Play something similar to the famous piece of Music.
  3. Compose New Music.
Harmony Search Algorithm Steps:
  1. Initialize algorithm parameters such as Harmony Memory, Maximum Iterations, Pitch Adjustment Rate, Harmony Adjustment Rate and Band Width.
  2. Construct initial harmony randomly.
  3. Select Best and Worst Harmony in the harmony memory.
  4. Check While (current iteration <= Maximum Iteration)
  5. Harmony Memory Generation.
  6. Pitch Adjustment.
  7. Update Harmony [harmony replacement after comparison).
  8. Return best harmony as optimal solution.

Click Here to: Watch Now




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