SlideShare a Scribd company logo
POLAR BEAR
OPTIMIZATION ALGORITHM
CONTENTS
• Optimization and its spirit
• Optimization Problem
• Power System Economics and Optimization
• Optimization Algorithms
• Heuristics and Meta-Heuristics
• Taxonomy of Optimization Algorithms
• Key Points from Taxonomy
• Polar Bear Optimization Algorithm (PBO)
• PBO Steps
• Case Study
• Questions?
OPTIMIZATION AND ITS SPIRIT
• Optimization is achieving the best with the available resources while satisfying the
constraints
• We optimize in our daily lives. Nature seems to have optimized almost everything
• It is not an exaggeration; indeed everything can be optimized.
• It is simply a question of knowing what is the best, what the issues are, and how we can
achieve it
• This is the most important thing in optimization; we need to know what we want to improve
to the extreme.
• Extreme can be a maximum or minimum, depending on the identified objective.
• We call it an objective function because it must depend on some variables in order to
optimize.
• The objective function should be a function of optimization variables
OPTIMIZATION PROBLEM
• Optimization problems can be classified based on the
type of constraints, nature of design variables,
physical structure of the problem, nature of the
equations involved, deterministic nature of the
variables, permissible value of the design variables,
separability of the functions and number of objective
functions
OPTIMIZATION PROBLEM
POWER SYSTEM ECONOMICS
AND OPTIMIZATION
• Economics is driving force in all ventures; power
industry is no exception
• Optimization also plays a pivotal role in power system
economic problems
• Power system economic problems include
• Economic dispatch
• Unit Commitment
• Dynamic Economic Dispatch
OPTIMIZATION ALGORITHMS
• Generally, optimization algorithms can be divided in two basic
classes:
• Deterministic algorithms
• Probabilistic algorithms
• In each iteration of deterministic algorithms there exists at most
one way to proceed if infeasible process terminates
• Deterministic algorithms do not contain instructions that use
random numbers in order to decide what to do or how to modify
data.
• Probabilistic approach results in multiple solutions with a varying
degree of correctness and fitness. They can employ random or
stochastic functions.
HEURISTIC AND META-
HEURISTIC
• Heuristics are part of optimization algorithms that:
• Use the information currently gathered by the algorithm to help to decide
which solution candidate should be tested next or how the next
individual can be produced.
• Are usually problem class dependent.
• Define the processing order of the solution candidates in deterministic
algorithms
• Are used to select elements of the search space that are to be
considered in further computations in probabilistic algorithm
• A meta-heuristic is a method for solving very general classes
of problems.
• It combines objective functions or heuristics in an abstract and hopefully
efficient way, usually without utilizing deeper insight into their structure, i.
e., by treating them as black-box-procedures.
TAXONOMY OF
OPTIMIZATION
ALGORITHMS
KEY POINTS FROM TAXONOMY
• Inspiration (Evolution, Nature, Natural phenomenon)
• An important class of probabilistic Monte Carlo meta-
heuristics is Evolutionary Computation. It encompasses
all algorithms that are based on a set of multiple solution
candidates (called population) which are iteratively
refined.
• Each algorithm in this class has two distinct phases local
search and global search.
POLAR BEAR
OPTIMIZATION
ALGORITHM (PBO)
• Nature inspired meta heuristic
optimization algorithm
• Inspired from hunting mechanism of Polar
Bears in arctic region
• Novel evolutionary computational
technique that combines three distinct
features (local, global and dynamic
population)
• Least number of control parameters
POLAR BEAR
OPTIMIZATION
ALGORITHM (PBO)
• Some significant features of Polar Bears life
in arctic region are listed below:
• Deadliest predators in the harsh arctic region
• Thick white fur helps them to hide in plain sight
and prevents them from freezing
• Prime food source is seals but they also eat fish
or other arctic animals
• A normal adult polar bear consumes 60kg of seal
• They can travel large distances by drifting on ice
floats
• Once in sight they can swiftly encircle their prey
through ice or water and kill it with their fangs and
paws
PBO STEPS
• PBO algorithm transforms this behavior into following
sequence of steps
• Initializing population
• Global Search
• Local Search
• Dynamic Population
POPULATION INITIALIZATION
• Unique structure of population initialization
• Initialized at 70-75% of maximum limit
• Random population initialization using normal
distribution within limits
• Variety can be introduced by using different initializing
schemes
• A bear is represented as
GLOBAL
SEARCH
• In case of unavailability
of food in local vicinity
Polar Bears tend to
float on ice bergs to a
more feasible location.
• Mathematical model
mimics this drifting
behavior of Polar Bears
GLOBAL
SEARCH
• ( 𝑥𝑗
𝑡
)𝑖
= ( 𝑥𝑗
𝑡−1
)𝑖
+𝑠𝑖𝑔𝑛 ω α + γ
• Where ( 𝑥𝑗
𝑡
)𝑖
is movement of i-th polar bear
having j coordinates in t-th iteration towards
the optimum, α is random number in range
(0,1), ω is distance between the present
bear and optimum bear and γ is random
number in the range (0,ω).The distance is
dealt in Euclidian metrics and is given as
• 𝑑(( 𝑥) 𝑖
, 𝑥) 𝑗
= 𝑘=0
𝑛−1
( 𝑥 𝑘
𝑖 − (𝑥 𝑘)(𝑗))2
LOCAL SEARCH
• When prey is available in local vicinity bears
encirlce stab it with their fangs.
• Bears have thick fur and large paws that allow
them to approach their prey swiftly through ice
and water alike.
• Movement of each individual was visualized
as a movement along modified excerpt from
the trifolium leaf equation starting from the
current position of the polar bear.
• The radius of the view of a polar bear can be
represented by two parameters: a ∈ (0, 0.3)
which regulates the distance in which polar
bear can see
the seal, and φ0 ∈ (0, π/2) the angle of the
tumbling around the victim.
LOCAL SEARCH
• These parameters are used to
define vision radius as
• 𝑟 = 4 acos 𝛷𝑜 𝑠𝑖𝑛(𝛷𝑜)
• The radius is used to compute movement in local
search space for each coordinate
•
𝑥0
𝑛𝑒𝑤
= 𝑥0
𝑎𝑐𝑡𝑢𝑎𝑙
± 𝑟𝑐𝑜𝑠(𝛷1)
𝑥1
𝑛𝑒𝑤
= 𝑥1
𝑎𝑐𝑡𝑢𝑎𝑙
± [𝑟𝑠𝑖𝑛 𝛷1 + 𝑟𝑐𝑜𝑠 𝛷2 ]
𝑥2
𝑛𝑒𝑤
= 𝑥2
𝑎𝑐𝑡𝑢𝑎𝑙
± [𝑟𝑠𝑖𝑛 𝛷1 + 𝑟𝑠𝑖𝑛 𝛷2 + 𝑟𝑐𝑜𝑠 𝛷3 ]
…
𝑥 𝑛−2
𝑛𝑒𝑤
= 𝑥 𝑛−2
𝑎𝑐𝑡𝑢𝑎𝑙
± [ 𝑘=1
𝑛−2
𝑟𝑠𝑖𝑛 𝛷 𝑘 + 𝑟𝑐𝑜𝑠 𝛷 𝑛−1 ]
𝑥 𝑛−1
𝑛𝑒𝑤
= 𝑥 𝑛−1
𝑎𝑐𝑡𝑢𝑎𝑙
± [ 𝑘=1
𝑛−2
𝑟𝑠𝑖𝑛 𝛷 𝑘 + 𝑟𝑠𝑖𝑛 𝛷 𝑛−1 ]
DYNAMIC POPULATION
• Mimics the natural phenomenon of life and death in
harsh artic weather
• Introduces diversity and dynamism in population
• Reduces unnecessary calculations
• To implement this strategy a new constant k is
introduced having value in range (0,1)
•
𝐷𝑒𝑎𝑡ℎ 𝑖𝑓 𝑘 < 0.25
𝑅𝑒𝑝𝑟𝑜𝑑𝑢𝑐𝑡𝑖𝑜𝑛 𝑖𝑓 𝑘 > 0.75
DYNAMIC POPULATION
• The individuals are destroyed depending on k until
population in above 50% whereas the reproduced
individual is given as:
• ( 𝑥 𝑗
𝑡
) 𝑟𝑒𝑝𝑟𝑜𝑑𝑢𝑐𝑒𝑑
=
𝑥 𝑗
𝑡(𝑏𝑒𝑠𝑡)
+ 𝑥 𝑗
𝑡(𝑖)
2
• Where 𝑥𝑗
𝑡(𝑏𝑒𝑠𝑡)
the best solution is up to current
iteration and 𝑥𝑗
𝑡(𝑖)
is chosen randomly from among top
10% of best individuals up to current iteration
CASE STUDY
• IEEE 3-Unit Test System
ANY
QUESTION
S?
THANKS

More Related Content

What's hot

Bayesian Global Optimization
Bayesian Global OptimizationBayesian Global Optimization
Bayesian Global Optimization
Amazon Web Services
 
Forest ecology and biodiversity
Forest ecology and biodiversityForest ecology and biodiversity
Forest ecology and biodiversity
Vivek Srivastava
 
Bat Algorithm_Basics
Bat Algorithm_BasicsBat Algorithm_Basics
Bat Algorithm_Basics
Designage Solutions
 
Evolutionary Computing
Evolutionary ComputingEvolutionary Computing
Evolutionary Computing
Madhawa Gunasekara
 
Artificial fish swarm optimization
Artificial fish swarm optimizationArtificial fish swarm optimization
Artificial fish swarm optimization
Ahmed Fouad Ali
 
Heuristic search-in-artificial-intelligence
Heuristic search-in-artificial-intelligenceHeuristic search-in-artificial-intelligence
Heuristic search-in-artificial-intelligence
grinu
 
Experimental Design
Experimental  DesignExperimental  Design
Experimental Design
GreenAvatar
 
Simulated Annealing
Simulated AnnealingSimulated Annealing
Simulated Annealing
Joy Dutta
 
Sustainable Forest Management Plan for Ismailly Forest Management Unit in Aze...
Sustainable Forest Management Plan for Ismailly Forest Management Unit in Aze...Sustainable Forest Management Plan for Ismailly Forest Management Unit in Aze...
Sustainable Forest Management Plan for Ismailly Forest Management Unit in Aze...
ENPI FLEG
 
Butterfly optimization algorithm
Butterfly optimization algorithmButterfly optimization algorithm
Butterfly optimization algorithm
Ahmed Fouad Ali
 
Simulated annealing-global optimization algorithm
Simulated annealing-global optimization algorithmSimulated annealing-global optimization algorithm
Simulated annealing-global optimization algorithm
Akhil Prabhakar
 
Genetic algorithm raktim
Genetic algorithm raktimGenetic algorithm raktim
Genetic algorithm raktim
Raktim Halder
 
Optimization technique genetic algorithm
Optimization technique genetic algorithmOptimization technique genetic algorithm
Optimization technique genetic algorithm
Uday Wankar
 
Stochastic Gradient Decent (SGD).pptx
Stochastic Gradient Decent (SGD).pptxStochastic Gradient Decent (SGD).pptx
Stochastic Gradient Decent (SGD).pptx
Shubham Jaybhaye
 
Blackbuck
Blackbuck Blackbuck
Blackbuck
PoojaVishnoi7
 
Introduction to Genetic Algorithms
Introduction to Genetic AlgorithmsIntroduction to Genetic Algorithms
Introduction to Genetic Algorithms
Ahmed Othman
 
Coppice system sanjay tiwari
Coppice system  sanjay tiwariCoppice system  sanjay tiwari
Coppice system sanjay tiwari
sahl_2fast
 
Unsupervised learning: Clustering
Unsupervised learning: ClusteringUnsupervised learning: Clustering
Unsupervised learning: Clustering
Deepak George
 
Artificial bee colony algorithm
Artificial bee colony algorithmArtificial bee colony algorithm
Artificial bee colony algorithm
Satyasis Mishra
 
Introduction to Genetic Algorithms 2014
Introduction to Genetic Algorithms 2014Introduction to Genetic Algorithms 2014
Introduction to Genetic Algorithms 2014
Aleksander Stensby
 

What's hot (20)

Bayesian Global Optimization
Bayesian Global OptimizationBayesian Global Optimization
Bayesian Global Optimization
 
Forest ecology and biodiversity
Forest ecology and biodiversityForest ecology and biodiversity
Forest ecology and biodiversity
 
Bat Algorithm_Basics
Bat Algorithm_BasicsBat Algorithm_Basics
Bat Algorithm_Basics
 
Evolutionary Computing
Evolutionary ComputingEvolutionary Computing
Evolutionary Computing
 
Artificial fish swarm optimization
Artificial fish swarm optimizationArtificial fish swarm optimization
Artificial fish swarm optimization
 
Heuristic search-in-artificial-intelligence
Heuristic search-in-artificial-intelligenceHeuristic search-in-artificial-intelligence
Heuristic search-in-artificial-intelligence
 
Experimental Design
Experimental  DesignExperimental  Design
Experimental Design
 
Simulated Annealing
Simulated AnnealingSimulated Annealing
Simulated Annealing
 
Sustainable Forest Management Plan for Ismailly Forest Management Unit in Aze...
Sustainable Forest Management Plan for Ismailly Forest Management Unit in Aze...Sustainable Forest Management Plan for Ismailly Forest Management Unit in Aze...
Sustainable Forest Management Plan for Ismailly Forest Management Unit in Aze...
 
Butterfly optimization algorithm
Butterfly optimization algorithmButterfly optimization algorithm
Butterfly optimization algorithm
 
Simulated annealing-global optimization algorithm
Simulated annealing-global optimization algorithmSimulated annealing-global optimization algorithm
Simulated annealing-global optimization algorithm
 
Genetic algorithm raktim
Genetic algorithm raktimGenetic algorithm raktim
Genetic algorithm raktim
 
Optimization technique genetic algorithm
Optimization technique genetic algorithmOptimization technique genetic algorithm
Optimization technique genetic algorithm
 
Stochastic Gradient Decent (SGD).pptx
Stochastic Gradient Decent (SGD).pptxStochastic Gradient Decent (SGD).pptx
Stochastic Gradient Decent (SGD).pptx
 
Blackbuck
Blackbuck Blackbuck
Blackbuck
 
Introduction to Genetic Algorithms
Introduction to Genetic AlgorithmsIntroduction to Genetic Algorithms
Introduction to Genetic Algorithms
 
Coppice system sanjay tiwari
Coppice system  sanjay tiwariCoppice system  sanjay tiwari
Coppice system sanjay tiwari
 
Unsupervised learning: Clustering
Unsupervised learning: ClusteringUnsupervised learning: Clustering
Unsupervised learning: Clustering
 
Artificial bee colony algorithm
Artificial bee colony algorithmArtificial bee colony algorithm
Artificial bee colony algorithm
 
Introduction to Genetic Algorithms 2014
Introduction to Genetic Algorithms 2014Introduction to Genetic Algorithms 2014
Introduction to Genetic Algorithms 2014
 

Similar to Polar bear optimization for ED

Nature-inspired optimization algorithms (NIOAs).pdf
Nature-inspired optimization algorithms (NIOAs).pdfNature-inspired optimization algorithms (NIOAs).pdf
Nature-inspired optimization algorithms (NIOAs).pdf
Cairo University
 
Ga ppt (1)
Ga ppt (1)Ga ppt (1)
Ga ppt (1)
RAHUL SOLANKI
 
Final presentation
Final presentationFinal presentation
Final presentation
Ajay Yadav
 
STUDY ON PROJECT MANAGEMENT THROUGH GENETIC ALGORITHM
STUDY ON PROJECT MANAGEMENT THROUGH GENETIC ALGORITHMSTUDY ON PROJECT MANAGEMENT THROUGH GENETIC ALGORITHM
STUDY ON PROJECT MANAGEMENT THROUGH GENETIC ALGORITHM
Avay Minni
 
CI_L02_Optimization_ag2_eng.pdf
CI_L02_Optimization_ag2_eng.pdfCI_L02_Optimization_ag2_eng.pdf
CI_L02_Optimization_ag2_eng.pdf
SantiagoGarridoBulln
 
Genetic algorithms
Genetic algorithmsGenetic algorithms
Genetic algorithms
Sadhana Singh
 
Particle swarm optimization (PSO) ppt presentation
Particle swarm optimization (PSO) ppt presentationParticle swarm optimization (PSO) ppt presentation
Particle swarm optimization (PSO) ppt presentation
LatestShorts
 
Genetic Algorithms : A class of Evolutionary Algorithms
Genetic Algorithms : A class of Evolutionary AlgorithmsGenetic Algorithms : A class of Evolutionary Algorithms
Genetic Algorithms : A class of Evolutionary Algorithms
Kavya Barnadhya Hazarika
 
docking
docking docking
docking
prateek kumar
 
UNIT-5 Optimization (Part-1).ppt
UNIT-5 Optimization (Part-1).pptUNIT-5 Optimization (Part-1).ppt
UNIT-5 Optimization (Part-1).ppt
TvVignesh3
 
Fuzzy logic
Fuzzy logicFuzzy logic
Fuzzy logic
AdPatel5
 
Migration study on a Pareto-based island model for MOACOs
Migration study on a Pareto-based island model for MOACOsMigration study on a Pareto-based island model for MOACOs
Migration study on a Pareto-based island model for MOACOs
Antonio Mora
 
Genetic Algorithms - Artificial Intelligence
Genetic Algorithms - Artificial IntelligenceGenetic Algorithms - Artificial Intelligence
Genetic Algorithms - Artificial Intelligence
Sahil Kumar
 
CI_L11_Optimization_ag2_eng.pptx
CI_L11_Optimization_ag2_eng.pptxCI_L11_Optimization_ag2_eng.pptx
CI_L11_Optimization_ag2_eng.pptx
SantiagoGarridoBulln
 
NIPS KANSAI Reading Group #5: State Aware Imitation Learning
NIPS KANSAI Reading Group #5: State Aware Imitation LearningNIPS KANSAI Reading Group #5: State Aware Imitation Learning
NIPS KANSAI Reading Group #5: State Aware Imitation Learning
Eiji Uchibe
 
introduction of genetic algorithm
introduction of genetic algorithmintroduction of genetic algorithm
introduction of genetic algorithm
ritambharaaatre
 
Multi-Domain Diversity Preservation to Mitigate Particle Stagnation and Enab...
Multi-Domain Diversity Preservation to Mitigate Particle Stagnation and Enab...Multi-Domain Diversity Preservation to Mitigate Particle Stagnation and Enab...
Multi-Domain Diversity Preservation to Mitigate Particle Stagnation and Enab...
Weiyang Tong
 
Artificial Intelligence - Hill climbing.
Artificial Intelligence - Hill climbing.Artificial Intelligence - Hill climbing.
Artificial Intelligence - Hill climbing.
StephenTec
 
Fuzzy logic 2014
Fuzzy logic 2014Fuzzy logic 2014
Fuzzy logic 2014
Nishant Naik
 
Heuristic search
Heuristic searchHeuristic search
Heuristic search
NivethaS35
 

Similar to Polar bear optimization for ED (20)

Nature-inspired optimization algorithms (NIOAs).pdf
Nature-inspired optimization algorithms (NIOAs).pdfNature-inspired optimization algorithms (NIOAs).pdf
Nature-inspired optimization algorithms (NIOAs).pdf
 
Ga ppt (1)
Ga ppt (1)Ga ppt (1)
Ga ppt (1)
 
Final presentation
Final presentationFinal presentation
Final presentation
 
STUDY ON PROJECT MANAGEMENT THROUGH GENETIC ALGORITHM
STUDY ON PROJECT MANAGEMENT THROUGH GENETIC ALGORITHMSTUDY ON PROJECT MANAGEMENT THROUGH GENETIC ALGORITHM
STUDY ON PROJECT MANAGEMENT THROUGH GENETIC ALGORITHM
 
CI_L02_Optimization_ag2_eng.pdf
CI_L02_Optimization_ag2_eng.pdfCI_L02_Optimization_ag2_eng.pdf
CI_L02_Optimization_ag2_eng.pdf
 
Genetic algorithms
Genetic algorithmsGenetic algorithms
Genetic algorithms
 
Particle swarm optimization (PSO) ppt presentation
Particle swarm optimization (PSO) ppt presentationParticle swarm optimization (PSO) ppt presentation
Particle swarm optimization (PSO) ppt presentation
 
Genetic Algorithms : A class of Evolutionary Algorithms
Genetic Algorithms : A class of Evolutionary AlgorithmsGenetic Algorithms : A class of Evolutionary Algorithms
Genetic Algorithms : A class of Evolutionary Algorithms
 
docking
docking docking
docking
 
UNIT-5 Optimization (Part-1).ppt
UNIT-5 Optimization (Part-1).pptUNIT-5 Optimization (Part-1).ppt
UNIT-5 Optimization (Part-1).ppt
 
Fuzzy logic
Fuzzy logicFuzzy logic
Fuzzy logic
 
Migration study on a Pareto-based island model for MOACOs
Migration study on a Pareto-based island model for MOACOsMigration study on a Pareto-based island model for MOACOs
Migration study on a Pareto-based island model for MOACOs
 
Genetic Algorithms - Artificial Intelligence
Genetic Algorithms - Artificial IntelligenceGenetic Algorithms - Artificial Intelligence
Genetic Algorithms - Artificial Intelligence
 
CI_L11_Optimization_ag2_eng.pptx
CI_L11_Optimization_ag2_eng.pptxCI_L11_Optimization_ag2_eng.pptx
CI_L11_Optimization_ag2_eng.pptx
 
NIPS KANSAI Reading Group #5: State Aware Imitation Learning
NIPS KANSAI Reading Group #5: State Aware Imitation LearningNIPS KANSAI Reading Group #5: State Aware Imitation Learning
NIPS KANSAI Reading Group #5: State Aware Imitation Learning
 
introduction of genetic algorithm
introduction of genetic algorithmintroduction of genetic algorithm
introduction of genetic algorithm
 
Multi-Domain Diversity Preservation to Mitigate Particle Stagnation and Enab...
Multi-Domain Diversity Preservation to Mitigate Particle Stagnation and Enab...Multi-Domain Diversity Preservation to Mitigate Particle Stagnation and Enab...
Multi-Domain Diversity Preservation to Mitigate Particle Stagnation and Enab...
 
Artificial Intelligence - Hill climbing.
Artificial Intelligence - Hill climbing.Artificial Intelligence - Hill climbing.
Artificial Intelligence - Hill climbing.
 
Fuzzy logic 2014
Fuzzy logic 2014Fuzzy logic 2014
Fuzzy logic 2014
 
Heuristic search
Heuristic searchHeuristic search
Heuristic search
 

Recently uploaded

gray level transformation unit 3(image processing))
gray level transformation unit 3(image processing))gray level transformation unit 3(image processing))
gray level transformation unit 3(image processing))
shivani5543
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
171ticu
 
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURSCompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
RamonNovais6
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
171ticu
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
JamalHussainArman
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
Transformers design and coooling methods
Transformers design and coooling methodsTransformers design and coooling methods
Transformers design and coooling methods
Roger Rozario
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
IJECEIAES
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
zubairahmad848137
 
Textile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdfTextile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdf
NazakatAliKhoso2
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
Material for memory and display system h
Material for memory and display system hMaterial for memory and display system h
Material for memory and display system h
gowrishankartb2005
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 

Recently uploaded (20)

gray level transformation unit 3(image processing))
gray level transformation unit 3(image processing))gray level transformation unit 3(image processing))
gray level transformation unit 3(image processing))
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
 
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURSCompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
Transformers design and coooling methods
Transformers design and coooling methodsTransformers design and coooling methods
Transformers design and coooling methods
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
 
Textile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdfTextile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdf
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
Material for memory and display system h
Material for memory and display system hMaterial for memory and display system h
Material for memory and display system h
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 

Polar bear optimization for ED

  • 2. CONTENTS • Optimization and its spirit • Optimization Problem • Power System Economics and Optimization • Optimization Algorithms • Heuristics and Meta-Heuristics • Taxonomy of Optimization Algorithms • Key Points from Taxonomy • Polar Bear Optimization Algorithm (PBO) • PBO Steps • Case Study • Questions?
  • 3. OPTIMIZATION AND ITS SPIRIT • Optimization is achieving the best with the available resources while satisfying the constraints • We optimize in our daily lives. Nature seems to have optimized almost everything • It is not an exaggeration; indeed everything can be optimized. • It is simply a question of knowing what is the best, what the issues are, and how we can achieve it • This is the most important thing in optimization; we need to know what we want to improve to the extreme. • Extreme can be a maximum or minimum, depending on the identified objective. • We call it an objective function because it must depend on some variables in order to optimize. • The objective function should be a function of optimization variables
  • 4. OPTIMIZATION PROBLEM • Optimization problems can be classified based on the type of constraints, nature of design variables, physical structure of the problem, nature of the equations involved, deterministic nature of the variables, permissible value of the design variables, separability of the functions and number of objective functions
  • 6. POWER SYSTEM ECONOMICS AND OPTIMIZATION • Economics is driving force in all ventures; power industry is no exception • Optimization also plays a pivotal role in power system economic problems • Power system economic problems include • Economic dispatch • Unit Commitment • Dynamic Economic Dispatch
  • 7. OPTIMIZATION ALGORITHMS • Generally, optimization algorithms can be divided in two basic classes: • Deterministic algorithms • Probabilistic algorithms • In each iteration of deterministic algorithms there exists at most one way to proceed if infeasible process terminates • Deterministic algorithms do not contain instructions that use random numbers in order to decide what to do or how to modify data. • Probabilistic approach results in multiple solutions with a varying degree of correctness and fitness. They can employ random or stochastic functions.
  • 8. HEURISTIC AND META- HEURISTIC • Heuristics are part of optimization algorithms that: • Use the information currently gathered by the algorithm to help to decide which solution candidate should be tested next or how the next individual can be produced. • Are usually problem class dependent. • Define the processing order of the solution candidates in deterministic algorithms • Are used to select elements of the search space that are to be considered in further computations in probabilistic algorithm • A meta-heuristic is a method for solving very general classes of problems. • It combines objective functions or heuristics in an abstract and hopefully efficient way, usually without utilizing deeper insight into their structure, i. e., by treating them as black-box-procedures.
  • 10. KEY POINTS FROM TAXONOMY • Inspiration (Evolution, Nature, Natural phenomenon) • An important class of probabilistic Monte Carlo meta- heuristics is Evolutionary Computation. It encompasses all algorithms that are based on a set of multiple solution candidates (called population) which are iteratively refined. • Each algorithm in this class has two distinct phases local search and global search.
  • 11. POLAR BEAR OPTIMIZATION ALGORITHM (PBO) • Nature inspired meta heuristic optimization algorithm • Inspired from hunting mechanism of Polar Bears in arctic region • Novel evolutionary computational technique that combines three distinct features (local, global and dynamic population) • Least number of control parameters
  • 12. POLAR BEAR OPTIMIZATION ALGORITHM (PBO) • Some significant features of Polar Bears life in arctic region are listed below: • Deadliest predators in the harsh arctic region • Thick white fur helps them to hide in plain sight and prevents them from freezing • Prime food source is seals but they also eat fish or other arctic animals • A normal adult polar bear consumes 60kg of seal • They can travel large distances by drifting on ice floats • Once in sight they can swiftly encircle their prey through ice or water and kill it with their fangs and paws
  • 13. PBO STEPS • PBO algorithm transforms this behavior into following sequence of steps • Initializing population • Global Search • Local Search • Dynamic Population
  • 14. POPULATION INITIALIZATION • Unique structure of population initialization • Initialized at 70-75% of maximum limit • Random population initialization using normal distribution within limits • Variety can be introduced by using different initializing schemes • A bear is represented as
  • 15. GLOBAL SEARCH • In case of unavailability of food in local vicinity Polar Bears tend to float on ice bergs to a more feasible location. • Mathematical model mimics this drifting behavior of Polar Bears
  • 16. GLOBAL SEARCH • ( 𝑥𝑗 𝑡 )𝑖 = ( 𝑥𝑗 𝑡−1 )𝑖 +𝑠𝑖𝑔𝑛 ω α + γ • Where ( 𝑥𝑗 𝑡 )𝑖 is movement of i-th polar bear having j coordinates in t-th iteration towards the optimum, α is random number in range (0,1), ω is distance between the present bear and optimum bear and γ is random number in the range (0,ω).The distance is dealt in Euclidian metrics and is given as • 𝑑(( 𝑥) 𝑖 , 𝑥) 𝑗 = 𝑘=0 𝑛−1 ( 𝑥 𝑘 𝑖 − (𝑥 𝑘)(𝑗))2
  • 17. LOCAL SEARCH • When prey is available in local vicinity bears encirlce stab it with their fangs. • Bears have thick fur and large paws that allow them to approach their prey swiftly through ice and water alike. • Movement of each individual was visualized as a movement along modified excerpt from the trifolium leaf equation starting from the current position of the polar bear. • The radius of the view of a polar bear can be represented by two parameters: a ∈ (0, 0.3) which regulates the distance in which polar bear can see the seal, and φ0 ∈ (0, π/2) the angle of the tumbling around the victim.
  • 18. LOCAL SEARCH • These parameters are used to define vision radius as • 𝑟 = 4 acos 𝛷𝑜 𝑠𝑖𝑛(𝛷𝑜) • The radius is used to compute movement in local search space for each coordinate • 𝑥0 𝑛𝑒𝑤 = 𝑥0 𝑎𝑐𝑡𝑢𝑎𝑙 ± 𝑟𝑐𝑜𝑠(𝛷1) 𝑥1 𝑛𝑒𝑤 = 𝑥1 𝑎𝑐𝑡𝑢𝑎𝑙 ± [𝑟𝑠𝑖𝑛 𝛷1 + 𝑟𝑐𝑜𝑠 𝛷2 ] 𝑥2 𝑛𝑒𝑤 = 𝑥2 𝑎𝑐𝑡𝑢𝑎𝑙 ± [𝑟𝑠𝑖𝑛 𝛷1 + 𝑟𝑠𝑖𝑛 𝛷2 + 𝑟𝑐𝑜𝑠 𝛷3 ] … 𝑥 𝑛−2 𝑛𝑒𝑤 = 𝑥 𝑛−2 𝑎𝑐𝑡𝑢𝑎𝑙 ± [ 𝑘=1 𝑛−2 𝑟𝑠𝑖𝑛 𝛷 𝑘 + 𝑟𝑐𝑜𝑠 𝛷 𝑛−1 ] 𝑥 𝑛−1 𝑛𝑒𝑤 = 𝑥 𝑛−1 𝑎𝑐𝑡𝑢𝑎𝑙 ± [ 𝑘=1 𝑛−2 𝑟𝑠𝑖𝑛 𝛷 𝑘 + 𝑟𝑠𝑖𝑛 𝛷 𝑛−1 ]
  • 19. DYNAMIC POPULATION • Mimics the natural phenomenon of life and death in harsh artic weather • Introduces diversity and dynamism in population • Reduces unnecessary calculations • To implement this strategy a new constant k is introduced having value in range (0,1) • 𝐷𝑒𝑎𝑡ℎ 𝑖𝑓 𝑘 < 0.25 𝑅𝑒𝑝𝑟𝑜𝑑𝑢𝑐𝑡𝑖𝑜𝑛 𝑖𝑓 𝑘 > 0.75
  • 20. DYNAMIC POPULATION • The individuals are destroyed depending on k until population in above 50% whereas the reproduced individual is given as: • ( 𝑥 𝑗 𝑡 ) 𝑟𝑒𝑝𝑟𝑜𝑑𝑢𝑐𝑒𝑑 = 𝑥 𝑗 𝑡(𝑏𝑒𝑠𝑡) + 𝑥 𝑗 𝑡(𝑖) 2 • Where 𝑥𝑗 𝑡(𝑏𝑒𝑠𝑡) the best solution is up to current iteration and 𝑥𝑗 𝑡(𝑖) is chosen randomly from among top 10% of best individuals up to current iteration
  • 21. CASE STUDY • IEEE 3-Unit Test System

Editor's Notes

  1. Monte Carlo methods (or Monte Carlo experiments) are a broad class of computational algorithms that rely on repeated random sampling to obtain numerical results. Their essential idea is using randomness to solve problems that might be deterministic in principle. They are often used in physical and mathematical problems and are most useful when it is difficult or impossible to use other approaches. Monte Carlo methods are mainly used in three distinct problem classes:[1] optimization, numerical integration, and generating draws from a probability distribution.