SlideShare a Scribd company logo
UNDER THE GUIDENCE OF ABHISHEK PAUL
(ASSISTANT PROFESSOR,ECE DEPT.)
GROUP MEMBERS
 Illiya Manna (23000311015)
 Rajesh Biswas (23000311032)
 Sayantan Sarkar (23000311042)
 Sushmita Das (23000311050)
 Swatantra Saha (23000311051)
 Swayoni Bandopadhyay (23000311052)
CONTENTS
 INTRODUCTION
 NATURAL WATER DROPs
 IMPLEMENTATION OF IWD ALGORITHM
 IWD PSEUDOCODES
 FLOWCHART
 IWD vs ANT COLONY
 APPLICATIONS
 RELATED WORKS
 FUTURE ROADMAP
 CONCLUSION
 REFERENCE
WHAT IS INTELLIGENT WATER
DROP ALGORITHM?
 Intelligent Water Drops algorithm, or the IWD algorithm, is
a
Swarm based nature-inspired optimization algorithm.
 This algorithm contains a few essential elements of natural
water drops and actions and reactions that occur between
river's bed and the water drops that flow within.
 The IWD algorithm can be used for Combinatorial
optimization.
NATURAL WATER DROPS
 In nature, flowing water drops are observed mostly in rivers,
which form huge moving swarms. The paths that a natural
river follows have been created by a swarm of water drops.
For a swarm of water drops, the river in which they flow is
the part of the environment that has been dramatically
changed by the swarm and will also be changed in the
future.
 We are using the concept of the water path in the river. How
they prefers a path with less soil than a path with more soil.
The water drop prefers an easier path to a harder path when
it has to choose between several branches.
IMPLEMENTATION OF IWD ALGORITHMS
 The IWD algorithm employs a number
of IWDs to find the optimal solutions to a
given problem.
 The problem is represented by a graph
(N, E) with the node set N and edge set
E.
 This graph is the environment for the
IWDs and the IWDs flow on the edges of
the graph.
 Each IWD begins constructing its
solution gradually by traveling between
the nodes of the graph along the edges
until the IWD finally completes its
solution denoted by T IWD .
 Each solution T IWD is represented by
the edges that the IWD has visited.
THE IWD PSEUDOCODE
The pseudo-code of an IWD-based algorithm may be specified in
eight steps:
 Static parameter initialization
a) Problem representation in the form of a graph
b) Setting values for static parameters
 Dynamic parameter initialization: soil and velocity of IWDs
 Distribution of IWDs on the problem’s graph
 Solution construction by IWDs along with soil and velocity updating
a) Local soil updating on the graph
b) Soil and velocity updating on the IWDs
 Local search over each IWD’s solution (optional)
 Global soil updating
 Total-best solution updating
 Go to step 2 unless termination condition is satisfied
FLOWCHART
IWD vs ANT COLONY
 Every ant in an Ant Colony Optimization
(ACO) algorithm deposits pheromones on
each edge it visits. In contrast, an IWD
changes the amount of soil on edges.
 In the ACO algorithm, an ant cannot remove
pheromones from an edge whereas in the
IWD algorithm, an IWD can both remove
and add soil to an edge.
 Besides, the IWDs may gain different
velocities throughout an iteration of the IWD
algorithm whereas in ACO algorithms the
velocities of the ants are irrelevant.
RELATED WORKS
Scientists are beginning to realize more and more that nature is a great
source
for inspiration in order to develop intelligent systems and algorithms. In the
field of Computational Intelligence, especially Evolutionary Computation
and
Swarm-based systems, the degree of imitation from nature is surprisingly
high
and we are at the edge of developing and proposing new algorithms and/or
systems, which partially or fully follow nature and the actions and reactions
that happen in a specific natural system or species.
FUTURE SCOPE
We have planned to derive the stability
analysis of IWD and test them in various
functions. We are working along that line.
We will be applying the IWD equations in various
Control System techniques like Routh’s Array, Root
Locus and find out the stability. Then we are going to
derive the block diagram and transfer function. This will
be followed by implementing the transfer functions in
designing filter. Not only that, we are also planning to
implement them for mood detecting mechanisms.
CONCLUSIONS
Some properties that exist in natural water drops flowing in
rivers
are adopted in the algorithm for solving various optimization
problems. The proposed algorithm converges fast to optimum
solutions and finds good and promising results. This research
is in
the beginning stage of using water drops ideas to solve
engineering problems. So, there is much space to improve and
develop the IWD algorithm.
REFERENCE
 An approach to continuous optimization by the Intelligent Water Drops
algorithm Hamed Shah-Hosseini
 An Intelligent Water Drops Algorithm Based Service Selection And
Composition In Service Oriented Architecture By Palani Kumar D,
Gowsalya Elangovan, Rithu B, Anbuselven P
 Applications Of Intelligent Water Drops
THANK YOU

More Related Content

What's hot

ant colony optimization
ant colony optimizationant colony optimization
ant colony optimization
Shankha Goswami
 
Particle Swarm optimization
Particle Swarm optimizationParticle Swarm optimization
Particle Swarm optimization
midhulavijayan
 
Particle swarm optimization
Particle swarm optimizationParticle swarm optimization
Particle swarm optimization
Suman Chatterjee
 
Ant Colony Optimization presentation
Ant Colony Optimization presentationAnt Colony Optimization presentation
Ant Colony Optimization presentationPartha Das
 
Artificial Bee Colony algorithm
Artificial Bee Colony algorithmArtificial Bee Colony algorithm
Artificial Bee Colony algorithm
Ahmed Fouad Ali
 
Ant colony optimization
Ant colony optimizationAnt colony optimization
Ant colony optimization
Joy Dutta
 
Cuckoo search algorithm
Cuckoo search algorithmCuckoo search algorithm
Cuckoo search algorithm
Ahmed Fouad Ali
 
Practical Swarm Optimization (PSO)
Practical Swarm Optimization (PSO)Practical Swarm Optimization (PSO)
Practical Swarm Optimization (PSO)
khashayar Danesh Narooei
 
Bat algorithm
Bat algorithmBat algorithm
Bat algorithm
Rohit Gujar
 
Ant colony optimization
Ant colony optimizationAnt colony optimization
Ant colony optimizationAbdul Rahman
 
Nature-inspired metaheuristic algorithms for optimization and computional int...
Nature-inspired metaheuristic algorithms for optimization and computional int...Nature-inspired metaheuristic algorithms for optimization and computional int...
Nature-inspired metaheuristic algorithms for optimization and computional int...
Xin-She Yang
 
Ant colony optimization
Ant colony optimizationAnt colony optimization
Ant colony optimizationvk1dadhich
 
IntelliLight: A Reinforcement Learning Approach for Intelligent Traffic Light...
IntelliLight: A Reinforcement Learning Approach for Intelligent Traffic Light...IntelliLight: A Reinforcement Learning Approach for Intelligent Traffic Light...
IntelliLight: A Reinforcement Learning Approach for Intelligent Traffic Light...
Yamato OKAMOTO
 
Particle swarm optimization
Particle swarm optimization Particle swarm optimization
Particle swarm optimization
Ahmed Fouad Ali
 
Ant Colony Optimization
Ant Colony OptimizationAnt Colony Optimization
Ant Colony Optimization
Pratik Poddar
 
Particle Swarm Optimization by Rajorshi Mukherjee
Particle Swarm Optimization by Rajorshi MukherjeeParticle Swarm Optimization by Rajorshi Mukherjee
Particle Swarm Optimization by Rajorshi Mukherjee
Rajorshi Mukherjee
 
Ant colony optimization
Ant colony optimizationAnt colony optimization
Ant colony optimization
Suman Chatterjee
 

What's hot (20)

ant colony optimization
ant colony optimizationant colony optimization
ant colony optimization
 
bat algorithm
bat algorithmbat algorithm
bat algorithm
 
Particle Swarm optimization
Particle Swarm optimizationParticle Swarm optimization
Particle Swarm optimization
 
Particle swarm optimization
Particle swarm optimizationParticle swarm optimization
Particle swarm optimization
 
Ant Colony Optimization presentation
Ant Colony Optimization presentationAnt Colony Optimization presentation
Ant Colony Optimization presentation
 
Final project
Final projectFinal project
Final project
 
Artificial Bee Colony algorithm
Artificial Bee Colony algorithmArtificial Bee Colony algorithm
Artificial Bee Colony algorithm
 
Ant colony optimization
Ant colony optimizationAnt colony optimization
Ant colony optimization
 
Cuckoo search algorithm
Cuckoo search algorithmCuckoo search algorithm
Cuckoo search algorithm
 
Practical Swarm Optimization (PSO)
Practical Swarm Optimization (PSO)Practical Swarm Optimization (PSO)
Practical Swarm Optimization (PSO)
 
Bat algorithm
Bat algorithmBat algorithm
Bat algorithm
 
Ant colony optimization
Ant colony optimizationAnt colony optimization
Ant colony optimization
 
Nature-inspired metaheuristic algorithms for optimization and computional int...
Nature-inspired metaheuristic algorithms for optimization and computional int...Nature-inspired metaheuristic algorithms for optimization and computional int...
Nature-inspired metaheuristic algorithms for optimization and computional int...
 
Ant colony optimization
Ant colony optimizationAnt colony optimization
Ant colony optimization
 
IntelliLight: A Reinforcement Learning Approach for Intelligent Traffic Light...
IntelliLight: A Reinforcement Learning Approach for Intelligent Traffic Light...IntelliLight: A Reinforcement Learning Approach for Intelligent Traffic Light...
IntelliLight: A Reinforcement Learning Approach for Intelligent Traffic Light...
 
Particle swarm optimization
Particle swarm optimization Particle swarm optimization
Particle swarm optimization
 
Ant Colony Optimization
Ant Colony OptimizationAnt Colony Optimization
Ant Colony Optimization
 
Particle Swarm Optimization by Rajorshi Mukherjee
Particle Swarm Optimization by Rajorshi MukherjeeParticle Swarm Optimization by Rajorshi Mukherjee
Particle Swarm Optimization by Rajorshi Mukherjee
 
Ant colony optimization
Ant colony optimizationAnt colony optimization
Ant colony optimization
 
Bat Algorithm
Bat AlgorithmBat Algorithm
Bat Algorithm
 

Viewers also liked

Intelligent water drops (Persian)
Intelligent water drops (Persian)Intelligent water drops (Persian)
Intelligent water drops (Persian)
mortezaT
 
nature inspired algorithms
nature inspired algorithmsnature inspired algorithms
nature inspired algorithms
Gaurav Goel
 
Water Drops
Water DropsWater Drops
Water Drops
Vili 48
 
Bat algorithm and applications
Bat algorithm and applicationsBat algorithm and applications
Bat algorithm and applications
Md.Al-imran Roton
 
Bihu
BihuBihu
Virtual Reality
Virtual RealityVirtual Reality
Virtual Reality
100614065martins
 
Grid computing Seminar PPT
Grid computing Seminar PPTGrid computing Seminar PPT
Grid computing Seminar PPTUpender Upr
 

Viewers also liked (7)

Intelligent water drops (Persian)
Intelligent water drops (Persian)Intelligent water drops (Persian)
Intelligent water drops (Persian)
 
nature inspired algorithms
nature inspired algorithmsnature inspired algorithms
nature inspired algorithms
 
Water Drops
Water DropsWater Drops
Water Drops
 
Bat algorithm and applications
Bat algorithm and applicationsBat algorithm and applications
Bat algorithm and applications
 
Bihu
BihuBihu
Bihu
 
Virtual Reality
Virtual RealityVirtual Reality
Virtual Reality
 
Grid computing Seminar PPT
Grid computing Seminar PPTGrid computing Seminar PPT
Grid computing Seminar PPT
 

Similar to INTELLIGENT WATER DROPLET

ANALYSIS OF VORTEX INDUCED VIBRATION USING IFS
ANALYSIS OF VORTEX INDUCED VIBRATION USING IFSANALYSIS OF VORTEX INDUCED VIBRATION USING IFS
ANALYSIS OF VORTEX INDUCED VIBRATION USING IFS
IJCI JOURNAL
 
Ijciet 08 02_025
Ijciet 08 02_025Ijciet 08 02_025
Ijciet 08 02_025
IAEME Publication
 
COMPARISON OF LABVIEW WITH SAP2000 AND NONLIN FOR STRUCTURAL DYNAMICS PROBLEMS
COMPARISON OF LABVIEW WITH SAP2000 AND NONLIN FOR STRUCTURAL DYNAMICS PROBLEMSCOMPARISON OF LABVIEW WITH SAP2000 AND NONLIN FOR STRUCTURAL DYNAMICS PROBLEMS
COMPARISON OF LABVIEW WITH SAP2000 AND NONLIN FOR STRUCTURAL DYNAMICS PROBLEMS
IAEME Publication
 
Narendra parmar
Narendra parmarNarendra parmar
Narendra parmar
Narendra Kumar
 
Introduction to Groundwater Modelling
Introduction to Groundwater ModellingIntroduction to Groundwater Modelling
Introduction to Groundwater ModellingC. P. Kumar
 
10.1.1.1039.4745
10.1.1.1039.474510.1.1.1039.4745
10.1.1.1039.4745
aboma2hawi
 
Rodriguez_et_al_SWOT_IGARSS2011.ppt
Rodriguez_et_al_SWOT_IGARSS2011.pptRodriguez_et_al_SWOT_IGARSS2011.ppt
Rodriguez_et_al_SWOT_IGARSS2011.pptgrssieee
 
Rodriguez_et_al_SWOT_IGARSS2011.ppt
Rodriguez_et_al_SWOT_IGARSS2011.pptRodriguez_et_al_SWOT_IGARSS2011.ppt
Rodriguez_et_al_SWOT_IGARSS2011.pptgrssieee
 
Härnvall and fornaseri poster project 9
Härnvall and fornaseri   poster project 9Härnvall and fornaseri   poster project 9
Härnvall and fornaseri poster project 9Paolo Fornaseri
 
Water 07-02214
Water 07-02214Water 07-02214
Water 07-02214
Alberto Villalobos Silva
 
Directions OGC CHISP-1 Webinar Slides
Directions OGC CHISP-1 Webinar SlidesDirections OGC CHISP-1 Webinar Slides
Directions OGC CHISP-1 Webinar SlidesAlex Joseph
 
35000720068paullll.pptx
35000720068paullll.pptx35000720068paullll.pptx
35000720068paullll.pptx
JoyRoy72
 
ME_35000719001.pptx
ME_35000719001.pptxME_35000719001.pptx
ME_35000719001.pptx
43SumantaDas
 
EcoTas13 BradEvans e-MAST
EcoTas13 BradEvans e-MASTEcoTas13 BradEvans e-MAST
EcoTas13 BradEvans e-MAST
TERN Australia
 
Fluent and Gambit Workshop
Fluent and Gambit WorkshopFluent and Gambit Workshop
Fluent and Gambit Workshop
khalid_nitt
 
Final Ppt.pdf
Final Ppt.pdfFinal Ppt.pdf
Final Ppt.pdf
YuvvrajSingh3
 
Data Requirements for Groundwater Modelling
Data Requirements for Groundwater ModellingData Requirements for Groundwater Modelling
Data Requirements for Groundwater Modelling
C. P. Kumar
 
Applications of Artificial Neural Networks in Civil Engineering
Applications of Artificial Neural Networks in Civil EngineeringApplications of Artificial Neural Networks in Civil Engineering
Applications of Artificial Neural Networks in Civil Engineering
Pramey Zode
 

Similar to INTELLIGENT WATER DROPLET (20)

ScholarsWeek
ScholarsWeekScholarsWeek
ScholarsWeek
 
ANALYSIS OF VORTEX INDUCED VIBRATION USING IFS
ANALYSIS OF VORTEX INDUCED VIBRATION USING IFSANALYSIS OF VORTEX INDUCED VIBRATION USING IFS
ANALYSIS OF VORTEX INDUCED VIBRATION USING IFS
 
Ijciet 08 02_025
Ijciet 08 02_025Ijciet 08 02_025
Ijciet 08 02_025
 
COMPARISON OF LABVIEW WITH SAP2000 AND NONLIN FOR STRUCTURAL DYNAMICS PROBLEMS
COMPARISON OF LABVIEW WITH SAP2000 AND NONLIN FOR STRUCTURAL DYNAMICS PROBLEMSCOMPARISON OF LABVIEW WITH SAP2000 AND NONLIN FOR STRUCTURAL DYNAMICS PROBLEMS
COMPARISON OF LABVIEW WITH SAP2000 AND NONLIN FOR STRUCTURAL DYNAMICS PROBLEMS
 
Narendra parmar
Narendra parmarNarendra parmar
Narendra parmar
 
Introduction to Groundwater Modelling
Introduction to Groundwater ModellingIntroduction to Groundwater Modelling
Introduction to Groundwater Modelling
 
10.1.1.1039.4745
10.1.1.1039.474510.1.1.1039.4745
10.1.1.1039.4745
 
Rodriguez_et_al_SWOT_IGARSS2011.ppt
Rodriguez_et_al_SWOT_IGARSS2011.pptRodriguez_et_al_SWOT_IGARSS2011.ppt
Rodriguez_et_al_SWOT_IGARSS2011.ppt
 
Rodriguez_et_al_SWOT_IGARSS2011.ppt
Rodriguez_et_al_SWOT_IGARSS2011.pptRodriguez_et_al_SWOT_IGARSS2011.ppt
Rodriguez_et_al_SWOT_IGARSS2011.ppt
 
Härnvall and fornaseri poster project 9
Härnvall and fornaseri   poster project 9Härnvall and fornaseri   poster project 9
Härnvall and fornaseri poster project 9
 
Water 07-02214
Water 07-02214Water 07-02214
Water 07-02214
 
Directions OGC CHISP-1 Webinar Slides
Directions OGC CHISP-1 Webinar SlidesDirections OGC CHISP-1 Webinar Slides
Directions OGC CHISP-1 Webinar Slides
 
PID3625745
PID3625745PID3625745
PID3625745
 
35000720068paullll.pptx
35000720068paullll.pptx35000720068paullll.pptx
35000720068paullll.pptx
 
ME_35000719001.pptx
ME_35000719001.pptxME_35000719001.pptx
ME_35000719001.pptx
 
EcoTas13 BradEvans e-MAST
EcoTas13 BradEvans e-MASTEcoTas13 BradEvans e-MAST
EcoTas13 BradEvans e-MAST
 
Fluent and Gambit Workshop
Fluent and Gambit WorkshopFluent and Gambit Workshop
Fluent and Gambit Workshop
 
Final Ppt.pdf
Final Ppt.pdfFinal Ppt.pdf
Final Ppt.pdf
 
Data Requirements for Groundwater Modelling
Data Requirements for Groundwater ModellingData Requirements for Groundwater Modelling
Data Requirements for Groundwater Modelling
 
Applications of Artificial Neural Networks in Civil Engineering
Applications of Artificial Neural Networks in Civil EngineeringApplications of Artificial Neural Networks in Civil Engineering
Applications of Artificial Neural Networks in Civil Engineering
 

Recently uploaded

一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
BrazilAccount1
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
Vijay Dialani, PhD
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
ongomchris
 

Recently uploaded (20)

一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
 

INTELLIGENT WATER DROPLET

  • 1. UNDER THE GUIDENCE OF ABHISHEK PAUL (ASSISTANT PROFESSOR,ECE DEPT.)
  • 2. GROUP MEMBERS  Illiya Manna (23000311015)  Rajesh Biswas (23000311032)  Sayantan Sarkar (23000311042)  Sushmita Das (23000311050)  Swatantra Saha (23000311051)  Swayoni Bandopadhyay (23000311052)
  • 3. CONTENTS  INTRODUCTION  NATURAL WATER DROPs  IMPLEMENTATION OF IWD ALGORITHM  IWD PSEUDOCODES  FLOWCHART  IWD vs ANT COLONY  APPLICATIONS  RELATED WORKS  FUTURE ROADMAP  CONCLUSION  REFERENCE
  • 4. WHAT IS INTELLIGENT WATER DROP ALGORITHM?  Intelligent Water Drops algorithm, or the IWD algorithm, is a Swarm based nature-inspired optimization algorithm.  This algorithm contains a few essential elements of natural water drops and actions and reactions that occur between river's bed and the water drops that flow within.  The IWD algorithm can be used for Combinatorial optimization.
  • 5. NATURAL WATER DROPS  In nature, flowing water drops are observed mostly in rivers, which form huge moving swarms. The paths that a natural river follows have been created by a swarm of water drops. For a swarm of water drops, the river in which they flow is the part of the environment that has been dramatically changed by the swarm and will also be changed in the future.  We are using the concept of the water path in the river. How they prefers a path with less soil than a path with more soil. The water drop prefers an easier path to a harder path when it has to choose between several branches.
  • 6. IMPLEMENTATION OF IWD ALGORITHMS  The IWD algorithm employs a number of IWDs to find the optimal solutions to a given problem.  The problem is represented by a graph (N, E) with the node set N and edge set E.  This graph is the environment for the IWDs and the IWDs flow on the edges of the graph.  Each IWD begins constructing its solution gradually by traveling between the nodes of the graph along the edges until the IWD finally completes its solution denoted by T IWD .  Each solution T IWD is represented by the edges that the IWD has visited.
  • 7. THE IWD PSEUDOCODE The pseudo-code of an IWD-based algorithm may be specified in eight steps:  Static parameter initialization a) Problem representation in the form of a graph b) Setting values for static parameters  Dynamic parameter initialization: soil and velocity of IWDs  Distribution of IWDs on the problem’s graph  Solution construction by IWDs along with soil and velocity updating a) Local soil updating on the graph b) Soil and velocity updating on the IWDs  Local search over each IWD’s solution (optional)  Global soil updating  Total-best solution updating  Go to step 2 unless termination condition is satisfied
  • 9. IWD vs ANT COLONY  Every ant in an Ant Colony Optimization (ACO) algorithm deposits pheromones on each edge it visits. In contrast, an IWD changes the amount of soil on edges.  In the ACO algorithm, an ant cannot remove pheromones from an edge whereas in the IWD algorithm, an IWD can both remove and add soil to an edge.  Besides, the IWDs may gain different velocities throughout an iteration of the IWD algorithm whereas in ACO algorithms the velocities of the ants are irrelevant.
  • 10. RELATED WORKS Scientists are beginning to realize more and more that nature is a great source for inspiration in order to develop intelligent systems and algorithms. In the field of Computational Intelligence, especially Evolutionary Computation and Swarm-based systems, the degree of imitation from nature is surprisingly high and we are at the edge of developing and proposing new algorithms and/or systems, which partially or fully follow nature and the actions and reactions that happen in a specific natural system or species.
  • 11. FUTURE SCOPE We have planned to derive the stability analysis of IWD and test them in various functions. We are working along that line. We will be applying the IWD equations in various Control System techniques like Routh’s Array, Root Locus and find out the stability. Then we are going to derive the block diagram and transfer function. This will be followed by implementing the transfer functions in designing filter. Not only that, we are also planning to implement them for mood detecting mechanisms.
  • 12. CONCLUSIONS Some properties that exist in natural water drops flowing in rivers are adopted in the algorithm for solving various optimization problems. The proposed algorithm converges fast to optimum solutions and finds good and promising results. This research is in the beginning stage of using water drops ideas to solve engineering problems. So, there is much space to improve and develop the IWD algorithm.
  • 13. REFERENCE  An approach to continuous optimization by the Intelligent Water Drops algorithm Hamed Shah-Hosseini  An Intelligent Water Drops Algorithm Based Service Selection And Composition In Service Oriented Architecture By Palani Kumar D, Gowsalya Elangovan, Rithu B, Anbuselven P  Applications Of Intelligent Water Drops