Jump to content

User:P.ranjansingh68/SPIDER MONKEY OPTIMIZATION

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 103.243.237.5 (talk) at 08:38, 21 December 2014. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Spider Monkey Optimization (SMO) is a recent addition in the field of nature inspired optimization algorithms developed by Bansal et al. [1] SMO is based on the intelligent foraging behaviour of spider monkeys. SMO can be broadly classified as a computational intelligence technique for global optimization.

Contents
Background
Development of SMO
Algorithm
Analysis of working of SMO
References

Background

Before, designing a new swarm intelligence based algorithm, it must understand that whether a behaviour is swarm intelligence or not. Two approaches Division of Labour and Self-Organization are the necessary and sufficient conditions for obtaining intelligent swarming behaviours mentioned by Karaboga et.al.

Development of SMO

This page is under progress.

Algorithm

Main steps of Spider Monkey Optimization algorithm(SMO) Similar to the other population-based algorithms, SMO is a trial and error based collaborative iterative process.
There are two important parameter of this algorithm:
1) GlobalLeaderLimit.
2) LocalLeaderLimit.

References