SlideShare une entreprise Scribd logo
1  sur  14
1
2022 Second International Conference on Advances in Electrical, Computing, Communications and Sustain
able Technologies (ICAECT 2022), 21-22 April 2022, Bhilai, Chhattisgarh, India
“COMPARATIVE ANALYSIS OF PARTICLE SWARM OP
TIMIZATION AND DIFFERENTIAL EVOLUTION ALGORIT
HM TO CURTAIL POWER CONSUMPTION USING SMA
RT ENERGY METER ANALYTICS”
Amisha Srivastava | Dr. M. Rizwan | Dr. Rinchin W. Mosobi
Department of Electrical Engineering, Delhi Technological Engineering, Delhi, India
OUTLINE OF PRESENTATION
 Introduction
 Algorithm Description
 Mathematical Modeling
 Results and Discussions
 Conclusion
 Future Research Directions
 References
2
INTRODUCTION
 Modern power system with transformation of conventional grid into smart grid is one big step towards
energy management.
 Optimization techniques were introduced in early 70s and were applied largely in the field of
engineering. The global optimization techniques are classified as deterministic methods and
stochastic or meta-heuristic methods.
 The presented work makes use of two such algorithm called Particle Swarm Optimization and
Differential Evolution Algorithm for optimizing the power equation.
 The application of PSO and DE algorithm was implemented on MATLAB platform and the
simulation results were obtained thereafter.
 The case study is done using the 15 days data obtained from Smart Energy Meter present in UEE
Laboratory at Delhi Technological University, Delhi, India for deciding the constraints of the
problem.
3
ALGORITHM DESCRIPTION
PARTICLE SWARM OPTIMIZATION
 Particle Swarm Optimization was first recognized by Kennedy
and Eberhart in the year 1995.
 It is swarm intelligence centered stochastic algorithm employed
to deduce the finest solution i.e. the minimum or maximum value
in the multi-dimensional solution space.
 It starts with definition of the problem and then arbitrary
initialization of the population
▪ Three distinct features of PSO are Pbest,i , Gbest and velocity and
position update of each particle to discover the search space for
optimal solution.
4
Fig. 1 Flowchart of PSO
5
MATHEMATICAL MODELING OF PSO
 Position of any particle i is updated as-
 Updated velocity of particle i is given as-
▪ The expression for local best is given as-
▪ The global best solution of the particle is the lowest amongst all the solutions and can be expressed as-
Where n denotes the generation number, Np is the population size, xi
(n+1) is the updated position, xi
(n)
denotes the current position and vi
(n+1) is the updated velocity of particle i
n) (n 1)
( 1) (
x v
i i
n
xi


 
(n)
(n 1) (n) ( ) (n) ( )
v ( x ) r ( x )
i
i i 2 2
1 1 ( , )
n n
v r P Pgb
i i lb
  

    
( 1) ( )
( 1)
( ) ( ( , )
( 1)
( , ) (n)
otherwise
( ,lb)
n n
n
x if f x f P
i
i i lb
n
P
i lb
Pi










( ) ( ) (n) (n) (n) (n)
{ ,......,x }| f(P ) min{f(x ,...,f(x )}
gb
Np 1
1 Np
n n
P x
gb  
6
ALGORITHM DESCRIPTION
DIFFERENTIAL EVOLUTION ALGORITHM
 DE was introduced in 1990s by Storn and Price and since
then it has been majorly used by researchers in optimizing
various problems.
 Differential Evolution is loaded with a set of solutions and it
then follows analogous set of computational procedures
(like crossover, selection and mutation) after each iteration.
 It provides a simple algorithm for optimization, yet it is
effective for global optimization.
Fig. 2 Flowchart of DE
7
MATHEMATICAL MODELING OF DE
 Mutation in DE is the process of forming a new vector by combining three random vectors from the
population defined as-
where xi is the mutant vector, xa, xband xc are randomly selected vectors from the population and f is the
scaling factor [0,1] for speedy convergence
▪ Process of creating new generation by binomially distributing present vector and new vector is called
crossover. It is expressed as-
CR is the crossover rate [0,1] which is assigned by user
▪ In DE, greedy selection is applied to select the fittest vector out of all the solutions. For each solution, a
donor vector and a trial vector is generated and greedy selection is performed between the two to select
the fittest of the two.
1 ( )
n n
n n
x x f x x
a c
i b
   
1
ˆ
.
1
n
xi
n if random no
x C
ji R
n
x otherwise
ji


  




8
RESULTS AND DISCUSSION
 The constraints for optimization is defined based on the range of voltage, current and power obtained
from the meter data of 15 days.
 The convergence characteristics of the algorithm show that a significant reduction in power
consumption can be achieved with presented algorithms
 The best solution of PSO was obtained at ω=1, c1=2, c2=2 and ωdamp=0.99 with population size
taken as 50. The best solution of DE was obtained at f=1 and CR =0.8 for a population of 50.
Table 1. Comparison of PSO and DE
9
Fig. 4 Three phase voltage data
obtained from SEM
Fig. 3 Three phase current data
obtained from SEM
Fig. 5 Power Consumption data
obtained from SEM
Fig. 6 Convergence characteristics of PSO for optimized
power consumption
Fig 7 Convergence characteristics of DE for
optimized power consumption
10
CONCLUSION
 The modeling and simulation of algorithms based on PSO and DE for the purpose of minimization
of energy consumption is carried out on MATLAB platform (version 2017).
 The power consumption equation has been optimized using first PSO then DE. The validity and
efficiency of the algorithm is tested using the real time data obtained from smart energy meter
and a comparative study is presented.
 Best solution of PSO was found to be 404.67 W and approximately 11.5% reduction in power is
achieved and that of DE came to be 417.37 W reducing up to 9.4% power
 So, overall both the algorithms can result in saving power but in present work PSO supersedes DE
algorithm by providing highly efficient results
 This arrangement is financially sound not only for the electricity consumer (in terms of cost and
energy saved) but also to the producer (in terms of higher energy generation).
FUTURE RESEARCH DIRECTIONS
▪ Future aspect of this work includes integrating these models with smart energy meter and operating
in real-time.
▪ This could also lead to automated load scheduling of all the appliances and successively a
remarkable reduction in electricity bills can be achieved making it economical and most sought
after solution for consumers.
▪ Further modifications in the algorithm using combined approach of multiple other optimization
techniques and making use of longer duration data is open for researchers which can yield even
better results with little complexity.
▪ Implementation in industrial scale controllers and using customized software is also
recommended.
11
REFERENCES
1) “Statistical Review of World Energy, 2021 (70th Edition)”
2) S. V. Sreedevi, P. Prasannan, K. Jiju and I. J. Indu Lekshmi, "Development of Indigenous Smart Energy Meter Adhering Indian
Standards for Smart Grid," 2020 IEEE International Conference on Power Electronics, Smart Grid and Renewable Energy
(PESGRE2020), 2020, pp. 1-5, doi: 10.1109/PESGRE45664.2020.9070245.
3) Nsilulu T. Mbungu, Ramesh C. Bansal, Raj M. Naidoo, Maamar Bettayeb, Mukwanga W. Siti, Minnesh Bipath, A Dynamic Energy
Management System using Smart Metering, Applied Energy,Volume https://doi.org/10.1016/j.apenergy.2020.115990.
4) Molla, Tesfahun & Khan, Baseem & Singh, Pawan. (2018). A Comprehensive Analysis of Smart Home Energy Management System
Optimization Techniques. Journal of Autonomous Intelligence. DOI:10.32629/jai.v1i1.14
5) Liberti, Leo & Kucherenko, Sergei. (2005). Comparison of Deterministic and Stochastic Approaches to Global Optimization.
International Transactions in Operational Research. 12. 263 - 285. 10.1111/j.1475-3995.2005.00503.x.
6) Ghasemi-Marzbali, A. A Novel Nature-inspired Meta-heuristic Algorithm for Optimization: Bear Smell Search Algorithm. Soft Comput
24, 13003–13035 (2020).DOI: 10.1007/s00500-020-04721-1
7) Jain, N.K., Nangia, U. & Jain, J. A Review of Particle Swarm Optimization. J. Inst. Eng. India Ser. B 99, 407–411 (2018).
https://doi.org/10.1007/s40031-018-0323-y
8) Bai, Q., 2010. Analysis of Particle Swarm Optimization Algorithm. Computer and Information Science, 3(1),
p.180.DOI:10.5539/cis.v3n1p180
9) F. R. Cabezas Soldevilla and F. A. Cabezas Huerta, "Minimization of Losses in Power Systems by Reactive Power Dispatch using
Particle Swarm Optimization," 2019 54th International Universities Power Engineering Conference (UPEC), 2019, pp. 1-5, doi:
10.1109/UPEC.2019.8893527.
12
10) Z. Qingqing, H. Xingshi and S. Na, "Convergence Analysis and Parameter Select on PSO," 2009 Second International
Symposium on Information Science and Engineering, 2009, pp. 144-147, doi: 10.1109/ISISE.2009.27.
11) Z. Qingqing, H. Xingshi and S. Na, "Convergence Analysis and Parameter Select on PSO," 2009 Second International
Symposium on Information Science and Engineering, 2009, pp. 144-147, doi: 10.1109/ISISE.2009.27.
12) Bilal;Pant, Millie; Zaheer, Hira; Garcia-Hernandez, Laura; Abraham, Ajith (2020). Differential Evolution: A review of more than
two decades of research. Engineering Applications of Artificial Intelligence, 90(), 103479–.
doi:10.1016/j.engappai.2020.103479
13) A. Kumar, B. K. Jha, S. Das and R. Mallipeddi, "Power Flow Analysis of Islanded Microgrids: A Differential Evolution
Approach," in IEEE Access, vol. 9, pp. 61721-61738, 2021, doi: 10.1109/ACCESS.2021.3073509.
14) Vikram, Aditya & Karna, Dhairya & Kumar, Astitva & Rizwan, M.. (2020). An Analytical Approach of Integrating Automated
Load Scheduling to a Smart Energy Meter using Differential Evolution Algorithm. IOP Conference Series: Materials Science
and Engineering. 946. 10.1088/1757-899X/946/1/012007.
15) Deng, Wu & Shang, Shifan & Cai, Xing & Zhao, Huimin & Song, Yingjie & Xu, Junjie. (2021). An improved differential
evolution algorithm and its application in optimization problem. Soft Computing. 25. 10.1007/s00500-020-05527-x.
13
Continued.
14

Contenu connexe

Similaire à Energy management system

Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...
Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...
Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...paperpublications3
 
710201911
710201911710201911
710201911IJRAT
 
Hybrid method for achieving Pareto front on economic emission dispatch
Hybrid method for achieving Pareto front on economic  emission dispatch Hybrid method for achieving Pareto front on economic  emission dispatch
Hybrid method for achieving Pareto front on economic emission dispatch IJECEIAES
 
Optimal Power Generation in Energy-Deficient Scenarios Using Bagging Ensembles
Optimal Power Generation in Energy-Deficient Scenarios Using Bagging EnsemblesOptimal Power Generation in Energy-Deficient Scenarios Using Bagging Ensembles
Optimal Power Generation in Energy-Deficient Scenarios Using Bagging EnsemblesKashif Mehmood
 
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...IJERA Editor
 
Application of Gravitational Search Algorithm and Fuzzy For Loss Reduction of...
Application of Gravitational Search Algorithm and Fuzzy For Loss Reduction of...Application of Gravitational Search Algorithm and Fuzzy For Loss Reduction of...
Application of Gravitational Search Algorithm and Fuzzy For Loss Reduction of...IOSR Journals
 
01 16286 32182-1-sm multiple (edit)
01 16286 32182-1-sm multiple (edit)01 16286 32182-1-sm multiple (edit)
01 16286 32182-1-sm multiple (edit)IAESIJEECS
 
Effect of inertia weight functions of pso in optimization of water distributi...
Effect of inertia weight functions of pso in optimization of water distributi...Effect of inertia weight functions of pso in optimization of water distributi...
Effect of inertia weight functions of pso in optimization of water distributi...IAEME Publication
 
Effect of inertia weight functions of pso in optimization of water distributi...
Effect of inertia weight functions of pso in optimization of water distributi...Effect of inertia weight functions of pso in optimization of water distributi...
Effect of inertia weight functions of pso in optimization of water distributi...IAEME Publication
 
Effect of inertia weight functions of pso in optimization of water distributi...
Effect of inertia weight functions of pso in optimization of water distributi...Effect of inertia weight functions of pso in optimization of water distributi...
Effect of inertia weight functions of pso in optimization of water distributi...IAEME Publication
 
29 16109 paper 098 ijeecs(edit)
29 16109 paper 098 ijeecs(edit)29 16109 paper 098 ijeecs(edit)
29 16109 paper 098 ijeecs(edit)IAESIJEECS
 
Curses, tradeoffs, and scalable management: advancing evolutionary direct pol...
Curses, tradeoffs, and scalable management: advancing evolutionary direct pol...Curses, tradeoffs, and scalable management: advancing evolutionary direct pol...
Curses, tradeoffs, and scalable management: advancing evolutionary direct pol...Environmental Intelligence Lab
 
Comparative study of methods for optimal reactive power dispatch
Comparative study of methods for optimal reactive power dispatchComparative study of methods for optimal reactive power dispatch
Comparative study of methods for optimal reactive power dispatchelelijjournal
 
Throughput in cooperative wireless networks
Throughput in cooperative wireless networksThroughput in cooperative wireless networks
Throughput in cooperative wireless networksjournalBEEI
 
Distribution network reconfiguration for loss reduction using PSO method
Distribution network reconfiguration for loss reduction  using PSO method Distribution network reconfiguration for loss reduction  using PSO method
Distribution network reconfiguration for loss reduction using PSO method IJECEIAES
 
Performance assessment of an optimization strategy proposed for power systems
Performance assessment of an optimization strategy proposed for power systemsPerformance assessment of an optimization strategy proposed for power systems
Performance assessment of an optimization strategy proposed for power systemsTELKOMNIKA JOURNAL
 
Lifetime enhanced energy efficient wireless sensor networks using renewable e...
Lifetime enhanced energy efficient wireless sensor networks using renewable e...Lifetime enhanced energy efficient wireless sensor networks using renewable e...
Lifetime enhanced energy efficient wireless sensor networks using renewable e...IJECEIAES
 

Similaire à Energy management system (20)

Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...
Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...
Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...
 
710201911
710201911710201911
710201911
 
Hybrid method for achieving Pareto front on economic emission dispatch
Hybrid method for achieving Pareto front on economic  emission dispatch Hybrid method for achieving Pareto front on economic  emission dispatch
Hybrid method for achieving Pareto front on economic emission dispatch
 
A Case Study of Economic Load Dispatch for a Thermal Power Plant using Partic...
A Case Study of Economic Load Dispatch for a Thermal Power Plant using Partic...A Case Study of Economic Load Dispatch for a Thermal Power Plant using Partic...
A Case Study of Economic Load Dispatch for a Thermal Power Plant using Partic...
 
Optimal Power Generation in Energy-Deficient Scenarios Using Bagging Ensembles
Optimal Power Generation in Energy-Deficient Scenarios Using Bagging EnsemblesOptimal Power Generation in Energy-Deficient Scenarios Using Bagging Ensembles
Optimal Power Generation in Energy-Deficient Scenarios Using Bagging Ensembles
 
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...
 
Application of Gravitational Search Algorithm and Fuzzy For Loss Reduction of...
Application of Gravitational Search Algorithm and Fuzzy For Loss Reduction of...Application of Gravitational Search Algorithm and Fuzzy For Loss Reduction of...
Application of Gravitational Search Algorithm and Fuzzy For Loss Reduction of...
 
E010123337
E010123337E010123337
E010123337
 
01 16286 32182-1-sm multiple (edit)
01 16286 32182-1-sm multiple (edit)01 16286 32182-1-sm multiple (edit)
01 16286 32182-1-sm multiple (edit)
 
Effect of inertia weight functions of pso in optimization of water distributi...
Effect of inertia weight functions of pso in optimization of water distributi...Effect of inertia weight functions of pso in optimization of water distributi...
Effect of inertia weight functions of pso in optimization of water distributi...
 
Effect of inertia weight functions of pso in optimization of water distributi...
Effect of inertia weight functions of pso in optimization of water distributi...Effect of inertia weight functions of pso in optimization of water distributi...
Effect of inertia weight functions of pso in optimization of water distributi...
 
Effect of inertia weight functions of pso in optimization of water distributi...
Effect of inertia weight functions of pso in optimization of water distributi...Effect of inertia weight functions of pso in optimization of water distributi...
Effect of inertia weight functions of pso in optimization of water distributi...
 
29 16109 paper 098 ijeecs(edit)
29 16109 paper 098 ijeecs(edit)29 16109 paper 098 ijeecs(edit)
29 16109 paper 098 ijeecs(edit)
 
Ica 2013021816274759
Ica 2013021816274759Ica 2013021816274759
Ica 2013021816274759
 
Curses, tradeoffs, and scalable management: advancing evolutionary direct pol...
Curses, tradeoffs, and scalable management: advancing evolutionary direct pol...Curses, tradeoffs, and scalable management: advancing evolutionary direct pol...
Curses, tradeoffs, and scalable management: advancing evolutionary direct pol...
 
Comparative study of methods for optimal reactive power dispatch
Comparative study of methods for optimal reactive power dispatchComparative study of methods for optimal reactive power dispatch
Comparative study of methods for optimal reactive power dispatch
 
Throughput in cooperative wireless networks
Throughput in cooperative wireless networksThroughput in cooperative wireless networks
Throughput in cooperative wireless networks
 
Distribution network reconfiguration for loss reduction using PSO method
Distribution network reconfiguration for loss reduction  using PSO method Distribution network reconfiguration for loss reduction  using PSO method
Distribution network reconfiguration for loss reduction using PSO method
 
Performance assessment of an optimization strategy proposed for power systems
Performance assessment of an optimization strategy proposed for power systemsPerformance assessment of an optimization strategy proposed for power systems
Performance assessment of an optimization strategy proposed for power systems
 
Lifetime enhanced energy efficient wireless sensor networks using renewable e...
Lifetime enhanced energy efficient wireless sensor networks using renewable e...Lifetime enhanced energy efficient wireless sensor networks using renewable e...
Lifetime enhanced energy efficient wireless sensor networks using renewable e...
 

Dernier

Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdfAldoGarca30
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadhamedmustafa094
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesRAJNEESHKUMAR341697
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
 
Computer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersComputer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersMairaAshraf6
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxchumtiyababu
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"mphochane1998
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxmaisarahman1
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Servicemeghakumariji156
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...Amil baba
 

Dernier (20)

Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal load
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planes
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Computer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersComputer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to Computers
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptx
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 

Energy management system

  • 1. 1 2022 Second International Conference on Advances in Electrical, Computing, Communications and Sustain able Technologies (ICAECT 2022), 21-22 April 2022, Bhilai, Chhattisgarh, India “COMPARATIVE ANALYSIS OF PARTICLE SWARM OP TIMIZATION AND DIFFERENTIAL EVOLUTION ALGORIT HM TO CURTAIL POWER CONSUMPTION USING SMA RT ENERGY METER ANALYTICS” Amisha Srivastava | Dr. M. Rizwan | Dr. Rinchin W. Mosobi Department of Electrical Engineering, Delhi Technological Engineering, Delhi, India
  • 2. OUTLINE OF PRESENTATION  Introduction  Algorithm Description  Mathematical Modeling  Results and Discussions  Conclusion  Future Research Directions  References 2
  • 3. INTRODUCTION  Modern power system with transformation of conventional grid into smart grid is one big step towards energy management.  Optimization techniques were introduced in early 70s and were applied largely in the field of engineering. The global optimization techniques are classified as deterministic methods and stochastic or meta-heuristic methods.  The presented work makes use of two such algorithm called Particle Swarm Optimization and Differential Evolution Algorithm for optimizing the power equation.  The application of PSO and DE algorithm was implemented on MATLAB platform and the simulation results were obtained thereafter.  The case study is done using the 15 days data obtained from Smart Energy Meter present in UEE Laboratory at Delhi Technological University, Delhi, India for deciding the constraints of the problem. 3
  • 4. ALGORITHM DESCRIPTION PARTICLE SWARM OPTIMIZATION  Particle Swarm Optimization was first recognized by Kennedy and Eberhart in the year 1995.  It is swarm intelligence centered stochastic algorithm employed to deduce the finest solution i.e. the minimum or maximum value in the multi-dimensional solution space.  It starts with definition of the problem and then arbitrary initialization of the population ▪ Three distinct features of PSO are Pbest,i , Gbest and velocity and position update of each particle to discover the search space for optimal solution. 4 Fig. 1 Flowchart of PSO
  • 5. 5 MATHEMATICAL MODELING OF PSO  Position of any particle i is updated as-  Updated velocity of particle i is given as- ▪ The expression for local best is given as- ▪ The global best solution of the particle is the lowest amongst all the solutions and can be expressed as- Where n denotes the generation number, Np is the population size, xi (n+1) is the updated position, xi (n) denotes the current position and vi (n+1) is the updated velocity of particle i n) (n 1) ( 1) ( x v i i n xi     (n) (n 1) (n) ( ) (n) ( ) v ( x ) r ( x ) i i i 2 2 1 1 ( , ) n n v r P Pgb i i lb          ( 1) ( ) ( 1) ( ) ( ( , ) ( 1) ( , ) (n) otherwise ( ,lb) n n n x if f x f P i i i lb n P i lb Pi           ( ) ( ) (n) (n) (n) (n) { ,......,x }| f(P ) min{f(x ,...,f(x )} gb Np 1 1 Np n n P x gb  
  • 6. 6 ALGORITHM DESCRIPTION DIFFERENTIAL EVOLUTION ALGORITHM  DE was introduced in 1990s by Storn and Price and since then it has been majorly used by researchers in optimizing various problems.  Differential Evolution is loaded with a set of solutions and it then follows analogous set of computational procedures (like crossover, selection and mutation) after each iteration.  It provides a simple algorithm for optimization, yet it is effective for global optimization. Fig. 2 Flowchart of DE
  • 7. 7 MATHEMATICAL MODELING OF DE  Mutation in DE is the process of forming a new vector by combining three random vectors from the population defined as- where xi is the mutant vector, xa, xband xc are randomly selected vectors from the population and f is the scaling factor [0,1] for speedy convergence ▪ Process of creating new generation by binomially distributing present vector and new vector is called crossover. It is expressed as- CR is the crossover rate [0,1] which is assigned by user ▪ In DE, greedy selection is applied to select the fittest vector out of all the solutions. For each solution, a donor vector and a trial vector is generated and greedy selection is performed between the two to select the fittest of the two. 1 ( ) n n n n x x f x x a c i b     1 ˆ . 1 n xi n if random no x C ji R n x otherwise ji         
  • 8. 8 RESULTS AND DISCUSSION  The constraints for optimization is defined based on the range of voltage, current and power obtained from the meter data of 15 days.  The convergence characteristics of the algorithm show that a significant reduction in power consumption can be achieved with presented algorithms  The best solution of PSO was obtained at ω=1, c1=2, c2=2 and ωdamp=0.99 with population size taken as 50. The best solution of DE was obtained at f=1 and CR =0.8 for a population of 50. Table 1. Comparison of PSO and DE
  • 9. 9 Fig. 4 Three phase voltage data obtained from SEM Fig. 3 Three phase current data obtained from SEM Fig. 5 Power Consumption data obtained from SEM Fig. 6 Convergence characteristics of PSO for optimized power consumption Fig 7 Convergence characteristics of DE for optimized power consumption
  • 10. 10 CONCLUSION  The modeling and simulation of algorithms based on PSO and DE for the purpose of minimization of energy consumption is carried out on MATLAB platform (version 2017).  The power consumption equation has been optimized using first PSO then DE. The validity and efficiency of the algorithm is tested using the real time data obtained from smart energy meter and a comparative study is presented.  Best solution of PSO was found to be 404.67 W and approximately 11.5% reduction in power is achieved and that of DE came to be 417.37 W reducing up to 9.4% power  So, overall both the algorithms can result in saving power but in present work PSO supersedes DE algorithm by providing highly efficient results  This arrangement is financially sound not only for the electricity consumer (in terms of cost and energy saved) but also to the producer (in terms of higher energy generation).
  • 11. FUTURE RESEARCH DIRECTIONS ▪ Future aspect of this work includes integrating these models with smart energy meter and operating in real-time. ▪ This could also lead to automated load scheduling of all the appliances and successively a remarkable reduction in electricity bills can be achieved making it economical and most sought after solution for consumers. ▪ Further modifications in the algorithm using combined approach of multiple other optimization techniques and making use of longer duration data is open for researchers which can yield even better results with little complexity. ▪ Implementation in industrial scale controllers and using customized software is also recommended. 11
  • 12. REFERENCES 1) “Statistical Review of World Energy, 2021 (70th Edition)” 2) S. V. Sreedevi, P. Prasannan, K. Jiju and I. J. Indu Lekshmi, "Development of Indigenous Smart Energy Meter Adhering Indian Standards for Smart Grid," 2020 IEEE International Conference on Power Electronics, Smart Grid and Renewable Energy (PESGRE2020), 2020, pp. 1-5, doi: 10.1109/PESGRE45664.2020.9070245. 3) Nsilulu T. Mbungu, Ramesh C. Bansal, Raj M. Naidoo, Maamar Bettayeb, Mukwanga W. Siti, Minnesh Bipath, A Dynamic Energy Management System using Smart Metering, Applied Energy,Volume https://doi.org/10.1016/j.apenergy.2020.115990. 4) Molla, Tesfahun & Khan, Baseem & Singh, Pawan. (2018). A Comprehensive Analysis of Smart Home Energy Management System Optimization Techniques. Journal of Autonomous Intelligence. DOI:10.32629/jai.v1i1.14 5) Liberti, Leo & Kucherenko, Sergei. (2005). Comparison of Deterministic and Stochastic Approaches to Global Optimization. International Transactions in Operational Research. 12. 263 - 285. 10.1111/j.1475-3995.2005.00503.x. 6) Ghasemi-Marzbali, A. A Novel Nature-inspired Meta-heuristic Algorithm for Optimization: Bear Smell Search Algorithm. Soft Comput 24, 13003–13035 (2020).DOI: 10.1007/s00500-020-04721-1 7) Jain, N.K., Nangia, U. & Jain, J. A Review of Particle Swarm Optimization. J. Inst. Eng. India Ser. B 99, 407–411 (2018). https://doi.org/10.1007/s40031-018-0323-y 8) Bai, Q., 2010. Analysis of Particle Swarm Optimization Algorithm. Computer and Information Science, 3(1), p.180.DOI:10.5539/cis.v3n1p180 9) F. R. Cabezas Soldevilla and F. A. Cabezas Huerta, "Minimization of Losses in Power Systems by Reactive Power Dispatch using Particle Swarm Optimization," 2019 54th International Universities Power Engineering Conference (UPEC), 2019, pp. 1-5, doi: 10.1109/UPEC.2019.8893527. 12
  • 13. 10) Z. Qingqing, H. Xingshi and S. Na, "Convergence Analysis and Parameter Select on PSO," 2009 Second International Symposium on Information Science and Engineering, 2009, pp. 144-147, doi: 10.1109/ISISE.2009.27. 11) Z. Qingqing, H. Xingshi and S. Na, "Convergence Analysis and Parameter Select on PSO," 2009 Second International Symposium on Information Science and Engineering, 2009, pp. 144-147, doi: 10.1109/ISISE.2009.27. 12) Bilal;Pant, Millie; Zaheer, Hira; Garcia-Hernandez, Laura; Abraham, Ajith (2020). Differential Evolution: A review of more than two decades of research. Engineering Applications of Artificial Intelligence, 90(), 103479–. doi:10.1016/j.engappai.2020.103479 13) A. Kumar, B. K. Jha, S. Das and R. Mallipeddi, "Power Flow Analysis of Islanded Microgrids: A Differential Evolution Approach," in IEEE Access, vol. 9, pp. 61721-61738, 2021, doi: 10.1109/ACCESS.2021.3073509. 14) Vikram, Aditya & Karna, Dhairya & Kumar, Astitva & Rizwan, M.. (2020). An Analytical Approach of Integrating Automated Load Scheduling to a Smart Energy Meter using Differential Evolution Algorithm. IOP Conference Series: Materials Science and Engineering. 946. 10.1088/1757-899X/946/1/012007. 15) Deng, Wu & Shang, Shifan & Cai, Xing & Zhao, Huimin & Song, Yingjie & Xu, Junjie. (2021). An improved differential evolution algorithm and its application in optimization problem. Soft Computing. 25. 10.1007/s00500-020-05527-x. 13 Continued.
  • 14. 14