0% found this document useful (0 votes)
27 views

Kuldeep Kumar L-C07561 EECE Deptt. Ccet, CHD

This document discusses swarm intelligence, which involves the collective behaviors that result from the decentralized and self-organized interactions between individuals in a system. It provides examples of swarm systems in nature like ant and termite colonies. The key principles of swarm intelligence include self-organization through positive and negative feedback as well as amplification of fluctuations. Swarm intelligence algorithms are developed by observing natural swarms, creating computational models, extracting metaheuristics, and refining the algorithms through simulation. Such algorithms can optimize results and solve complex problems efficiently.

Uploaded by

Kuldeep Kumar
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views

Kuldeep Kumar L-C07561 EECE Deptt. Ccet, CHD

This document discusses swarm intelligence, which involves the collective behaviors that result from the decentralized and self-organized interactions between individuals in a system. It provides examples of swarm systems in nature like ant and termite colonies. The key principles of swarm intelligence include self-organization through positive and negative feedback as well as amplification of fluctuations. Swarm intelligence algorithms are developed by observing natural swarms, creating computational models, extracting metaheuristics, and refining the algorithms through simulation. Such algorithms can optimize results and solve complex problems efficiently.

Uploaded by

Kuldeep Kumar
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 17

SWARM INTELLIGENCE

Kuldeep kumar
L-C07561 EECE deptt.
CCET, CHD
Purpose of presentation

To know about the various computational


algos.
Brief study of swarm intelligence which
will include it’s evolution ,it’s proerties
and it’s principles
To study applications and algos that uses
swarm techniques
Classes of Search Techniques
Search Techniqes

Calculus Base Guided random search Enumerative


Techniqes techniqes Techniqes

Fibonacci Sort DFS Dynamic BFS


Programming

Tabu Search Hill Simulated Evolutionary


Climbing Anealing Algorithms

Genetic Swarm
Algorithms Algorithms
Simple Evolutionary Algorithm

Initialize the population


while termination condition not met do

Calculate the fitness of each individual in the population


Reproduce selected individuals to form a new population
Perform evolutionary operations such as crossover and
mutation on the population
Loop to step 2 until some condition is met

End while
EVOLUTIONARY COMPUTATION PARADIGMS
What is “Swarm Intelligence”?

is the discipline that deals with natural and artificial systems
 composed of many individuals that coordinate using decentralized
control and self-organization.
focuses on the collective behaviors that result from the local interactions
of the individuals with each other and with their environment.
Examples of systems studied by swarm intelligence are colonies of ants
and termites, schools of fish, flocks of birds, herds of land animals.
Some human artifacts also fall into the domain of swarm intelligence,
notably some multi-robot systems, and also certain computer programs
that are written to tackle optimization
SELF-ORGANIZATION.

“Self-organization is a set of dynamical mechanisms whereby structures


appear at the global level of a system from interactions of its lower-level
components”

The four bases of self-organization


Positive Feedback (amplification)

Negative Feedback (for counter-balance and stabilization)

Amplification Of Fluctuations (randomness, errors, random


walks)

Multiple Interactions
Swarm Intelligence (SI) How ??

Observation Create
Model Extract Metaheuristic

Refine

Simulation Algorithm

Swarm Intelligence 9
Conclusions…..

• The algorithm based on the swarm techniques not


only optimizes the result but also takes less time to
solve complex problems easily.
Any Query
THANKS…

You might also like