View RSS Feed

mql5

Population optimization algorithms: Monkey algorithm (MA)

Rate this Entry
by , 05-04-2023 at 02:35 AM (239 Views)
      
   
Name:  article2304.png
Views: 42
Size:  30.2 KB

Monkey Algorithm (MA) is a metaheuristic search algorithm. This article will describe the main components of the algorithm and present solutions for the ascent (upward movement), local jump and global jump. The algorithm was proposed by R. Zhao and W. Tang in 2007. The algorithm simulates the behavior of monkeys as they move and jump over mountains in search of food. It is assumed that the monkeys come from the fact that the higher the mountain, the more food on its top.
more...

Submit "Population optimization algorithms: Monkey algorithm (MA)" to Google Submit "Population optimization algorithms: Monkey algorithm (MA)" to del.icio.us Submit "Population optimization algorithms: Monkey algorithm (MA)" to Digg Submit "Population optimization algorithms: Monkey algorithm (MA)" to reddit

Categories
Uncategorized

Comments