A Survey of Multi-Agent Systems for Smartgrids
Abstract
:1. Introduction
- MAS platforms and tools for energy management;
- Standards and protocols;
- Ontology for energy domains;
- Energy markets and trade;
- Control and management;
- Demand and supply management;
- Restoration and self-recovery;
- Protection and security;
- Simulation and implementation.
2. Smartgrid: Basic Concepts
3. Multi-Agent System Concepts and Definitions
3.1. Definition of an Agent
- It has the ability to communicate and interact with its environment;
- It is able to perceive the (local) environment;
- It is guided by basic objectives;
- It has feedback behavior.
- Autonomous: Agents exert partial control of their actions and internal state, seeking to influence outcomes without the intervention of humans or external devices.
- Social: Agents can communicate and negotiate with humans, external devices or other agents to coordinate actions and satisfy their objectives.
- Reactive: Agents react in a timely fashion to changes in their environment.
- Proactive: Agents exhibit goal-oriented behaviors and take initiative to satisfy objectives.
3.2. Anatomy of Agents
- Reflexive agents perform simple actions based on their perceptions; their behavior is based on an action-selection module that receives percepts from the environment and consults a database of condition–action rules, similar to if–then rules, to make a decision. Such agents can be useful when fast response times are needed, e.g., for protection. Their representation of the world (the environment) is minimal, but they may support emergent behaviors. Emergence occurs when new characteristics appear at a certain level of complexity.
- Goal-based agents are directed by goals set a priori by the user. They have an internal representation of their environment and can memorize previous percepts to make more elaborate decisions. More precisely, once a percept is received by the agent, the memory manager stores the information in the percept memory. A sequence of percepts is then built in order to be used subsequently by the action-selection module to select suitable actions in order to reach given goals.
- Utility-based agents use a performance-measurement index, referred to as the utility function, in order to evaluate their behavior. A utility-based agent chooses an action that optimizes its utility or achieves a certain satisfactory level of utility. Such an agent is rational and behaves efficiently, given its prior knowledge of the environment.
- Learning agents belong to one of the previous classes and in addition can learn to perform a given task more effectively. They are able to modify the function that codes their behavior while interacting with their environment, to be more precise in performing a given task. An agent running a load-forecasting algorithm would be a typical example. The learning can be supervised, unsupervised or reinforcement learning.
3.3. Multi-Agent Systems and Smartgrid
- Distributed Nature: The entire Smartgrid can be divided into microgrids and VPPs. Moreover, intermediary layers and lower-level grid elements can be added in between. An MAS includes many autonomous agents computing and operating in a parallel and asynchronous manner. The decentralized structure of MAS and autonomous agents makes the control of Smartgrids easier.
- Flexibility: MAS supports the plug-and-play capability of microgrids, Distributed Energy Resources, storage elements and other equipment and can adjust the control of the grid accordingly. Agents have self-adaptive behavior to the Smartgrid environment and act to accomplish their goals.
- Fault tolerance: If one agent fails, the rest of the system can remain active and can adapt to the new state by its rules and behaviors. Thus, MAS-based Smartgrids can be more resilient to disturbances and faults.
- Responsiveness: As agents sense changes in real time, collect the relevant information and communicate with each other, MASs can quickly respond to the events in the environment.
- Scalability: The complexity of the energy-generation and -distribution system can be highly reduced by dividing it into layers, units and agents. Each autonomous agent is responsible for a component of the Smartgrid and agents are modular. Thus, the overall system can be expandable by simply adding new agents.
- Local knowledge: Each agent only needs information from its local environment and communicates with its neighbors for its own decision-making. Thus, the required data and communication in MAS are more controlled and limited compared to a centralized control system. This feature of MAS is especially beneficial for management of a large system like a Smartgrid.
3.4. MAS Design Methodologies
3.5. MAS Platforms and Software
- Ref. [76] develop a PowerSmartgrid Prototype at Illinois Institute of Technology. They use the JADE platform to model autonomous agents such as Distributed Energy Resource-generation agents and energy-storage agents. JADE also serves as a medium to communicate and post messages between agents.
- Ref. [79] use JADE to develop a microgrid management system to control generation and storage devices. The management system consists of a central controller, source controller and load controller. Agents can trade energy by submitting bids to the central market manager. The researchers tested this proposed architecture in laboratory facilities under different microgrid configurations.
- Ref. [80] propose a model of a microgrid simulation where agents are designed with JADE. Agents interact and negotiate with each other for demand management. In an experiment, they illustrate how agents react by adjusting their demand and how prices dynamically evolve upon a change in power supply.
- Ref. [81] propose a distributed energy- and resource-management system for multiple microgrids using JADE. Allocation of energy is achieved by an auction mechanism and JADE agents bid for energy in the market in real time.
- Another example is [82] which presents an MAS-based energy management system with JADE. In their setting, agents use the contract network protocol to allocate energy among them.
3.6. MAS Toolkits for Energy Management
3.7. MAS Standards and Protocols
- Home area network (HAN);
- Neighborhood area network (NAN);
- Wide area network (WAN). [119].
3.8. Ontology for Energy Domains
4. Energy Markets and Trade
4.1. Microgrid Level
4.2. Multi-Microgrids and Large Scale
4.3. Demand and Supply Forecasting
5. Smartgrid Control and Management
5.1. Smart Home and Building
5.2. Microgrid Level
5.2.1. Operation of Microgrid in Normal Mode (Connected/Islanded)
5.2.2. Operation during Transition Mode
5.3. Network of Microgrids and Smart Buildings
6. Demand and Supply Management
6.1. Supply Side Management
6.2. Demand Side Management
6.2.1. Residential Demand Response
6.2.2. Demand Management of Smartgrids
- The shifting algorithm schedules the loads in order to bring the total load-consumption curve close to the objective load-consumption curve, which is inversely proportional to the market price at the main grid. Based on the demand forecast and auction result, the DSM agent decides whether to defer non-critical loads to other time slots.
- The load-curtailment algorithm charges the batteries or starts the diesel generators depending on surplus or shortage of energy.
6.2.3. Electric Vehicles
7. Restoration and Self-Recovery
8. Protection and Security
9. Simulation and Implementation
9.1. Simulation
Problem | Proposed Methods |
---|---|
Generic simulation platform | MACSim [322], MACSimJX [323], Mac-Sim [324], MECSYCO [325], MASGriP [326,327], co-simulation [285,328] |
Simulating special function of Smartgrid | Energy markets (MASCEM [329], EMCAS [330], AMES [331], GAPEX [332], Power TAC [333,334]), security [335], demand response [80], restoration [285] |
Implementation | Physical installation [76,77,78,88,154,336,337,338,339,340], laboratory facilities [79,154,221,341,342], hardware-in-the-loop [343,344] |
9.1.1. MAS-Based Generic Simulation Platforms
9.1.2. Specialized Simulation Platforms
9.2. Implementation
9.2.1. On-Site Implementation
9.2.2. Implementation in Laboratory
9.2.3. Hardware-in-the-Loop
10. Discussion and Meta-Level Analysis
10.1. Review of Challenges and Open Research Problems
- Since centralized control is computationally heavy and prone to single-point-of-failure, we need truly decentralized models for Smartgrid control, energy management and security. Local knowledge of distributed agents and local solutions would be both a simple and an effective way to deal with the above problems.
- Then, a related problem is how to achieve overall coordination of agents in a decentralized system against power outages, faults, overloading and security attacks. For this purpose, collaborative ready-to-use strategies, emergency action plans and communication protocols must be developed.
- Agents in Smartgrid system should possess intelligence and reasoning capabilities to detect abnormal events, perform action planning and collaboration.
- There is also need for communication and information exchange mechanisms between agents in order to enhance energy trade, security, restoration, demand and supply management.
- Since Smartgrid control, energy trade, demand and supply management are closely related to each other, we need a unified framework to handle these functions using effective yet practical algorithms.
- A prominent problem is embedding network hierarchy and geographical proximity into energy trade and allocation, as these are critical factors for convenient energy distribution and reducing transmission loss. In particular, energy sharing inside the same building or layer should be studied.
- Another issue is how to perform energy management and trade when actual supply and demand differ from forecasted values, namely actual renewable energy production is less than demand. In this situation, alternative strategies, secondary markets, rescheduling of loads and non-renewable energy resources can be utilized.
- As demand management involves all loads in the grid, a major challenge is how to integrate demand response programs of house, building and microgrid. From home appliances to vehicles and plants, alleviating peak demand constitutes a complex, hierarchical problem to deal with.
- Spatial and temporal reasoning should be utilized in electric vehicle charging, in order to consider alternative time periods and locations. Vehicle-to-building models and energy management of buildings need more detailed analyses.
- In restoration and self-recovery, it is necessary to incorporate load shedding and demand response. In addition, case-based predetermined rules and strategies are required for rapid and efficient fault identification and recovery.
- Another challenge in Smartgrid control is how to incorporate manual actions and preferences of human agents into the energy management system. Human actors tend to intervene into the process (especially in control, trade and restoration) and set their own bids, load priorities and device on/off actions.
- As for protection and security, researchers should develop encryption, decryption and authentication algorithms specific to Smartgrid domains which respect network hierarchy and agent privacy. More advanced methods for information safety and communication protocols are also promising directions for research.
- A primary problem is implementation of Smartgrid and microgrids/VPPs on a large scale, such as city or region. Moreover, whether MAS technology is a proper choice for Smartgrid operation and its efficiency should be investigated.
- Designing MAS architecture, hierarchy and agents to perform all functions of Smartgrids (energy trade, control, security, restoration and demand supply management) constitutes a great challenge and problem for future research. Previous simulation and implementation projects have not covered all the above functions and thus more studies are required to explore these aspects.
10.2. Knowledge Reasoning and Planning for the Smartgrid
11. Conclusions
Funding
Conflicts of Interest
References
- Wüstenhagen, R.; Menichetti, E. Strategic choices for renewable energy investment: Conceptual framework and opportunities for further research. Energy Policy 2012, 40, 1–10. [Google Scholar] [CrossRef]
- Cadman, T. The United Nations Framework Convention on Climate Change. In The Palgrave Handbook of Contemporary International Political Economy; Shaw, T.M., Mahrenbach, L.C., Modi, R., Yi-Chong, X., Eds.; Palgrave Macmillan: London, UK, 2019; pp. 359–375. [Google Scholar] [CrossRef]
- Freedman, M.; Jaggi, B. Global Warming, Commitment to the Kyoto Protocol and Accounting Disclosures by the Largest Global Public Firms from Polluting Industries. Int. J. Account. 2005, 40, 215–232. [Google Scholar] [CrossRef]
- Paris Agreement; United Nations: New York, NY, USA, 2016.
- Union, E. Directive 2009/28/EC of the European Parliament and of the Council of 23 April 2009 on the promotion of the use of energy from renewable sources and amending and subsequently repealing Directives 2001/77/EC and 2003/30/EC. Off. J. Eur. Union 2009, 5, 2009. [Google Scholar]
- U.S. Congress. Energy Policy act of 2005; US Congress: Washington, DC, USA, 2005; pp. 1–27.
- Malmedal, K.; Kroposki, B.; Sen, P.K. Energy Policy Act of 2005 and Its Impact on Renewable Energy Applications in USA. In Proceedings of the 2007 IEEE Power Engineering Society General Meeting, Tampa, FL, USA, 24–28 June 2007; pp. 1–8. [Google Scholar] [CrossRef]
- Carley, S.; Nicholson-Crotty, S.; Fisher, E. Capacity, Guidance and the Implementation of the American Recovery and Reinvestment Act. Public Adm. Rev. 2014, 75, 113–125. [Google Scholar] [CrossRef]
- Carley, S. Energy Programs of the American Recovery and Reinvestment Act of 2009. Rev. Policy Res. 2016, 33, 201–223. [Google Scholar] [CrossRef]
- Schuman, S.; Lin, A. China’s Renewable Energy Law and its impact on renewable power in China: Progress, challenges and recommendations for improving implementation. Energy Policy 2012, 51, 89–109. [Google Scholar] [CrossRef]
- Wang, Y.; Luo, G.; Kang, H. Successes and Failures of China’s Golden-Sun Program. In Proceedings of the 2017 6th International Conference on Energy, Environment and Sustainable Development (ICEESD 2017), Zhuhai, China, 11–12 March 2017; Atlantis Press: Dordrecht, The Netherlands, 2017; pp. 585–606. [Google Scholar] [CrossRef]
- Howes, T. The EU’s new renewable energy directive (2009/28/EC). New Clim. Policies Eur. Union Intern. Legis. Clim. Dipl. 2010, 15, 3. [Google Scholar]
- Egenhofer, C. The Making of the EU Emissions Trading Scheme: Status, Prospects and Implications for Business. Eur. Manag. J. 2007, 25, 453–463. [Google Scholar] [CrossRef]
- Howell, S.; Rezgui, Y.; Hippolyte, J.L.; Jayan, B.; Li, H. Towards the next generation of Smartgrids: Semantic and holonic multi-agent management of Distributed Energy Resources. Renew. Sustain. Energy Rev. 2017, 77, 193–214. [Google Scholar] [CrossRef]
- Bayram, I.S.; Shakir, M.Z.; Abdallah, M.; Qaraqe, K. A Survey on Energy Trading in Smartgrid. In Proceedings of the 2014 IEEE Global Conference on Signal and Information Processing (GlobalSIP), Atlanta, GA, USA, 3–5 December 2014; pp. 258–262. [Google Scholar] [CrossRef]
- Coelho, V.; Weiss, M.; Coelho, I.; Liu, N.; Guimarães, F. Multi-agent systems applied for energy systems integration: State-of-the-art applications and trends in microgrids. Appl. Energy 2017, 187, 820–832. [Google Scholar] [CrossRef]
- Gómez-Sanz, J.; Garcia-Rodriguez, S.; Cuartero-Soler, N.; Hernández-Callejo, L. Reviewing Microgrids from a Multi-Agent Systems Perspective. Energies 2014, 7, 3355–3382. [Google Scholar] [CrossRef]
- Kantamneni, A.; Brown, L.; Parker, G.; Weaver, W. Survey of multi-agent systems for microgrid control. Eng. Appl. Artif. Intell. 2015, 45, 192–203. [Google Scholar] [CrossRef]
- Kiran, P.; Chandrakala, K.R.M.V.; Nambiar, T.N.P. Multi-agent-based systems on micro grid—A review. In Proceedings of the 2017 International Conference on Intelligent Computing and Control (I2C2), Coimbatore, India, 23–24 June 2017; pp. 1–6. [Google Scholar] [CrossRef]
- Kulasekera, A.; Gopura, R.; Hemapala, K.T.M.U.; Perera, N. A Review on Multi-agent Systems in Microgrid Applications. In Proceedings of the 2011 IEEE PES International Conference on Innovative Smartgrid Technologies-India (ISGT), Kollam, Kerala, India, 1–3 December 2011; pp. 173–177. [Google Scholar] [CrossRef]
- Mahela, O.; Khosravy, M.; Gupta, N.; Khan, B.; Haes Alhelou, H.; Mahla, R.; Patel, N.; Siano, P. Comprehensive Overview of Multi-Agent Systems for Controlling Smart Grids. CSEE J. Power Energy Syst. 2020, 8, 115–131. [Google Scholar] [CrossRef]
- McArthur, S.; Davidson, E.; Catterson, V.; Dimeas, A.; Hatziargyriou, N.; Ponci, F.; Funabashi, T. Multi-Agent Systems for Power Engineering Applications—Part I: Concepts, Approaches and Technical Challenges. Power Syst. IEEE Trans. 2007, 22, 1743–1752. [Google Scholar] [CrossRef]
- McArthur, S.; Davidson, E.; Catterson, V.; Dimeas, A.; Hatziargyriou, N.; Ponci, F.; Funabashi, T. Multi-Agent Systems for Power Engineering Applications—Part II: Technologies, Standards and Tools for Building Multi-Agent Systems. Power Syst. IEEE Trans. 2007, 22, 1753–1759. [Google Scholar] [CrossRef]
- Halhoul Merabet, G.; Essaaidi, M.; Talei, H.; Abid, M.R.; Khalil, N.; Madkour, M.; Benhaddou, D. Applications of Multi-Agent Systems in Smartgrids: A survey. In Proceedings of the 2014 International Conference on Multimedia Computing and Systems (ICMCS), Marrakech, Morocco, 14–16 April 2014; pp. 1088–1094. [Google Scholar] [CrossRef]
- Sukumaran Nair, A.; Hossen, T.; Campion, M.; Selvaraj, D.; Goveas, N.; Kaabouch, N.; Prakash, R. Multi-Agent Systems for Resource Allocation and Scheduling in a Smart Grid. Technol. Econ. Smartgrids Sustain. Energy 2018, 3, 1–15. [Google Scholar] [CrossRef]
- Vithanage, V.; Boralessa, K.; Hemapala, K.T.M.U.; Wijayapala, W. A review on Multi-Agent system-based energy-management systems for micro grids. AIMS Energy 2019, 7, 924–943. [Google Scholar] [CrossRef]
- Roche, R.; Blunier, B.; Miraoui, A.; Hilaire, V.; Koukam, A. Multi-agent systems for grid energy management: A short review. In Proceedings of the IECON 2010-36th Annual Conference on IEEE Industrial Electronics Society, Glendale, AZ, USA, 7–10 November 2010; pp. 3341–3346. [Google Scholar] [CrossRef]
- Roche, R.; Lauri, F.; Blunier, B.; Miraoui, A.; Koukam, A. Multi-Agent Technology for Power System Control. Power Electron. Renew. Distrib. Energy Syst. Sourceb. Topol. Control. Integr. 2013, 59, 567–609. [Google Scholar] [CrossRef]
- Rohbogner, G.; Hahnel, U.J.; Benoit, P.; Fey, S. Multi-agent systems’ asset for Smartgrid applications. Comput. Sci. Inf. Syst. 2013, 10, 1799–1822. [Google Scholar] [CrossRef]
- Hasanuzzaman Shawon, M.; Muyeen, S.M.; Ghosh, A.; Islam, S.; Baptista, M.d. Multi-Agent Systems in ICT Enabled Smartgrid: A Status Update on Technology Framework and Applications. IEEE Access 2019, 7, 97959–97973. [Google Scholar] [CrossRef]
- Sujil, A.; Verma, J.; Kumar, R. Multi agent system: Concepts, platforms and applications in power systems. Artif. Intell. Rev. 2016, 49, 153–182. [Google Scholar] [CrossRef]
- Yu, X.; Xue, Y. Smartgrids: A Cyber–Physical Systems Perspective. Proc. IEEE 2016, 104, 1058–1070. [Google Scholar] [CrossRef]
- Vasu, S.; Jasmin, E.A. Realizing Autonomous and Intelligent Smartgrid Using Multi-Agent Based Control System. In Proceedings of the 2020 International Conference on Power Electronics and Renewable Energy Applications (PEREA), Kannur, India, 27–28 November 2020; IEEE: New York, NY, USA, 2020; pp. 1–6. [Google Scholar] [CrossRef]
- Tazi, K.; Abbou, F.; Abdi, F. Multi-agent system for microgrids: Design, optimization and performance. Artif. Intell. Rev. 2020, 53, 1233–1292. [Google Scholar] [CrossRef]
- Khamesra, P.; Kasera, J.; Mehta, R. Multi-agent Systems Based Intelligent Control of Microgrid. Int. J. Res. Eng. Technol. 2014, 3, 127–133. [Google Scholar]
- Wang, Z.; Yang, R.; Wang, L. Intelligent multi-agent control for integrated building and micro-grid systems. In Proceedings of the ISGT 2011, Anaheim, CA, USA, 17–19 January 2011; IEEE: New York, NY, USA, 2011; pp. 1–7. [Google Scholar] [CrossRef]
- Lede, A.M.R.; Molina, M.G.; Martinez, M.; Mercado, P.E. Microgrid architectures for distributed generation: A brief review. In Proceedings of the 2017 IEEE PES Innovative Smartgrid Technologies Conference—Latin America (ISGT Latin America), Quito, Ecuador, 20–22 September 2017; IEEE: New York, NY, USA, 2017; pp. 1–6. [Google Scholar] [CrossRef]
- Colson, C.; Nehrir, M.; Gunderson, R. Multi-agent Microgrid Power Management. IFAC Proc. Vol. 2011, 44, 3678–3683. [Google Scholar] [CrossRef]
- Dimeas, A.; Hatziargyriou, N. Operation of a multiagent system for microgrid control. IEEE Trans. Power Syst. 2005, 20, 1447–1455. [Google Scholar] [CrossRef]
- Cui, T.; Wang, Y.; Nazarian, S.; Pedram, M. An electricity trade model for microgrid communities in Smartgrid. In Proceedings of the ISGT 2014, Washington, DC, USA, 19–22 February 2014; pp. 1–5. [Google Scholar] [CrossRef]
- Basso, G.; Gaud, N.; Gechter, F.; Hilaire, V.; Lauri, F. A Framework for Qualifying and Evaluating Smartgrids Approaches: Focus on Multi-Agent Technologies. Smartgrid Renew. Energy 2013, 4, 333–347. [Google Scholar] [CrossRef]
- Wooldridge, M. Intelligent agents. Multiagent Syst. A Mod. Approach Distrib. Artif. Intell. 1999, 1, 27–73. [Google Scholar]
- Russell, S.; Norvig, P. Artificial Intelligence: A Modern Approach; Prentice Hall: New Jersey, NJ, USA, 1995. [Google Scholar]
- Russel, S.; Norvig, P. Artificial Intelligence—A Modern Approach; Person Education Inc.: New Jersey, NJ, USA, 2003. [Google Scholar]
- Dorri, A.; Kanhere, S.S.; Jurdak, R. Multi-Agent Systems: A Survey. IEEE Access 2018, 6, 28573–28593. [Google Scholar] [CrossRef]
- Ferber, J.; Weiss, G. Multi-Agent Systems: An Introduction to Distributed Artificial Intelligence; Addison-Wesley: Reading, MA, USA, 1999; Volume 1. [Google Scholar]
- Wooldridge, M.; Jennings, N.R. Intelligent agents: Theory and practice. Knowl. Eng. Rev. 1995, 10, 115–152. [Google Scholar] [CrossRef]
- Herrera, M.; Pérez-Hernández, M.; Kumar Parlikad, A.; Izquierdo, J. Multi-Agent Systems and Complex Networks: Review and Applications in Systems Engineering. Processes 2020, 8, 312. [Google Scholar] [CrossRef]
- Haddadi, A.; Sundermeyer, K. Belief-desire-intention agent architectures. In Foundations of Distributed Artificial Intelligence; John Wiley & Sons, Inc.: Hoboken, NJ, USA, 1996; pp. 169–185. [Google Scholar]
- Rao, A.S.; Georgeff, M.P. BDI Agents: From Theory to Practice. In Proceedings of the International Conference on Multiagent Systems, San Francisco, CA, USA, 12–14 June 1995; Volume 95, pp. 312–319. [Google Scholar]
- Franklin, S.; Graesser, A. Is it an Agent or just a Program?: A Taxonomy for Autonomous Agents. In Proceedings of the International Workshop on Agent Theories, Architectures and Languages, Budapest, Hungary, 12–13 August 1996; Springer: Berlin/Heidelberg, Germany, 1996; pp. 21–35. [Google Scholar] [CrossRef]
- Jennings, N.R.; Sycara, K.; Wooldridge, M. A roadmap of agent research and development. Auton. Agents Multi-Agent Syst. 1998, 1, 7–38. [Google Scholar] [CrossRef]
- Russell, S.J. Artificial Intelligence a Modern Approach; Pearson Education, Inc.: London, UK, 2010. [Google Scholar]
- Abbas, H.; Shaheen, S.; Amin, M. Organization of Multi-Agent Systems: An Overview. Int. J. Intell. Inf. Syst. 2015, 4, 46–57. [Google Scholar] [CrossRef]
- Horling, B.; Lesser, V. A Survey of Multi-agent Organizational Paradigms. Knowl. Eng. Rev. 2004, 19, 281–316. [Google Scholar] [CrossRef]
- Ansari, J.; Kazemi, A.; Gholami, A. Holonic structure: A state-of-the-art control architecture based on multi-agent systems for optimal reactive power dispatch in Smartgrids. IET Gener. Transm. Distrib. 2015, 9, 1922–1934. [Google Scholar] [CrossRef]
- Hajian, M.; Golsorkhi, M.S.; Ranjbar, A.; Shafiee, Q.; Savaghebi, M. V-I droop-based distributed event- and self-triggered secondary control of AC microgrids. IET Smartgrid 2023, 6, 271–283. [Google Scholar] [CrossRef]
- Akoka, J.; Bullen, C.V. Centralization versus decentralization of information systems: A critical survey and an annotated bibliography. Cent. Inf. Syst. Res. 1978, 11, 112–114. [Google Scholar]
- Janakiraman, R.; Waldvogel, M.; Zhang, Q. Indra: A peer-to-peer approach to network intrusion detection and prevention. In Proceedings of the WET ICE 2003, Twelfth IEEE International Workshops on Enabling Technologies: Infrastructure for Collaborative Enterprises, Linz, Austria, 9–11 June 2003; IEEE: New York, NY, USA, 2003; pp. 226–231. [Google Scholar] [CrossRef]
- Li, W.; Meng, W.; Liu, Z.; Au, M.H. Towards Blockchain-Based Software-Defined Networking: Security Challenges and Solutions. Ieice Trans. Inf. Syst. 2020, E103.D, 196–203. [Google Scholar] [CrossRef]
- Chen, X.; Dinh, H.; Wang, B. Cascading Failures in Smartgrid—Benefits of Distributed Generation. In Proceedings of the 2010 First IEEE International Conference on Smartgrid Communications, Gaithersburg, MD, USA, 4–6 October 2010; IEEE: New York, NY, USA, 2010; pp. 73–78. [Google Scholar] [CrossRef]
- Hines, P.D.; Rezaei, P. Cascading Failures in Power Systems; John Wiley & Sons: Hoboken, NJ, USA, 2016; pp. 215–234. [Google Scholar] [CrossRef]
- Huang, Z.; Wang, C.; Stojmenovic, M.; Nayak, A. Balancing System Survivability and Cost of Smartgrid Via Modeling Cascading Failures. IEEE Trans. Emerg. Top. Comput. 2013, 1, 45–56. [Google Scholar] [CrossRef]
- Erol-Kantarci, M.; Mouftah, H.T. Energy-Efficient Information and Communication Infrastructures in the Smartgrid: A Survey on Interactions and Open Issues. IEEE Commun. Surv. Tutor. 2015, 17, 179–197. [Google Scholar] [CrossRef]
- Pandey, S.K.; Mohanty, S.R.; Kishor, N. A literature survey on load–frequency control for conventional and distribution generation power systems. Renew. Sustain. Energy Rev. 2013, 25, 318–334. [Google Scholar] [CrossRef]
- Khan, M.W.; Wang, J. The research on multi-agent system for microgrid control and optimization. Renew. Sustain. Energy Rev. 2017, 80, 1399–1411. [Google Scholar] [CrossRef]
- Naderi, S.; Blondin, M.J. A Mapping and State-of-the-Art Survey on Multi-Objective Optimization Methods for Multi-Agent Systems. IEEE Access 2023, 11, 139728–139744. [Google Scholar] [CrossRef]
- Cerquides, J.; Farinelli, A.; Meseguer, P.; Ramchurn, S.D. A Tutorial on Optimization for Multi-Agent Systems. Comput. J. 2013, 57, 799–824. [Google Scholar] [CrossRef]
- Brazier, F.M.T.; Dunin-Keplicz, B.M.; Jennings, N.R.; Treur, J. Desire: Modeling Multi-Agent Systems in a Compositional Formal Framework. Int. J. Coop. Inf. Syst. 1997, 6, 67–94. [Google Scholar] [CrossRef]
- Iglesias, C.A.; Garijo, M.; González, J.C.; Velasco, J.R. Analysis and design of multiagent systems using MAS-CommonKADS. In Lecture Notes in Computer Science; Springer: Berlin/Heidelberg, Germany, 1998; pp. 313–327. [Google Scholar] [CrossRef]
- Lidula, N.; Rajapakse, A. Microgrids research: A review of experimental microgrids and test systems. Renew. Sustain. Energy Rev. 2011, 15, 186–202. [Google Scholar] [CrossRef]
- Cardoso, R.C.; Ferrando, A. A Review of Agent-Based Programming for Multi-Agent Systems. Computers 2021, 10, 16. [Google Scholar] [CrossRef]
- Kravari, K.; Bassiliades, N. A Survey of Agent Platforms. J. Artif. Soc. Soc. Simul. 2015, 18, 11. [Google Scholar] [CrossRef]
- Pipattanasomporn, M.; Feroze, H.; Rahman, S. Multi-agent systems in a distributed Smartgrid: Design and implementation. In Proceedings of the 2009 IEEE/PES Power Systems Conference and Exposition, Seattle, WA, USA, 15–18 March 2009; IEEE: New York, NY, USA, 2009; pp. 1–8. [Google Scholar] [CrossRef]
- Bellifemine, F.L.; Caire, G.; Greenwood, D. Developing Multi-Agent Systems with JADE; John Wiley & Sons: Hoboken, NJ, USA, 2007. [Google Scholar] [CrossRef]
- Flueck, A.J.; Nguyen, C.P. Integrating Renewable and Distributed resources—IIT Perfect Power Smartgrid Prototype. In Proceedings of the IEEE PES General Meeting, Minneapolis, MN, USA, 25–29 July 2010; IEEE: New York, NY, USA, 2010; pp. 1–4. [Google Scholar] [CrossRef]
- Dimeas, A.L.; Hatziargyriou, N.D. Design of an MAS for an Island System. In Proceedings of the 2007 International Conference on Intelligent Systems Applications to Power Systems, Kaohsiung, Taiwan, 5–8 November 2007; IEEE: New York, NY, USA, 2007; pp. 1–3. [Google Scholar] [CrossRef]
- Dimeas, A.L.; Hatziargyriou, N.D. Control Agents for Real Microgrids. In Proceedings of the 2009 15th International Conference on Intelligent System Applications to Power Systems, Curitiba, Brazil, 8–12 November 2009; IEEE: New York, NY, USA, 2009; pp. 1–5. [Google Scholar] [CrossRef]
- Oyarzabal, J.; Jimeno, J.; Ruela, J.; Engler, A.; Hardt, C. Agent-based micro grid management system. In Proceedings of the 2005 International Conference on Future Power Systems, Amsterdam, The Netherlands, 18 November 2005; IEEE: New York, NY, USA, 2005. [Google Scholar] [CrossRef]
- Gomes, L.; Pinto, T.; Faria, P.; Vale, Z. Distributed intelligent management of microgrids using a multi-agent simulation platform. In Proceedings of the 2014 IEEE Symposium on Intelligent Agents (IA), Orlando, FL, USA, 9–12 December 2014; IEEE: New York, NY, USA, 2014; pp. 1–7. [Google Scholar] [CrossRef]
- Kumar Nunna, H.S.V.S.; Doolla, S. Multiagent-Based Distributed-Energy-Resource Management for Intelligent Microgrids. IEEE Trans. Ind. Electron. 2013, 60, 1678–1687. [Google Scholar] [CrossRef]
- Wu, K.; Zhou, H. A multi-agent-based energy-coordination control system for grid-connected large-scale wind–photovoltaic energy storage power-generation units. Sol. Energy 2014, 107, 245–259. [Google Scholar] [CrossRef]
- Aung, N.; Khambadkone, A.; Srinivasan, D.; Logenthiran, T. Agent-based Intelligent Control for Real-time Operation of a Microgrid. In Proceedings of the 2010 Joint International Conference on Power Electronics, Drives and Energy Systems & 2010 Power India, New Delhi, India, 20–23 December 2010; IEEE: New York, NY, USA, 2010; pp. 1–6. [Google Scholar] [CrossRef]
- Kouluri, M.K.; Pandey, R.K. Intelligent agent-based micro grid control. In Proceedings of the 2011 2nd International Conference on Intelligent Agent & Multi-Agent Systems, Chennai, India, 7–9 September 2011; IEEE: New York, NY, USA, 2011; pp. 62–66. [Google Scholar] [CrossRef]
- Leng, D.; Polmai, S. Control of a microgrid based on distributed cooperative control of multi-agent system. Unpublished manuscript. 2014. [Google Scholar]
- Rivera, S.; Farid, A.M.; Youcef-Toumi, K. A multi-agent system transient stability platform for resilient self-healing operation of multiple microgrids. In Proceedings of the ISGT 2014, Washington, DC, USA, 19–22 February 2014; IEEE: New York, NY, USA, 2014; pp. 1–5. [Google Scholar] [CrossRef]
- Eddy, Y.S.F.; Gooi, H.B.; Chen, S.X. Multi-Agent System for Distributed Management of Microgrids. IEEE Trans. Power Syst. 2015, 30, 24–34. [Google Scholar] [CrossRef]
- James, G.; Cohen, D.; Dodier, R.; Platt, G.; Palmer, D. A deployed multi-agent framework for distributed energy applications. In Proceedings of the Fifth International Joint Conference on Autonomous Agents and Multiagent Systems, Hakodate, Japan, 8–12 May 2006; ACM: New York, NY, USA, 2006; pp. 676–678. [Google Scholar] [CrossRef]
- Logenthiran, T.; Srinivasan, D.; Wong, D. Multi-agent coordination for DER in MicroGrid. In Proceedings of the 2008 IEEE International Conference on Sustainable Energy Technologies, Singapore, 24–27 November 2008; IEEE: New York, NY, USA, 2008; pp. 77–82. [Google Scholar] [CrossRef]
- Hyacinth, S.; Nwana, D.T.; Ndumu, L.C.L.; Collis, J.C. Zeus: A toolkit for building distributed multiagent systems. Appl. Artif. Intell. 1999, 13, 129–185. [Google Scholar] [CrossRef]
- Singh, A.; Juneja, D.; Sharma, A. Agent Development Toolkits. arXiv 2011, arXiv:1111.5930. [Google Scholar]
- Feroze, H. Multi-Agent Systems in Microgrids: Design and Implementation. Ph.D. Thesis, Virginia Institute of Technology, Blacksburg, VA, USA, 2009. [Google Scholar]
- Li, T.; Xiao, Z.; Huang, M.; Yu, J.; Hu, J. Control system simulation of microgrid based on IP and Multi-Agent. In Proceedings of the 2010 International Conference on Information, Networking and Automation (ICINA), Kunming, China, 17–19 October 2010; IEEE: New York, NY, USA, 2010; Volume 1, pp. V1-235–V1-239. [Google Scholar] [CrossRef]
- Xiao, Z.; Li, T.; Huang, M.; Shi, J.; Yang, J.; Yu, J.; Wu, W. Hierarchical MAS Based Control Strategy for Microgrid. Energies 2010, 3, 1622–1638. [Google Scholar] [CrossRef]
- Melo, L.S.; Sampaio, R.F.; Leão, R.P.S.; Barroso, G.C.; Bezerra, J.R. Python-based multi-agent platform for application on power grids. Int. Trans. Electr. Energy Syst. 2019, 29, e12012. [Google Scholar] [CrossRef]
- Lützenberger, M.; Küster, T.; Konnerth, T.; Thiele, A.; Masuch, N.; Heßler, A.; Keiser, J.; Burkhardt, M.; Kaiser, S.; Albayrak, S. JIAC V: A MAS framework for industrial applications. In Proceedings of the 2013 International Conference on Autonomous Agents and Multi-Agent Systems, Saint Paul, MN, USA, 6–10 May 2013; pp. 1189–1190. [Google Scholar]
- Yilmaz, C.; Albayrak, S.; Lützenberger, M. Smartgrid architectures and the multi-agent system paradigm. In Proceedings of the ENERGY 2014, The Fourth International Conference on Smart Grids, Green Communications and IT Energy-Aware Technologies, Chamonix, France, 20–24 April 2014; IARIA XPS Press: Wilmington, NC, USA, 2014; pp. 90–95. [Google Scholar]
- Grunewald, D.; Lützenberger, M.; Chinnow, J.; Bye, R.; Bsufka, K.; Albayrak, S. Agent-based network security simulation. In Proceedings of the 10th International Conference on Autonomous Agents and Multiagent Systems (AAMAS), Taipei, Taiwan, 2–6 May 2011; Volume 2, pp. 1325–1326. [Google Scholar]
- Akyol, B.; Haack, J.; Carpenter, B.; Ciraci, S.; Vlachopoulou, M.; Tews, C. Volttron: An agent execution platform for the electric power system. In Proceedings of the Third International Workshop on Agent Technologies for Energy Systems, Valencia, Spain, 5 June 2012; Editorial Universitat Politecnica de Valencia: Valencia, Spain, 2012. [Google Scholar]
- Haack, J.; Akyol, B.; Tenney, N.; Carpenter, B.; Pratt, R.; Carroll, T. VOLTTRON™: An agent platform for integrating electric vehicles and Smartgrid. In Proceedings of the 2013 International Conference on Connected Vehicles and Expo (ICCVE), Las Vegas, NV, USA, 2–6 December 2013; IEEE: New York, NY, USA, 2013; pp. 81–86. [Google Scholar] [CrossRef]
- Katipamula, S.; Lutes, R.G.; Ngo, H.; Underhill, R.M. Transactional Network Platform: Applications; Pacific Northwest National Lab.(PNNL): Richland, WA, USA, 2013. [Google Scholar] [CrossRef]
- Khamphanchai, W.; Saha, A.; Rathinavel, K.; Kuzlu, M.; Pipattanasomporn, M.; Rahman, S.; Akyol, B.; Haack, J. Conceptual architecture of building energy management open source software (BEMOSS). In Proceedings of the IEEE PES Innovative Smartgrid Technologies, Europe, Istanbul, Turkey, 12–15 October 2014; IEEE: New York, NY, USA, 2014; pp. 1–6. [Google Scholar] [CrossRef]
- Khamphanchai, W.; Pipattanasomporn, M.; Kuzlu, M.; Rahman, S. An agent-based open source platform for building energy management. In Proceedings of the 2015 IEEE Innovative Smartgrid Technologies—Asia (ISGT ASIA), Bangkok, Thailand, 3–6 November 2015; IEEE: New York, NY, USA, 2015; pp. 1–6. [Google Scholar] [CrossRef]
- Akkermans, H.; Ygge, F.; Gustavsson, R. HOMEBOTS: Intelligent Decentralized Services for Energy Management. In Proceedings of the Fourth International Symposium on the Management of Industrial and Corporate Knowledge (ISMICK 96), Rotterdam, The Netherlands, 21–22 October 1996; Erasmus University: Rotterdam, The Netherlands, 1996. [Google Scholar]
- Ygge, F.; Gustavsson, R.; Akkermans, J. HOMEBOTS: Intelligent Agents for Decentralized Load Management. In Proceedings of the Conference on Distribution Automation and Demand Side Management DA/DSM’96, Vienna, Austria, 8–10 October 1996; pp. 597–611. [Google Scholar]
- Cohen, D.A. GridAgents™: Intelligent agent applications for integration of Distributed Energy Resources within distribution systems. In Proceedings of the 2008 IEEE Power and Energy Society General Meeting—Conversion and Delivery of Electrical Energy in the 21st Century, Pittsburgh, PA, USA, 20–24 July 2008; IEEE: New York, NY, USA, 2008; pp. 1–5. [Google Scholar] [CrossRef]
- Rahman, S.; Pipattanasomporn, M.; Teklu, Y. Intelligent Distributed Autonomous Power Systems (IDAPS). In Proceedings of the 2007 IEEE Power Engineering Society General Meeting, Tampa, FL, USA, 24–28 June 2007; IEEE: New York, NY, USA, 2007; pp. 1–8. [Google Scholar] [CrossRef]
- Crosbie, T.; Dawood, N. IDEAS Project Final Report; Technical Report; Teesside University: Teesside, UK, 2016. [Google Scholar] [CrossRef]
- Short, M.; Dawood, M.; Crosbie, T.; Dawood, N.; Ala-Juusela, M. Visualization tools for energy awareness and management in energy positive neighborhoods. In Proceedings of the 14th International Conference on Construction Applications of Virtual Reality, Sharjah, UAE, 16–18 November 2014; Teesside University: Teesside, UK, 2014; pp. 275–284. [Google Scholar]
- Kok, K.; Scheepers, M.; Kamphuis, R. Intelligence in Electricity Networks for Embedding Renewables and Distributed Generation; Springer: Berlin/Heidelberg, Germany, 2010; pp. 179–209. [Google Scholar] [CrossRef]
- Kok, K. The PowerMatcher: Smart Coordination for the Smart Electricity Grid. Ph.D. Thesis, Vrije Universiteit, Amsterdam, The Netherlands, 2013. [Google Scholar]
- Catterson, V.; Davidson, E.; McArthur, S. Issues in Integrating Existing Multi-Agent Systems for Power Engineering Applications. In Proceedings of the 13th International Conference on, Intelligent Systems Application to Power Systems, Arlington, VA, USA, 6–10 November 2005; IEEE: New York, NY, USA, 2005. [Google Scholar] [CrossRef]
- Burg, B. Foundation for Intelligent Physical Agents; FIPA: New York, NY, USA, 2002. [Google Scholar]
- Lizan, F.J.M. Intelligent Buildings: Foundation for Intelligent Physical Agents. Int. J. Eng. Res. Appl. 2017, 7, 21–25. [Google Scholar] [CrossRef]
- Teixeira, B.; Pinto, T.; Silva, F.; Santos, G.; Praça, I.; Vale, Z. Multi-Agent Decision Support Tool to Enable Interoperability among Heterogeneous Energy Systems. Appl. Sci. 2018, 8, 328. [Google Scholar] [CrossRef]
- Soon, G.K.; On, C.K.; Anthony, P.; Hamdan, A.R. A Review on Agent Communication Language; Springer: Berlin/Heidelberg, Germany, 2019; pp. 481–491. [Google Scholar] [CrossRef]
- Finin, T.; Fritzson, R.; McKay, D.; McEntire, R. KQML as an agent communication language. In Proceedings of the Third International Conference on Information and Knowledge Management, Gaithersburg, MD, USA, 29 November–2 December 1994; ACM Press: New York, NY, USA, 1994; pp. 456–463. [Google Scholar] [CrossRef]
- Basso, T.; DeBlasio, R. IEEE Smartgrid Series of Standards IEEE 2030 (Interoperability) and IEEE 1547 (Interconnection) Status; Technical Report; National Renewable Energy Lab. (NREL): Golden, CO, USA, 2012.
- Ho, Q.D.; Gao, Y.; Rajalingham, G.; Le-Ngoc, T.; Ho, Q.D.; Gao, Y.; Rajalingham, G.; Le-Ngoc, T. Smartgrid Communications Network (SGCN); Springer: Berlin/Heidelberg, Germany, 2014; pp. 15–30. [Google Scholar] [CrossRef]
- Liang, Y.; Campbell, R.H. Understanding and simulating the IEC 61850 standard. Unpublished manuscript. 2008. [Google Scholar]
- Skoko, V.; Atlagic, B.; Isakov, N. Comparative realization of IEC 60870-5 industrial protocol standards. In Proceedings of the 2014 22nd Telecommunications Forum Telfor (TELFOR), Belgrade, Serbia, 25–27 November 2014; IEEE: New York, NY, USA, 2014; pp. 987–990. [Google Scholar] [CrossRef]
- Curtis, K. A DNP3 Protocol Primer; DNP Users Group: Calgary, AB, Canada, 2005. [Google Scholar]
- Brunner, C. IEC 61850 for power system communication. In Proceedings of the 2008 IEEE/PES Transmission and Distribution Conference and Exposition, Chicago, IL, USA, 21–24 April 2008; IEEE: New York, NY, USA, 2008; pp. 1–6. [Google Scholar] [CrossRef]
- Mackiewicz, R. Overview of IEC 61850 and Benefits. In Proceedings of the 2006 IEEE PES Power Systems Conference and Exposition, Atlanta, GA, USA, 29 October–1 November 2006; IEEE: New York, NY, USA, 2006; pp. 623–630. [Google Scholar] [CrossRef]
- Pal, A.; Dash, R. A Paradigm Shift in Substation Engineering: IEC 61850 Approach. Procedia Technol. 2015, 21, 8–14. [Google Scholar] [CrossRef]
- Sidhu, T.S.; Yin, Y. Modeling and Simulation for Performance Evaluation of IEC61850-Based Substation Communication Systems. IEEE Trans. Power Deliv. 2007, 22, 1482–1489. [Google Scholar] [CrossRef]
- Zhabelova, G.; Vyatkin, V. Multiagent Smartgrid Automation Architecture Based on IEC 61850/61499 Intelligent Logical Nodes. IEEE Trans. Ind. Electron. 2012, 59, 2351–2362. [Google Scholar] [CrossRef]
- McMorran, A.W. An introduction to IEC 61970-301 & 61968-11: The common information model. Univ. Strathclyde 2007, 93, 180. [Google Scholar]
- Britton, J.; deVos, A. CIM-based standards and CIM evolution. IEEE Trans. Power Syst. 2005, 20, 758–764. [Google Scholar] [CrossRef]
- Hippolyte, J.L.; Howell, S.; Yuce, B.; Mourshed, M.; Sleiman, H.A.; Vinyals, M.; Vanhee, L. Ontology-based demand side flexibility management in Smartgrids using a multi-agent system. In Proceedings of the 2016 IEEE International Smart Cities Conference (ISC2), Trento, Italy, 12–15 September 2016; IEEE: New York, NY, USA, 2016; pp. 1–7. [Google Scholar] [CrossRef]
- Santos, G.; Silva, F.; Teixeira, B.; Vale, Z.; Pinto, T. Power Systems Simulation Using Ontologies to Enable the Interoperability of Multi-Agent Systems. In Proceedings of the 2018 Power Systems Computation Conference (PSCC), Dublin, Ireland, 11–15 June 2018; IEEE: New York, NY, USA, 2018; pp. 1–7. [Google Scholar] [CrossRef]
- McNaughton, G.A.; McNaughton, W.P. MultiSpeak® 3.0 Users Guide; National Rural Electric Cooperative Association: Arlington, VA, USA, 2006. [Google Scholar]
- Mozina, C.J. Impact of Smartgrid and green power generation on distribution systems. In Proceedings of the 2012 IEEE PES Innovative Smartgrid Technologies (ISGT), Washington, DC, USA, 16–20 January 2012; IEEE: New York, NY, USA, 2013; Volume 49, pp. 1079–1090. [Google Scholar] [CrossRef]
- IEEE Standard 1547 for Interconnecting Distributed Resources with Electric Power Systems; IEEE: New York, NY, USA, 2003.
- Apostolov, A. Multi-agent systems and IEC 61850. In Proceedings of the 2006 IEEE Power Engineering Society General Meeting, Montreal, QC, Canada, 18–22 June 2006; IEEE: New York, NY, USA, 2006. [Google Scholar] [CrossRef]
- Saleem, A.; Honeth, N.; Nordström, L. A case study of multi-agent interoperability in IEC 61850 environments. In Proceedings of the 2010 IEEE PES Innovative Smartgrid Technologies Conference Europe (ISGT Europe), Gothenburg, Sweden, 11–13 October 2010; IEEE: New York, NY, USA, 2010; pp. 1–8. [Google Scholar] [CrossRef]
- Samirmi, F.; Tang, W.; Wu, H. Power transformer condition monitoring and fault diagnosis with multi-agent system based on ontology reasoning. In Proceedings of the 2013 IEEE PES Asia-Pacific Power and Energy Engineering Conference (APPEEC), Kowloon, Hong Kong, 8–11 December 2013; IEEE: New York, NY, USA, 2013; pp. 1–6. [Google Scholar] [CrossRef]
- Van Dam, K.; Lukszo, Z. Modeling Energy and Transport Infrastructures as a Multi-Agent System using a Generic Ontology. In Proceedings of the 2006 IEEE international conference on systems, Man and Cybernetics, Taipei, Taiwan, 8–11 October 2006; IEEE: New York, NY, USA, 2006; Volume 1, pp. 890–895. [Google Scholar] [CrossRef]
- Wei, S.; Xiangnan, W.; Houji, C.; Guowei, P. Multi-agent architecture of energy-management system based on IEC 61970 CIM. In Proceedings of the 2007 International Power Engineering Conference (IPEC 2007), Singapore, 3–6 December 2007; IEEE: New York, NY, USA, 2007; pp. 1366–1370. [Google Scholar]
- Ma, Z.; Schultz, M.J.; Christensen, K.; Værbak, M.; Demazeau, Y.; Jørgensen, B.N. The Application of Ontologies in Multi-Agent Systems in the Energy Sector: A Scoping Review. Energies 2019, 12, 3200. [Google Scholar] [CrossRef]
- Logenthiran, T.; Srinivasan, D.; Khambadkone, A. Multi-agent system for energy resource scheduling of integrated microgrids in a distributed system. Electr. Power Syst. Res. 2011, 81, 138–148. [Google Scholar] [CrossRef]
- Santos, G.; Pinto, T.; Vale, Z.; Morais, H.; Praça, I. Upper Ontology for Multi-Agent Energy Systems’ Applications. Adv. Intell. Syst. Comput. 2013, 217, 617–624. [Google Scholar] [CrossRef]
- Poveda, G.; Schumann, R. An Ontology-Driven Approach for Modeling a Multi-agent-Based Electricity Market. In Proceedings of the Multiagent System Technologies: 14th German Conference, MATES 2016, Klagenfurt, Austria, 27–30 September 2016; Proceedings 14. Springer: Berlin/Heidelberg, Germany, 2016; Volume 9872, pp. 27–40. [Google Scholar] [CrossRef]
- Tilipakis, N.; Douligeris, C.; Neris, A. Ontology-based tools for the management of customers’ portfolios in a deregulated electricity market environment. In Metadata and Semantics; Springer: Boston, MA, USA, 2009; pp. 269–278. [Google Scholar] [CrossRef]
- Kofler, M.; Reinisch, C.; Kastner, W. A semantic representation of energy-related information in future smart homes. Energy Build. 2012, 47, 169–179. [Google Scholar] [CrossRef]
- Alexopoulos, P.; Kafentzis, K.; Zoumas, C. ELMO: An Interoperability Ontology for the Electricity Market. In Proceedings of the International Conference on e-Business, Wuhan, China, 23–24 May 2009; SciTePress: Setubal, Portugal, 2009; pp. 15–20. [Google Scholar]
- Santos, G.; Pinto, T.; Vale, Z.; Praça, I.; Morais, H. Enabling communications in heterogeneous multi-agent systems: Electricity markets ontology. ADCAIJ Adv. Distrib. Comput. Artif. Intell. J. 2016, 5, 15–42. [Google Scholar] [CrossRef]
- Santos, G.; Pinto, T.; Praça, I.; Vale, Z. EPEX ontology: Enhancing agent-based electricity market simulation. In Proceedings of the 2017 19th International Conference on Intelligent System Application to Power Systems (ISAP), San Antonio, TX, USA, 17–20 September 2017; IEEE: New York, NY, USA, 2017; pp. 1–6. [Google Scholar] [CrossRef]
- Santos, G.; Pinto, T.; Praça, I.; Vale, Z. Nord pool ontology to enhance electricity markets simulation in MASCEM. In Proceedings of the Progress in Artificial Intelligence: 18th EPIA Conference on Artificial Intelligence, EPIA 2017, Porto, Portugal, 5–8 September 2017; Proceedings 18. Springer: Berlin/Heidelberg, Germany, 2017; pp. 283–294. [Google Scholar] [CrossRef]
- Duan, R.; Deconinck, G. Future electricity market interoperability of a multi-agent model of the Smartgrid. In Proceedings of the 2010 International Conference on Networking, Sensing and Control (ICNSC), Chicago, IL, USA, 10–12 April 2010; IEEE: New York, NY, USA, 2010; pp. 625–630. [Google Scholar] [CrossRef]
- Gomes, L.; Vale, Z.A.; Corchado, J.M. Multi-agent microgrid management system for single-board computers: A case study on peer-to-peer energy trading. IEEE Access 2020, 8, 64169–64183. [Google Scholar] [CrossRef]
- Lopez, M.; Martín, S.; Aguado, J.; De La Torre, S. Market-oriented operation in microgrids using multi-agent systems. In Proceedings of the 2011 International Conference on Power Engineering, Energy and Electrical Drives, Malaga, Spain, 11–13 May 2011; IEEE: New York, NY, USA, 2011; pp. 1–6. [Google Scholar] [CrossRef]
- Ramachandran, B.; Srivastava, S.K.; Edrington, C.S.; Cartes, D.A. An Intelligent Auction Scheme for Smartgrid Market Using a Hybrid Immune Algorithm. IEEE Trans. Ind. Electron. 2011, 58, 4603–4612. [Google Scholar] [CrossRef]
- Dimeas, A.; Hatziargyriou, N. A Multi-Agent System for Microgrids. In Proceedings of the 2004 Hellenic Conference on Artificial Intelligence, Samos, Greece, 5–8 May 2004; Springer: Berlin/Heidelberg, Germany, 2004; Volume 3025, pp. 447–455. [Google Scholar] [CrossRef]
- Akbari, A.; Mozayani, N. A Holonic Multi Agent System For Operating Smartgrid Market. In Proceedings of the 4rd Conference on Emerging Trends in Energy Conservation, Tehran, Iran, 18 February 2015; Civilica: Tehran, Iran, 2015. [Google Scholar]
- Babar, M.; Nguyen, P.; Cuk, V.; Kamphuis, R.; Kling, W. Complex bid model and strategy for dispatchable loads in real time market-based demand response. In Proceedings of the IEEE PES Innovative Smartgrid Technologies, Europe, Istanbul, Turkey, 12–15 October 2014; IEEE: New York, NY, USA, 2014; Volume 2015. [Google Scholar] [CrossRef]
- Logenthiran, T.; Srinivasan, D. Multi-Agent System for the Operation of an Integrated Microgrid. J. Renew. Sustain. Energy 2011, 4, 013116. [Google Scholar] [CrossRef]
- Vytelingum, P.; Ramchurn, S.D.; Voice, T.C.; Rogers, A.; Jennings, N.R. Trading agents for the smart electricity grid. In Proceedings of the Adaptive Agents and Multi-Agent Systems, Toronto, ON, Canada, 10–14 May 2010; Volume 1, pp. 897–904. [Google Scholar]
- Shafie-khah, M.; Catalão, J. A Stochastic Multi-Layer Agent-Based Model to Study Electricity Market Participants Behavior. IEEE Trans. Power Syst. 2014, 30, 867–881. [Google Scholar] [CrossRef]
- Tushar, W.; Chai, B.; Yuen, C.; Huang, S.; Smith, D.; Poor, H.V.; Yang, Z. Energy Storage Sharing in Smartgrid: A Modified Auction Based Approach. IEEE Trans. Smartgrid 2016, 7, 1462–1475. [Google Scholar] [CrossRef]
- Amato, A.; Di Martino, B.; Scialdone, M.; Venticinque, S. Multi-agent Negotiation of Decentralized Energy Production in Smart Micro-grid. In Proceedings of the Intelligent Distributed Computing VIII, Madrid, Spain, 3–5 September 2015; Springer: Berlin, Germany, 2015; Volume 570, pp. 155–160. [Google Scholar] [CrossRef]
- Mezquita, Y.; Gazafroudi, A.S.; Corchado, J.M.; Shafie-Khah, M.; Laaksonen, H.; Kamišalić, A. Multi-Agent Architecture for Peer-to-Peer Electricity Trading-based on Blockchain Technology. In Proceedings of the 2019 XXVII International Conference on Information, Communication and Automation Technologies (ICAT), Sarajevo, Bosnia and Herzegovina, 20–23 October 2019; IEEE: New York, NY, USA, 2019; pp. 1–6. [Google Scholar] [CrossRef]
- Morstyn, T.; Teytelboym, A.; Mcculloch, M.D. Bilateral Contract Networks for Peer-to-Peer Energy Trading. IEEE Trans. Smartgrid 2019, 10, 2026–2035. [Google Scholar] [CrossRef]
- Wang, Z.; Wang, L. Adaptive Negotiation Agent for Facilitating Bi-Directional Energy Trading between Smart Building and Utility Grid. IEEE Trans. Smartgrid 2013, 4, 702–710. [Google Scholar] [CrossRef]
- Nagata, T.; Ueda, Y.; Utatani, M. A multi-agent approach to Smartgrid energy management. In Proceedings of the 2012 10th International Power & Energy Conference (IPEC), Ho Chi Minh City, Vietnam, 12–14 December 2012; IEEE: New York, NY, USA, 2012; pp. 327–331. [Google Scholar] [CrossRef]
- Ali, S.; Ahmed, S.; Marwat, S.N.K. A practical approach to consensus-based control of multi-agent systems. In Proceedings of the 2018 International Symposium on Recent Advances in Electrical Engineering (RAEE), Islamabad, Pakistan, 17–18 October 2018; IEEE: New York, NY, USA, 2018; pp. 1–5. [Google Scholar] [CrossRef]
- Badawy, R.; Yassine, A.; Heßler, A.; Hirsch, B.; Albayrak, S. A novel multi-agent system utilizing quantum-inspired evolution for demand side management in the future Smartgrid. Integr. Comput.-Aided Eng. 2013, 20, 127–141. [Google Scholar] [CrossRef]
- Beer, S.; Sonnenschein, M.; Appelrath, H.J. Towards a self-organization mechanism for agent associations in electricity spot markets. In Proceedings of the Informatik 2011, Berlin, Germany, 4–7 October 2011; GI-Jahrestagung 2011. p. 266. [Google Scholar]
- Lopes, F.; Ilco, C.; Sousa, J. Bilateral negotiation in energy markets: Strategies for promoting demand response. In Proceedings of the 2013 10th international conference on the European Energy Market (EEM), Stockholm, Sweden, 27–31 May 2013; IEEE: New York, NY, USA, 2013; pp. 1–6. [Google Scholar] [CrossRef]
- Amini, M.H.; Nabi, B.; Haghifam, M.R. Load management using multi-agent systems in smart distribution network. In Proceedings of the 2013 IEEE Power & Energy Society General Meeting, Vancouver, BC, Canada, 21–25 July 2013; IEEE: New York, NY, USA, 2013; pp. 1–5. [Google Scholar] [CrossRef]
- Hernández, L.; Baladron, C.; Aguiar, J.M.; Carro, B.; Sanchez-Esguevillas, A.; Lloret, J.; Chinarro, D.; Gomez-Sanz, J.J.; Cook, D. A Multi-Agent-System Architecture for Smartgrid Management and Forecasting of Energy Demand in Virtual Power Plants. IEEE Commun. Mag. 2013, 51, 106–113. [Google Scholar] [CrossRef]
- Klaimi, J.; Rahim-Amoud, R.; Merghem-Boulahia, L.; Jrad, A. A novel loss-based energy management approach for Smartgrids using Multi-Agent Systems and Intelligent Storage Systems. Sustain. Cities Soc. 2018, 39, 344–357. [Google Scholar] [CrossRef]
- Binetti, G.; Davoudi, A.; Naso, D.; Turchiano, B.; Lewis, F.L. A distributed auction-based algorithm for the nonconvex economic dispatch problem. IEEE Trans. Ind. Inf. 2013, 10, 1124–1132. [Google Scholar] [CrossRef]
- Roesch, M.; Linder, C.; Zimmermann, R.; Rudolf, A.; Hohmann, A.; Reinhart, G. Smartgrid for Industry Using Multi-Agent Reinforcement Learning. Appl. Sci. 2020, 10, 6900. [Google Scholar] [CrossRef]
- Simões, M.G.; Bhattarai, S. Multi agent-based energy management control for commercial buildings. In Proceedings of the 2011 IEEE Industry Applications Society Annual Meeting, Orlando, FL, USA, 9–13 October 2011; IEEE: New York, NY, USA, 2011; pp. 1–6. [Google Scholar] [CrossRef]
- Zhao, P.; Suryanarayanan, S.; Simoes, M.G. An Energy Management System for Building Structures Using a Multi-Agent Decision-Making Control Methodology. IEEE Trans. Ind. Appl. 2013, 49, 322–330. [Google Scholar] [CrossRef]
- Chahinaze, A.; Faquir, S.; Yahyaouy, A. Intelligent Optimization And Management System For Renewable Energy Systems Using Multi-Agent. IAES Int. J. Artif. Intell. 2019, 8, 352. [Google Scholar] [CrossRef]
- Hurtado, L.; Nguyen, P.; Kling, W. Agent-based control for building energy management in the Smartgrid framework. In Proceedings of the IEEE PES Innovative Smartgrid Technologies Europe, Istanbul, Turkey, 12–15 October 2015; IEEE: New York, NY, USA, 2014; Volume 2015, pp. 1–6. [Google Scholar] [CrossRef]
- Xu, X.; Jia, Y.; Xu, Y.; Xu, Z.; Chai, S.; Lai, C.S. A Multi-Agent Reinforcement Learning-Based Data-Driven Method for Home Energy Management. IEEE Trans. Smartgrid 2020, 11, 3201–3211. [Google Scholar] [CrossRef]
- Vytelingum, P.; Voice, T.; Ramchurn, S.; Rogers, A.; Jennings, N. Agent-Based Micro-Storage Management for the Smartgrid. In Proceedings of the 9th International Conference on Autonomous Agents and Multiagent Systems, Toronto, ON, Canada, 10–14 May 2010; Volume 1, pp. 39–46. [Google Scholar] [CrossRef]
- Khan, M.W.; Wang, J.; Xiong, L.; Ma, M. Modeling and optimal management of distributed microgrid using multi-agent systems. Sustain. Cities Soc. 2018, 41, 154–169. [Google Scholar] [CrossRef]
- Nagata, T.; Ueda, Y.; Utatani, M. A multi-agent approach to Smartgrid operations. In Proceedings of the 2012 IEEE International Conference on Power System Technology (POWERCON), Auckland, New Zealand, 30 October–2 November 2012; IEEE: New York, NY, USA, 2012; pp. 1–5. [Google Scholar] [CrossRef]
- Alishavandi, A.M.; Moghaddas-Tafreshi, S.M. Interactive decentralized operation with effective presence of renewable energies using multi-agent systems. Int. J. Electr. Power Energy Syst. 2019, 112, 36–48. [Google Scholar] [CrossRef]
- Li, J.; James, G.; Poulton, G. Set-Points Based Optimal Multi-Agent Coordination for Controlling Distributed Energy Loads. In Proceedings of the 2009 Third IEEE International Conference on Self-Adaptive and Self-Organizing Systems, San Francisco, CA, USA, 14–18 September 2009; IEEE: New York, NY, USA, 2009; pp. 265–271. [Google Scholar] [CrossRef]
- Kuo, M.T.; Lu, S.D. Design and implementation of real-time intelligent control and structure based on multi-agent systems in microgrids. Energies 2013, 6, 6045–6059. [Google Scholar] [CrossRef]
- Leo, R.; Milton, R.; Mahadevan, S. Multi agent systems-based distributed control and automation of micro-grid using MACSimJX. In Proceedings of the 2016 10th International Conference on Intelligent Systems and Control (ISCO), Coimbatore, India, 7–8 January 2016; IEEE: New York, NY, USA, 2016; pp. 1–6. [Google Scholar] [CrossRef]
- Leo, R.; Morais, A.A.; Rathnakumar, R.; Ponnivalavan, S.; Thavam, L.D. Micro-grid Grid Outage Management Using Multi-agent Systems. In Proceedings of the 2017 Second International Conference on Recent Trends and Challenges in Computational Models (ICRTCCM), Tindivanam, India, 3–4 February 2017; IEEE: New York, NY, USA, 2017; pp. 363–368. [Google Scholar] [CrossRef]
- Raju, L.; Morais, A.A. Multi-agent systems-based advanced energy management of smart micro-grid. In Multi Agent Systems-Strategies and Applications; IntechOpen: London, UK, 2020. [Google Scholar] [CrossRef]
- Dou, C.X.; Liu, B. Multi-Agent Based Hierarchical Hybrid Control for Smart Microgrid. IEEE Trans. Smartgrid 2013, 4, 771–778. [Google Scholar] [CrossRef]
- Radhakrishnan, B.M.; Srinivasan, D. A multi-agent-based distributed energy management scheme for smart grid applications. Energy 2016, 103, 192–204. [Google Scholar] [CrossRef]
- Radhakrishnan, B.M.; Srinivasan, D.; Mehta, R. Fuzzy-based multi-agent system for distributed energy management in Smartgrids. Int. J. Uncertain. Fuzziness Knowl.-Based Syst. 2016, 24, 781–803. [Google Scholar] [CrossRef]
- Carvalho, M.; Perez, C.; Granados, A. An adaptive multi-agent-based approach to Smartgrids control and optimization. Energy Syst. 2012, 3, 61–76. [Google Scholar] [CrossRef]
- Menon, R.B.; Menon, S.B.; Srinivasan, D.; Jain, L. Online reinforcement learning in multi-agent systems for distributed energy systems. In Proceedings of the 2014 IEEE Innovative Smartgrid Technologies-Asia (ISGT ASIA), Kuala Lumpur, Malaysia, 20–23 May 2014; IEEE: New York, NY, USA, 2014; pp. 791–796. [Google Scholar] [CrossRef]
- Gupta, R.; Jha, D.K.; Yadav, V.K.; Kumar, S. A multi-agent framework for operation of a Smartgrid. Energy Power Eng. 2013, 5, 1330. [Google Scholar] [CrossRef]
- Manickavasagam, K. Intelligent energy control center for distributed generators using multi-agent system. IEEE Trans. Power Syst. 2014, 30, 2442–2449. [Google Scholar] [CrossRef]
- Menon, R.B.; Menon, S.B.; Srinivasan, D.; Jain, L. Fuzzy logic decision-making in multi-agent systems for Smartgrids. In Proceedings of the 2013 IEEE Computational Intelligence Applications in Smartgrid (CIASG), Singapore, 16–19 April 2013; IEEE: New York, NY, USA, 2013; pp. 44–50. [Google Scholar] [CrossRef]
- Ullah, M.H.; Alseyat, A.; Park, J.D. Multi-agent system-based distributed energy management in Smartgrid under uncertainty. In Proceedings of the 2019 IEEE Energy Conversion Congress and Exposition (ECCE), Baltimore, MD, USA, 29 September–3 October 2019; IEEE: New York, NY, USA, 2019; pp. 3462–3468. [Google Scholar] [CrossRef]
- Manickavasagam, K.; Nithya, M.; Priya, K.; Shruthi, J.; Krishnan, S.; Misra, S.; Manikandan, S. Control of distributed generator and Smartgrid using multi-agent system. In Proceedings of the 2011 1st International Conference on Electrical Energy Systems, Chennai, Tamilnadu, India, 3–5 January 2011; IEEE: New York, NY, USA, 2011; pp. 212–217. [Google Scholar] [CrossRef]
- Bidram, A.; Lewis, F.L.; Davoudi, A.; Qu, Z. Frequency control of electric power microgrids using distributed cooperative control of multi-agent systems. In Proceedings of the 2013 IEEE International Conference on Cyber Technology in Automation, Control and Intelligent Systems, Nanjing, China, 26–29 May 2013; IEEE: New York, NY, USA, 2013; pp. 223–228. [Google Scholar] [CrossRef]
- Bidram, A.; Davoudi, A.; Lewis, F.L.; Qu, Z. Secondary control of microgrids based on distributed cooperative control of multi-agent systems. IET Gener. Transm. Distrib. 2013, 7, 822–831. [Google Scholar] [CrossRef]
- Manditereza, P.T.; Bansal, R.C. Multi-agent-based distributed voltage control algorithm for smart grid applications. Electr. Power Components Syst. 2016, 44, 2352–2363. [Google Scholar] [CrossRef]
- Shayanfar, H.A.; Malek, S. Photovoltaic Microgrids Control by the Cooperative Control of Multi-Agent Systems. In Proceedings of the 2015 30th International Power System Conference (PSC), Tehran, Iran, 23–25 November 2015; IEEE: New York, NY, USA, 2015; pp. 287–293. [Google Scholar] [CrossRef]
- Wu, X.; Jiang, P.; Lu, J. Multiagent-Based Distributed Load Shedding for Islanded Microgrids. Energies 2014, 7, 6050–6062. [Google Scholar] [CrossRef]
- Fishov, A.G.; Klavsuts, I.L.; Klavsuts, D.A. Multi-Agent Regulation of Voltage in Smartgrid System with the Use of Distributed Generation and Customers. Appl. Mech. Mater. 2015, 698, 761–767. [Google Scholar] [CrossRef]
- Singh, V.P.; Kishor, N.; Samuel, P. Distributed Multi-Agent System-Based Load Frequency Control for Multi-Area Power System in Smartgrid. IEEE Trans. Ind. Electron. 2017, 64, 5151–5160. [Google Scholar] [CrossRef]
- Sajadi, A.; Farag, H.; Biczel, P.; El-Saadany, E. Voltage regulation based on fuzzy multi-agent control scheme in smart grids. In Proceedings of the 2012 IEEE Energytech, Cleveland, OH, USA, 29–31 May 2012; IEEE: New York, NY, USA, 2012; pp. 1–5. [Google Scholar] [CrossRef]
- Shahbazi, H.; Karbalaei, F. Decentralized Voltage Control of Power Systems Using Multi-agent Systems. J. Mod. Power Syst. Clean Energy 2020, 8, 249–259. [Google Scholar] [CrossRef]
- Morstyn, T.; Hredzak, B.; Agelidis, V.G. Distributed Cooperative Control of Microgrid Storage. IEEE Trans. Power Syst. 2014, 30, 2780–2789. [Google Scholar] [CrossRef]
- Kim, B.; Lavrova, O. Optimal Power Flow and Energy-sharing Among Multi-agent Smart Buildings in the Smartgrid. In Proceedings of the 2013 IEEE Energytech, Cleveland, OH, USA, 21–23 May 2013; IEEE: New York, NY, USA, 2013; pp. 1–5. [Google Scholar] [CrossRef]
- Celik, B.; Roche, R.; Bouquain, D.; Miraoui, A. Coordinated Neighborhood Energy Sharing Using Game Theory and Multi-agent Systems. In Proceedings of the 2017 IEEE Manchester PowerTech, Manchester, UK, 18–22 June 2017; IEEE: New York, NY, USA, 2017; pp. 1–6. [Google Scholar] [CrossRef]
- Abd El-Rahim, A.M.; Abd-El-Geliel, M.; Helal, A. Micro Grid Energy Management Using Multi-agent Systems. In Proceedings of the 2016 Eighteenth International Middle East Power Systems Conference (MEPCON), Cairo, Egypt, 27–29 December 2016; IEEE: New York, NY, USA, 2016; pp. 772–779. [Google Scholar] [CrossRef]
- Mangiatordi, F.; Pallotti, E.; Panzieri, D.; Capodiferro, L. Multi Agent System for Cooperative Energy Management in Microgrids. In Proceedings of the 2016 IEEE 16th International Conference on Environment and Electrical Engineering (EEEIC), Florence, Italy, 7–10 June 2016; IEEE: New York, NY, USA, 2016; pp. 1–5. [Google Scholar] [CrossRef]
- Lee, S.J.; Choi, J.Y.; Lee, H.J.; Won, D.J. Distributed Coordination Control Strategy for a Multi-Microgrid Based on a Consensus Algorithm. Energies 2017, 10, 1017. [Google Scholar] [CrossRef]
- Wang, Y.; Nguyen, T.L.; Xu, Y.; Tran, Q.T.; Caire, R. Peer-to-peer control for networked microgrids: Multi-layer and multi-agent architecture design. IEEE Trans. Smartgrid 2020, 11, 4688–4699. [Google Scholar] [CrossRef]
- Baran, M.E.; El-Markabi, I.M. A Multiagent-Based Dispatching Scheme for Distributed Generators for Voltage Support on Distribution Feeders. IEEE Trans. Power Syst. 2007, 22, 52–59. [Google Scholar] [CrossRef]
- Fan, Y.; Zhang, C.; Song, C. Sampling-based Self-triggered Coordination Control for Multi-agent Systems with Application to Distributed Generators. Int. J. Syst. Sci. 2018, 49, 3048–3062. [Google Scholar] [CrossRef]
- Khazaei, J.; Nguyen, D.H. Multi-Agent Consensus Design for Heterogeneous Energy Storage Devices with Droop Control in Smartgrids. IEEE Trans. Smartgrid 2017, 10, 1395–1404. [Google Scholar] [CrossRef]
- Yu, W.; Li, C.; Yu, X.; Wen, G.; Lü, J. Distributed consensus strategy for economic power dispatch in a smart grid. In Proceedings of the 2015 10th Asian Control Conference (ASCC), Sabah, Malaysia, 31 May–3 June 2015; IEEE: New York, NY, USA, 2015; Volume 11, pp. 4688–4699. [Google Scholar] [CrossRef]
- Wang, R.; Li, Q.; Zhang, B.; Wang, L. Distributed consensus-based algorithm for economic dispatch in a microgrid. IEEE Trans. Smartgrid 2018, 10, 3630–3640. [Google Scholar] [CrossRef]
- Yang, S.; Tan, S.; Xu, J.X. Consensus-based approach for economic dispatch problem in a smart grid. IEEE Trans. Power Syst. 2013, 28, 4416–4426. [Google Scholar] [CrossRef]
- Li, C.; Savaghebi, M.; Guerrero, J.M.; Coelho, E.A.; Vasquez, J.C. Operation Cost Minimization of Droop-Controlled AC Microgrids Using Multiagent-Based Distributed Control. Energies 2016, 9, 717. [Google Scholar] [CrossRef]
- Yu, W.; Li, C.; Yu, X.; Wen, G.; Lü, J. Economic power dispatch in Smartgrids: A framework for distributed optimization and consensus dynamics. Sci. China Inf. Sci. 2018, 61, 1–16. [Google Scholar] [CrossRef]
- Zhao, T.; Ding, Z. Distributed Agent Consensus-Based Optimal Resource Management for Microgrids. IEEE Trans. Sustain. Energy 2017, 9, 443–452. [Google Scholar] [CrossRef]
- Zhang, W.; Liu, W.; Wang, X.; Liu, L.; Ferrese, F. Online Optimal Generation Control Based on Constrained Distributed Gradient Algorithm. IEEE Trans. Power Syst. 2014, 30, 35–45. [Google Scholar] [CrossRef]
- Amicarelli, E.; Tran, Q.T.; Bacha, S. Multi-agent System for Day-ahead Energy Management of Microgrid. In Proceedings of the 2016 18th European Conference on Power Electronics and Applications (EPE’16 ECCE Europe), Karlsruhe, Germany, 5–9 September 2016; IEEE: New York, NY, USA, 2016; pp. 1–10. [Google Scholar] [CrossRef]
- Hajjar, S.; Bratcu, A.I.; Hably, A. A Day-ahead Centralized Unit Commitment Algorithm for A Multi-agent Smartgrid. In Proceedings of the Federated Conference on Computer Science and Information Systems (FedCSIS 2015)—4th International Workshop on Smart Energy Networks & Multi-Agent Systems (SEN MAS 2015), Lodz, Poland, 13–16 September 2015; PTI 2015. pp. 265–271. [Google Scholar]
- Farzaneh, G.; Mohsen, A.; Vali, D. A Multi-agent reinforcement learning algorithm with fuzzy approximation for Distributed Stochastic Unit Commitment. J. Intell. Fuzzy Syst. 2019, 37, 6613–6628. [Google Scholar] [CrossRef]
- Qin, J.; Yu, N.; Gao, Y. Solving Unit Commitment Problems with Multi-step Deep Reinforcement Learning. In Proceedings of the 2021 IEEE International Conference on Communications, Control and Computing Technologies for Smartgrids (SmartgridComm), Aachen, Germany, 25–28 October 2021; IEEE: New York, NY, USA, 2021; pp. 140–145. [Google Scholar] [CrossRef]
- Li, W.; Logenthiran, T.; Woo, W.L.; Phan, V.T.; Srinivasan, D. Implementation of Demand Side Management of a Smart Home Using Multi-agent System. In Proceedings of the 2016 IEEE Congress on Evolutionary Computation (CEC), Vancouver, BC, Canada, 24–29 July 2016; IEEE: New York, NY, USA, 2016; pp. 2028–2035. [Google Scholar] [CrossRef]
- Aladdin, S.; El-Tantawy, S.; Fouda, M.M.; Eldien, A.S.T. MARLA-SG: Multi-Agent Reinforcement Learning Algorithm for Efficient Demand Response in Smartgrid. IEEE Access 2020, 8, 210626–210639. [Google Scholar] [CrossRef]
- Fazal, R.; Solanki, J.; Solanki, S.K. Demand Response Using Multi-agent System. In Proceedings of the 2012 North American Power Symposium (NAPS), Champaign, IL, USA, 9–11 September 2012; IEEE: New York, NY, USA, 2012; pp. 1–6. [Google Scholar] [CrossRef]
- Lee, J.; Wang, W.; Niyato, D. Demand Side Scheduling Based on Multi-Agent Deep Actor-Critic Learning for Smartgrids. In Proceedings of the 2020 IEEE International Conference on Communications, Control and Computing Technologies for Smartgrids (SmartgridComm), Online, 11–13 November 2020; IEEE: New York, NY, USA, 2020; pp. 1–6. [Google Scholar] [CrossRef]
- Dusparic, I.; Harris, C.; Marinescu, A.; Cahill, V.; Clarke, S. Multi-agent Residential Demand Response Based on Load Forecasting. In Proceedings of the 2013 1st IEEE Conference on Technologies for Sustainability (SusTech), Portland, OR, USA, 1–2 August 2013; IEEE: New York, NY, USA, 2013; pp. 90–96. [Google Scholar] [CrossRef]
- Mets, K.; Strobbe, M.; Verschueren, T.; Roelens, T.; De Turck, F.; Develder, C. Distributed Multi-agent Algorithm for Residential Energy Management in Smartgrids. In Proceedings of the 2012 IEEE Network Operations and Management Symposium, Maui, HI, USA, 16–20 April 2012; IEEE: New York, NY, USA, 2012; pp. 435–443. [Google Scholar] [CrossRef]
- Li, W.; Logenthiran, T.; Woo, W.L. Intelligent Multi-agent System for Smart Home Energy Management. In Proceedings of the 2015 IEEE Innovative Smartgrid Technologies-Asia (ISGT ASIA), Bangkok, Thailand, 3–6 November 2015; IEEE: New York, NY, USA, 2015; pp. 1–6. [Google Scholar] [CrossRef]
- Li, W.; Logenthiran, T.; Phan, V.T.; Woo, W.L. Proposed Optimised Smartgrid System using Multi-Agent System. In Proceedings of the 2018 IEEE Innovative Smartgrid Technologies-Asia (ISGT Asia), Singapore, 22–25 May 2018; IEEE: New York, NY, USA, 2018; pp. 528–533. [Google Scholar] [CrossRef]
- Nunna, H.K.; Srinivasan, D. A Multi-agent System for Energy Management in Smart Microgrids with Distributed Energy Storage and Demand Response. In Proceedings of the 2016 IEEE International Conference on Power Electronics, Drives and Energy Systems (PEDES), Trivandrum, India, 14–17 December 2016; IEEE: New York, NY, USA, 2016; pp. 1–5. [Google Scholar] [CrossRef]
- Santos, A.Q.; Monaro, R.M.; Coury, D.V.; Oleskovicz, M. A New Real-time Multi-agent System for Under Frequency Load Shedding in a Smartgrid Context. Electr. Power Syst. Res. 2019, 174, 105851. [Google Scholar] [CrossRef]
- Logenthiran, T.; Srinivasan, D.; Shun, T.Z. Multi-agent System for Demand Side Management in Smartgrid. In Proceedings of the 2011 IEEE Ninth International Conference on Power Electronics and Drive Systems, Singapore, 5–8 December 2011; IEEE: New York, NY, USA, 2011; pp. 424–429. [Google Scholar] [CrossRef]
- Mocci, S.; Natale, N.; Pilo, F.; Ruggeri, S. Demand Side Integration in LV Smartgrids with Multi-agent Control System. Electr. Power Syst. Res. 2015, 125, 23–33. [Google Scholar] [CrossRef]
- Biabani, M.; Golkar, M.A.; Sajadi, A. Operation of a Multi-Agent System for Load management in smart power distribution system. In Proceedings of the 2012 11th International Conference on Environment and Electrical Engineering, Venice, Italy, 18–25 May 2012; IEEE: New York, NY, USA, 2012; pp. 525–530. [Google Scholar] [CrossRef]
- Kremers, E.; de Durana, J.G.; Barambones, O. Multi-agent Modeling for the Simulation of a Simple Smart Microgrid. Energy Convers. Manag. 2013, 75, 643–650. [Google Scholar] [CrossRef]
- Nguyen, D.T.; Negnevitsky, M.; de Groot, M. Walrasian Market Clearing for Demand Response Exchange. IEEE Trans. Power Syst. 2011, 27, 535–544. [Google Scholar] [CrossRef]
- Najafi, S.; Talari, S.; Gazafroudi, A.S.; Shafie-khah, M.; Corchado, J.M.; Catalão, J.P. Decentralized control of DR using a multi-agent method. In Sustainable Interdependent Networks: From Theory to Application; Springer International Publishing: Berlin/Heidelberg, Germany, 2018; pp. 233–249. [Google Scholar] [CrossRef]
- Haring, T.; Mathieu, J.L.; Andersson, G. Decentralized Contract Design for Demand Response. In Proceedings of the 2013 10th International Conference on the European Energy Market (EEM), Stockholm, Sweden, 27–31 May 2013; IEEE: New York, NY, USA, 2013; pp. 1–8. [Google Scholar] [CrossRef]
- Oliveira, P.; Gomes, L.; Pinto, T.; Faria, P.; Vale, Z.; Morais, H. Load Control Timescales Simulation in a Multi-agent Smartgrid Platform. In Proceedings of the IEEE PES Innovative Smart Grid Technologies Europe (ISGT Europe 2013), Lyngby, Denmark, 6–9 October 2013; IEEE: New York, NY, USA, 2013; pp. 1–5. [Google Scholar] [CrossRef]
- Xu, Y.; Liu, W.; Gong, J. Stable Multi-Agent-Based Load Shedding Algorithm for Power Systems. IEEE Trans. Power Syst. 2011, 26, 2006–2014. [Google Scholar] [CrossRef]
- Logenthiran, T.; Srinivasan, D. Multi-Agent System for Managing a Power Distribution System with Plug-in Hybrid Electrical Vehicles in Smartgrid. In Proceedings of the Innovative Smart Grid Technologies Conference ISGT 2011, Kerala, India, 1–3 December 2011; IEEE: New York, NY, USA, 2011; pp. 346–351. [Google Scholar] [CrossRef]
- Vandael, S.; Boucké, N.; Holvoet, T.; Deconinck, G. Decentralized Demand Side Management of Plug-in Hybrid Vehicles in a Smartgrid. In Proceedings of the First International Workshop on Agent Technologies for Energy Systems (ATES 2010), Toronto, ON, Canada, 10–11 May 2010; 2010; pp. 67–74. [Google Scholar]
- Blanc-Rouchossé, J.B.; Blavette, A.; Ahmed, H.B.; Camilleri, G.; Gleizes, M.P. Multi-Agent System for Smart-Grid Control with Commitment Mismatch and Congestion. In Proceedings of the 2019 IEEE PES Innovative Smartgrid Technologies Europe (ISGT-Europe), Bucharest, Romania, 29 September–2 October 2019; IEEE: New York, NY, USA, 2019; pp. 1–5. [Google Scholar] [CrossRef]
- Nizami, M.; Hossain, M.; Rafique, S.; Mahmud, K.; Irshad, U.B.; Town, G. A Multi-agent System Based Residential Electric Vehicle Management System for Grid-support Service. In Proceedings of the 2019 IEEE International Conference on Environment and Electrical Engineering and 2019 IEEE Industrial and Commercial Power Systems Europe (EEEIC/I&CPS Europe), Genova, Italy, 11–14 June 2019; IEEE: New York, NY, USA, 2019; pp. 1–6. [Google Scholar] [CrossRef]
- Papadopoulos, P.; Jenkins, N.; Cipcigan, L.M.; Grau, I.; Zabala, E. Coordination of the Charging of Electric Vehicles Using a Multi-Agent System. IEEE Trans. Smartgrid 2013, 4, 1802–1809. [Google Scholar] [CrossRef]
- Unda, I.G.; Papadopoulos, P.; Skarvelis-Kazakos, S.; Cipcigan, L.M.; Jenkins, N.; Zabala, E. Management of electric vehicle battery charging in distribution networks with multi-agent systems. Electr. Power Syst. Res. 2014, 110, 172–179. [Google Scholar] [CrossRef]
- Vandael, S.; De Craemer, K.; Boucké, N.; Holvoet, T.; Deconinck, G. Decentralized Coordination of Plug-in Hybrid Vehicles for Imbalance Reduction in a Smartgrid. In Proceedings of the 10th International Conference on Autonomous Agents and Multiagent Systems (AAMAS 2011), Taipei, Taiwan, 2–6 May 2011; Volume 2, pp. 803–810. [Google Scholar]
- Saner, C.B.; Trivedi, A.; Srinivasan, D. A Cooperative Hierarchical Multi-Agent System for EV Charging Scheduling in Presence of Multiple Charging Stations. IEEE Trans. Smartgrid 2022, 13, 2218–2233. [Google Scholar] [CrossRef]
- Hu, J.; Saleem, A.; You, S.; Nordström, L.; Lind, M.; Ostergaard, J. A Multi-agent System for Distribution Grid Congestion Management with Electric Vehicles. Eng. Appl. Artif. Intell. 2015, 38, 45–58. [Google Scholar] [CrossRef]
- Karfopoulos, E.L.; Hatziargyriou, N.D. A Multi-Agent System for Controlled Charging of a Large Population of Electric Vehicles. IEEE Trans. Power Syst. 2012, 28, 1196–1204. [Google Scholar] [CrossRef]
- Hurtado, L.; Syed, A.; Nguyen, P.; Kling, W. Multi-agent Based Electric Vehicle Charging Method for Smart Grid-smart Building Energy Management. In Proceedings of the 2015 IEEE Eindhoven PowerTech, Eindhoven, The Netherlands, 29 June–2 July 2015; IEEE: New York, NY, USA, 2015; pp. 1–6. [Google Scholar] [CrossRef]
- Kamboj, S.; Kempton, W.; Decker, K.S. Deploying Power Grid-integrated Electric Vehicles as a Multi-agent System. In Proceedings of the 10th International Conference on Autonomous Agents and Multiagent Systems, Taipei, Taiwan, 2–6 May 2011; pp. 13–20. [Google Scholar]
- Moyalan, J.; Sawant, M.; Bhagyashree, U.; Sheikh, A.; Wagh, S.; Singh, N. Electric Vehicle—Power Grid Incorporation Using Distributed Resource Allocation Approach. In Proceedings of the 2019 18th European Control Conference (ECC), Naples, Italy, 25–28 June 2019; IEEE: New York, NY, USA, 2019; pp. 3034–3039. [Google Scholar] [CrossRef]
- Egbue, O.; Uko, C. Multi-Agent Approach to Modeling and Simulation of Microgrid Operation with Vehicle-to-Grid System. Electr. J. 2020, 33, 106714. [Google Scholar] [CrossRef]
- Mocci, S.; Natale, N.; Pilo, F.; Ruggeri, S. Multi-Agent Control System for the Exploitation of Vehicle to Grid in Active LV Networks. In Proceedings of the CIRED Workshop 2016, Helsinki, Finland, 14–15 June 2016. [Google Scholar] [CrossRef]
- Zhang, L.; Zhao, J.; Han, X.; Niu, L. Day-ahead Generation Scheduling with Demand Response. In Proceedings of the 2005 IEEE/PES Transmission & Distribution Conference & Exposition: Asia and Pacific, Dalian, China, 15–18 August 2005; IEEE: New York, NY, USA, 2005; pp. 1–4. [Google Scholar] [CrossRef]
- Gellings, C.W. The Concept of Demand side Management for Electric Utilities. Proc. IEEE 1985, 73, 1468–1470. [Google Scholar] [CrossRef]
- Luo, T.; Ault, G.; Galloway, S. Demand Side Management in a highly decentralized energy future. In Proceedings of the 45th International Universities Power Engineering Conference UPEC2010, Cardiff, UK, 31 August–3 September 2010; IEEE: New York, NY, USA, 2010; pp. 1–6. [Google Scholar]
- Fioretto, F.; Yeoh, W.; Pontelli, E. A Multiagent System Approach to Scheduling Devices in Smart Homes. In Proceedings of the 16th Conference on Autonomous Agents and MultiAgent Systems, Sao Paulo, Brazil, 8–12 May 2017; pp. 981–989. [Google Scholar]
- Dethlefs, T.; Preisler, T.; Renz, W. Multi-agent-based Distributed Optimization for Demand-side-management Applications. In Proceedings of the 2014 Federated Conference on Computer Science and Information Systems, Warsaw, Poland, 7–10 September 2014; IEEE: New York, NY, USA, 2014; pp. 1489–1496. [Google Scholar] [CrossRef]
- Zhou, J.; He, L.; Li, C.; Cao, Y.; Liu, X.; Geng, Y. What’s the Difference between Traditional Power Grid and Smartgrid?—From Dispatching Perspective. In Proceedings of the 2013 IEEE PES Asia-Pacific Power and Energy Engineering Conference (APPEEC), Kowloon, Hong Kong, 8–11 December 2013; IEEE: New York, NY, USA, 2013; pp. 1–6. [Google Scholar] [CrossRef]
- Al-Hinai, A.; Alhelou, H.H. A Multi-agent System for Distribution Network Restoration in Future Smartgrids. Energy Rep. 2021, 7, 8083–8090. [Google Scholar] [CrossRef]
- Kamdar, R.; Paliwal, P.; Kumar, Y. LabVIEW-based Multi-Agent Approach towards Restoration in Smartgrid. Mater. Today Proc. 2018, 5, 4684–4691. [Google Scholar] [CrossRef]
- Li, W.; Li, Y.; Chen, C.; Tan, Y.; Cao, Y.; Zhang, M.; Peng, Y.; Chen, S. A Full Decentralized Multi-Agent Service Restoration for Distribution Network with DGs. IEEE Trans. Smartgrid 2019, 11, 1100–1111. [Google Scholar] [CrossRef]
- Sampaio, R.F.; Melo, L.S.; Leão, R.P.; Barroso, G.C.; Bezerra, J.R. Automatic Restoration System for Power Distribution Networks based on Multi-Agent Systems. IET Gener. Transm. Distrib. 2017, 11, 475–484. [Google Scholar] [CrossRef]
- Hafez, A.A.; Omran, W.A.; Hegazy, Y.G. A Decentralized Technique for Autonomous Service Restoration in Active Radial Distribution Networks. IEEE Trans. Smartgrid 2016, 9, 1911–1919. [Google Scholar] [CrossRef]
- Ye, D.; Zhang, M.; Sutanto, D. A Hybrid Multiagent Framework with Q-Learning for Power Grid Systems Restoration. IEEE Trans. Power Syst. 2011, 26, 2434–2441. [Google Scholar] [CrossRef]
- Sharma, A.; Srinivasan, D.; Trivedi, A. A Decentralized Multiagent System Approach for Service Restoration Using DG Islanding. IEEE Trans. Smartgrid 2015, 6, 2784–2793. [Google Scholar] [CrossRef]
- Zidan, A.; El-Saadany, E.F. A Cooperative Multiagent Framework for Self-Healing Mechanisms in Distribution Systems. IEEE Trans. Smartgrid 2012, 3, 1525–1539. [Google Scholar] [CrossRef]
- Shirazi, E.; Jadid, S. A Multiagent Design for Self-Healing in Electric Power Distribution Systems. Electr. Power Syst. Res. 2019, 171, 230–239. [Google Scholar] [CrossRef]
- Nagata, T.; Sasaki, H. A Multi-agent Approach to Power System Restoration. IEEE Trans. Power Syst. 2002, 17, 457–462. [Google Scholar] [CrossRef]
- Belkacemi, R.; Bababola, A. Experimental Implementation of Multi-agent System Algorithm for Distributed Restoration of a Smartgrid System. In Proceedings of the IEEE SOUTHEASTCON 2014, Lexington, KY, USA, 13–16 March 2014; IEEE: New York, NY, USA, 2014; pp. 1–4. [Google Scholar] [CrossRef]
- Abedini, R.; Pinto, T.; Morais, H.; Vale, Z. Multi-agent approach for power system in a Smartgrid protection context. In Proceedings of the 2013 IEEE Grenoble Conference, Grenoble, France, 16–20 June 2013; IEEE: New York, NY, USA, 2013; pp. 1–6. [Google Scholar] [CrossRef]
- Azeroual, M.; Boujoudar, Y.; Lamhamdi, T.; EL Moussaoui, H.; EL Markhi, H. Fault Location Technique Using Distributed Multi Agent-Systems in Smartgrids. In Proceedings of the WITS 2020 6th International Conference on Wireless Technologies, Embedded, and Intelligent Systems, Fez, Morocco, 14–16 October 2020; Springer: Berlin/Heidelberg, Germany, 2022; pp. 607–613. [Google Scholar] [CrossRef]
- Ghosn, S.B.; Ranganathan, P.; Salem, S.; Tang, J.; Loegering, D.; Nygard, K.E. Agent-Oriented Designs for a Self Healing Smartgrid. In Proceedings of the 2010 First IEEE International Conference on Smartgrid Communications, Gaithersburg, MD, USA, 4–6 October 2010; IEEE: New York, NY, USA, 2010; pp. 461–466. [Google Scholar] [CrossRef]
- Khamphanchai, W.; Pisanupoj, S.; Ongsakul, W.; Pipattanasomporn, M. A Multi-agent Based Power System Restoration Approach in Distributed Smartgrid. In Proceedings of the 2011 International Conference & Utility Exhibition on Power and Energy Systems: Issues and Prospects for Asia (ICUE), Pattaya, Thailand, 28–30 September 2011; IEEE: New York, NY, USA, 2011; pp. 1–7. [Google Scholar] [CrossRef]
- Prostejovsky, A.; Lepuschitz, W.; Strasser, T.; Merdan, M. Autonomous Service-Restoration in Smart Distriubtion Grids using Multi-Agent Systems. In Proceedings of the 2012 25th IEEE Canadian Conference on Electrical and Computer Engineering (CCECE), Montreal, QC, Canada, April 29–May 2 2012; IEEE: New York, NY, USA, 2012; pp. 1–5. [Google Scholar] [CrossRef]
- Shum, C.; Lau, W.H.; Wong, T.; Mao, T.; Chung, S.; Tse, C.; Tsang, K.F.; Lai, L.L. Modeling and Simulating Communications of Multiagent Systems in Smart Grid. In Proceedings of the 2016 IEEE International Conference on Smart Grid Communications (SmartgridComm), Sydney, Australia, 6–9 November 2016; IEEE: New York, NY, USA, 2016; pp. 405–410. [Google Scholar] [CrossRef]
- Xu, Y.; Liu, W. Novel Multiagent Based Load Restoration Algorithm for Microgrids. IEEE Trans. Smartgrid 2011, 2, 152–161. [Google Scholar] [CrossRef]
- Ghorbani, M.J.; Choudhry, M.A.; Feliachi, A. A Multiagent Design for Power Distribution Systems Automation. IEEE Trans. Smartgrid 2015, 7, 329–339. [Google Scholar] [CrossRef]
- Soo, V.W.; Peng, Y.B. A Stochastic Negotiation Approach to Power Restoration Problems in a Smartgrid. In Proceedings of the International Conference on Principles and Practice of Multi-Agent Systems, Wollongong, Australia, 16–18 November 2011; Springer: Berlin/Heidelberg, Germany, 2011; pp. 436–447. [Google Scholar] [CrossRef]
- Belkacemi, R.; Babalola, A.; Ariyo, F.; Feliachi, A. Restoration of Smartgrid Distribution System Using Two-way Communication Capability. In Proceedings of the 2013 North American Power Symposium (NAPS), Manhattan, KS, USA, 22–24 September 2013; IEEE: New York, NY, USA, 2013; pp. 1–4. [Google Scholar] [CrossRef]
- Gupta, R.; Jha, D.K.; Yadav, V.K.; Kumar, S. A Multi-agent Based Self-healing Smartgrid. In Proceedings of the 2013 IEEE PES Asia-Pacific Power and Energy Engineering Conference (APPEEC), Kowloon, Hong Kong, 8–11 December 2013; IEEE: New York, NY, USA, 2013; pp. 1–5. [Google Scholar] [CrossRef]
- Solanki, J.M.; Khushalani, S.; Schulz, N.N. A Multi-Agent Solution to Distribution Systems Restoration. IEEE Trans. Power Syst. 2007, 22, 1026–1034. [Google Scholar] [CrossRef]
- Ren, F.; Zhang, M.; Soetanto, D.; Su, X. Conceptual Design of A Multi-Agent System for Interconnected Power Systems Restoration. IEEE Trans. Power Syst. 2012, 27, 732–740. [Google Scholar] [CrossRef]
- Pang, Q.; Gao, H.; Minjiang, X. Multi-agent-based fault location algorithm for smart distribution grid. In Proceedings of the Conference on Developments in Power System Protection (DPSP 2010), Manchester, UK, 29 March–1 April 2010; IET: New York, NY, UK, 2010; pp. 1–5. [Google Scholar] [CrossRef]
- Chouhan, S.; Wan, H.; Lai, H.; Feliachi, A.; Choudhry, M. Intelligent Reconfiguration of Smart Distribution Network using Multi-Agent Technology. In Proceedings of the 2009 IEEE Power & Energy Society General Meeting, Calgary, AB, Canada, 26–30 July 2009; IEEE: New York, NY, USA, 2009; pp. 1–6. [Google Scholar] [CrossRef]
- Merdan, M.; Lepuschitz, W.; Strasser, T.; Andren, F. Multi-agent System for Self-optimizing Power Distribution Grids. In Proceedings of the 5th International Conference on Automation, Robotics and Applications, Wellington, New Zealand, 6–8 December 2011; IEEE: New York, NY, USA, 2011; pp. 312–317. [Google Scholar] [CrossRef]
- Sanjab, A.; Saad, W.; Guvenc, I.; Sarwat, A.; Biswas, S. Smartgrid security: Threats, challenges and solutions. arXiv 2016, arXiv:1606.06992. [Google Scholar] [CrossRef]
- Zhang, D.; Feng, G.; Shi, Y.; Srinivasan, D. Physical Safety and Cyber Security Analysis of Multi-Agent Systems: A Survey of Recent Advances. IEEE/CAA J. Autom. Sin. 2021, 8, 319–333. [Google Scholar] [CrossRef]
- Langer, L.; Skopik, F.; Smith, P.; Kammerstetter, M. From Old to New: Assessing Cybersecurity Risks for an Evolving Smart Grid. Comput. Secur. 2016, 62, 165–176. [Google Scholar] [CrossRef]
- Leszczyna, R. A Review of Standards with Cybersecurity Requirements for Smartgrid. Comput. Secur. 2018, 77, 262–276. [Google Scholar] [CrossRef]
- ENISA. Smartgrid Security—Recommendations for Europe and Member States; European Network and Information Security Agency (ENISA): Athens, Greece, 2012.
- ENISA. Appropriate Security Measures for Smartgrids—Guidelines to Assess the Sophistication of Security Measures Implementation; European Network and Information Security Agency (ENISA): Athens, Greece, 2012.
- NIST. NISTIR 7628, Revision 1: Guidelines for Smartgrid Cyber Security; U.S. National Institute of Standards and Technology (NIST): Gaithersburg, MD, USA, 2011. [CrossRef]
- ISO/IEC TR 27019:2017; Information Security Management Guidelines Based on ISO/IEC 27002 for Process Control Systems Specific to the Energy Utility Industry. International Organization for Standardization (ISO): Geneva, Switzerland, 2017.
- Dehalwar, V.; Baghel, R.; Kolhe, M. Multi-agent Based Public Key Infrastructure for Smartgrid. In Proceedings of the 2012 7th International Conference on Computer Science & Education (ICCSE), Melbourne, Australia, 14–17 July 2012; IEEE: New York, NY, USA, 2012; pp. 415–418. [Google Scholar] [CrossRef]
- Halinka, A.; Rzepka, P.; Szablicki, M. Agent Model of Multi-agent System for Area Power System Protection. In Proceedings of the 2015 Modern Electric Power Systems (MEPS), Wroclaw, Poland, 6–9 July 2015; IEEE: New York, NY, USA, 2015; pp. 1–4. [Google Scholar] [CrossRef]
- Bakhtadze, N.N.; Yadykin, I.B.; Lototsky, V.A.; Maximov, E.M.; Sakrutina, E.A. Multi-agent Approach to Design of Multimodal Intelligent Immune System for Smartgrid. IFAC Proc. Vol. 2013, 46, 1164–1169. [Google Scholar] [CrossRef]
- Bytschkow, D.; Quilbeuf, J.; Igna, G.; Ruess, H. Distributed MILS Architectural Approach for Secure Smartgrids. In Proceedings of the International Workshop on Smartgrid Security, Munich, Germany, 26 February 2014; Springer: Berlin/Heidelberg, Germany, 2014; pp. 16–29. [Google Scholar] [CrossRef]
- Kisielewicz, T.; Stanek, S.; Zytniewski, M. A Multi-Agent Adaptive Architecture for Smart-Grid-Intrusion Detection and Prevention. Energies 2022, 15, 4726. [Google Scholar] [CrossRef]
- Singh, V.K.; Ozen, A.; Govindarasu, M. A Hierarchical Multi-Agent Based Anomaly Detection for Wide-Area Protection in Smartgrid. In Proceedings of the 2018 Resilience Week (RWS), Denver, CO, USA, 21–23 August 2018; IEEE: New York, NY, USA, 2018; pp. 63–69. [Google Scholar] [CrossRef]
- Wei, D.; Lu, Y.; Jafari, M.; Skare, P.; Rohde, K. An Integrated Security System of Protecting Smartgrid Against Cyber Attacks. In Proceedings of the 2010 Innovative Smartgrid Technologies (ISGT), Gaithersburg, MD, USA, 19–21 January 2010; IEEE: New York, NY, USA, 2010; pp. 1–7. [Google Scholar] [CrossRef]
- Wang, P.; Govindarasu, M. Multi Intelligent Agent Based Cyber Attack Resilient System Protection and Emergency Control. In Proceedings of the 2016 IEEE Power & Energy Society Innovative Smartgrid Technologies Conference (ISGT), Minneapolis, MN, USA, 6–9 September 2016; IEEE: New York, NY, USA, 2016; pp. 1–5. [Google Scholar] [CrossRef]
- Wang, P.; Govindarasu, M. Multi-Agent Based Attack-Resilient System Integrity Protection for Smartgrid. IEEE Trans. Smartgrid 2020, 11, 3447–3456. [Google Scholar] [CrossRef]
- Atif, Y.; Jiang, Y.; Lindström, B.; Ding, J.; Jeusfeld, M.; Andler, S.; Nero, E.; Brax, C.; Haglund, D. Multi-Agent Systems for Power Grid Monitoring: Technical Report for Package 4.1 of ELVIRA Project; University of Skövde: Skövde, Sweden, 2018. [Google Scholar]
- Khalid, R.; Samuel, O.; Javaid, N.; Aldegheishem, A.; Shafiq, M.; Alrajeh, N. A Secure Trust Method for Multi-Agent System in Smartgrids Using Blockchain. IEEE Access 2021, 9, 59848–59859. [Google Scholar] [CrossRef]
- Matei, I.; Baras, J.S.; Srinivasan, V. Trust-based Multi-agent Filtering for Increased Smartgrid Security. In Proceedings of the 2012 20th Mediterranean Conference on Control & Automation (MED), Barcelona, Spain, 3–6 July 2012; IEEE: New York, NY, USA, 2012; pp. 716–721. [Google Scholar] [CrossRef]
- Ross, K.J.; Hopkinson, K.M.; Pachter, M. Using a Distributed Agent-Based Communication Enabled Special Protection System to Enhance Smartgrid Security. IEEE Trans. Smartgrid 2013, 4, 1216–1224. [Google Scholar] [CrossRef]
- Naidji, I.; Smida, M.B.; Khalgui, M.; Bachir, A. Multi Agent System-based Approach for Enhancing Cyber-physical Security in Smartgrids. In Proceedings of the 33rd Annual European Simulation and Modeling Conference, Palma de Mallorca, Spain, 28–30 October 2019; pp. 177–182. [Google Scholar]
- Rahman, M.S. Distributed Multi-Agent Approach for Enhancing Stability and Security of Emerging Smartgrids. Ph.D. Thesis, University of New South Wales, Sydney, Australia, 2014. [Google Scholar] [CrossRef]
- Zulfiqar, M.; Kamran, M.; Rasheed, M. A Blockchain-enabled Trust Aware Energy Trading Framework Using Games Theory and Multi-agent System in Smat Grid. Energy 2022, 255, 124450. [Google Scholar] [CrossRef]
- Genç, Z.; Oey, M.; van Antwerpen, H.; Brazier, F. Dynamic Data-Driven Experiments in the Smartgrid Domain with a Multi-agent Platform. In Proceedings of the Multi-Agent Based Simulation XVI: International Workshop, MABS 2015, Istanbul, Turkey, 5 May 2015; Revised Selected Papers 16. Springer: Berlin/Heidelberg, Germany, 2016; pp. 121–131. [Google Scholar] [CrossRef]
- Schütte, S.; Nieße, A.; Rohjans, S.; Rohlfs, H. Opc Ua Compliant Coupling of Multi-agent Systems and Smartgrid Simulations. In Proceedings of the IECON 2013, 39th Annual Conference of the IEEE Industrial Electronics Society, Vienna, Austria, 10–13 November 2013; IEEE: New York, NY, USA, 2013; pp. 7576–7581. [Google Scholar] [CrossRef]
- Mendham, P.; Clarke, T. MACSIM: A Simulink Enabled Environment for Multi-agent System Simulation. IFAC Proc. Vol. 2005, 38, 325–329. [Google Scholar] [CrossRef]
- Robinson, C.R.; Mendham, P.; Clarke, T. MACSIMJX: A Tool for Enabling Agent Modeling with Simulink Using JADE. JoPha J. Phys. Agents 2010, 4, 1–7. [Google Scholar] [CrossRef]
- Perkonigg, F.; Brujic, D.; Ristic, M. MAC-Sim: A Multi-agent and Communication Network Simulation Platform for Smartgrid Applications Based on Established Technologies. In Proceedings of the 2013 IEEE International Conference on Smart Grid Communications (SmartgridComm), Vancouver, BC, Canada, 21–24 October 2013; IEEE: New York, NY, USA, 2013; pp. 570–575. [Google Scholar] [CrossRef]
- Vaubourg, J.; Presse, Y.; Camus, B.; Bourjot, C.; Ciarletta, L.; Chevrier, V.; Tavella, J.P.; Morais, H. Multi-agent Multi-Model Simulation of Smartgrids in the MS4SG Project. In Proceedings of the Advances in Practical Applications of Agents, Multi-Agent Systems and Sustainability: The PAAMS Collection: 13th International Conference, PAAMS 2015, Salamanca, Spain, 3–4 June 2015; Proceedings 13. Springer: Berlin/Heidelberg, Germany, 2015; Volume 9086, pp. 240–251. [Google Scholar] [CrossRef]
- Oliveira, P.; Pinto, T.; Morais, H.; Vale, Z. MASGriP — A Multi-Agent Smartgrid Simulation Platform. In Proceedings of the 2012 IEEE Power and Energy Society General Meeting, San Diego, CA, USA, 22–26 July 2012; IEEE: New York, NY, USA, 2012; pp. 1–8. [Google Scholar] [CrossRef]
- Oliveira, P.; Vale, Z.; Morais, H.; Pinto, T.; Praça, I. A Multi-agent Based Approach for Intelligent Smartgrid Management. IFAC Proc. Vol. 2012, 45, 109–114. [Google Scholar] [CrossRef]
- Ahmad, I.; Kazmi, J.H.; Shahzad, M.; Palensky, P.; Gawlik, W. Co-simulation Framework Based on Power System, Ai and Communication Tools for Evaluating Smartgrid Applications. In Proceedings of the 2015 IEEE Innovative Smartgrid Technologies-Asia (ISGT ASIA), Bangkok, Thailand, 3–6 November 2015; IEEE: New York, NY, USA, 2015; pp. 1–6. [Google Scholar] [CrossRef]
- Santos, G.; Pinto, T.; Praça, I.; Vale, Z. MASCEM: Optimizing the Performance of a Multi-agent System. Energy 2016, 111, 513–524. [Google Scholar] [CrossRef]
- Koritarov, V.S. Real-world Market Representation with Agents. IEEE Power Energy Mag. 2004, 2, 39–46. [Google Scholar] [CrossRef]
- Li, H.; Tesfatsion, L. Development of Open Source Software for Power Market Research: The AMES Test Bed. J. Energy Mark. 2009, 2, 111. [Google Scholar] [CrossRef]
- Cincotti, S.; Gallo, G. The Genoa Artificial Power-Exchange. In Proceedings of the Agents and Artificial Intelligence: 4th International Conference, ICAART 2012, Vilamoura, Portugal, 6–8 February 2012; Revised Selected Papers 4. Springer: Berlin/Heidelberg, Germany, 2013; pp. 348–363. [Google Scholar] [CrossRef]
- Collins, J.; Ketter, W.; Sadeh, N. Pushing the Limits of Rational Agents: The Trading Agent Competition for Supply Chain Management. AI Mag. 2010, 31, 63. [Google Scholar] [CrossRef]
- Ketter, W.; Collins, J.; Reddy, P. Power TAC: A Competitive Economic Simulation of the Smartgrid. Energy Econ. 2013, 39, 262–270. [Google Scholar] [CrossRef]
- Peidaee, P.; Kalam, A.; Moghaddam, M.H. Developing a Simulation Framework for Integrating Multi-agent Protection System Into Smartgrids. In Proceedings of the 2017 Australasian Universities Power Engineering Conference (AUPEC), Melbourne, Australia, 19–22 November 2017; IEEE: New York, NY, USA, 2017; pp. 1–6. [Google Scholar] [CrossRef]
- Purusothaman, S.D.; Rajesh, R.; Bajaj, K.K.; Vijayaraghavan, V. Implementation of Arduino-based Multi-agent System for Rural Indian Microgrids. In Proceedings of the 2013 IEEE Innovative Smartgrid Technologies-Asia (ISGT Asia), Bangalore, India, 10–13 November 2013; IEEE: New York, NY, USA, 2013; pp. 1–5. [Google Scholar] [CrossRef]
- Raju, L.; Morais, A.A.; Balaji, V.; Keerthivasan, S. Multi Agent Systems and Arduino Based Smart Micro-grid Test Bed. In Proceedings of the AIP Conference, Tamil Nadu, India, 14–15 March 2019; AIP Publishing: Melville, NY, USA, 2019; Volume 2161. [Google Scholar] [CrossRef]
- Gomes, L.; Vale, Z.; Corchado, J.M. Microgrid Management System Based on a Multi-agent Approach: An Office Building Pilot. Measurement 2020, 154, 107427. [Google Scholar] [CrossRef]
- Eriksson, M.; Armendariz, M.; Vasilenko, O.O.; Saleem, A.; Nordström, L. Multiagent-Based Distribution Automation Solution for Self-Healing Grids. IEEE Trans. Ind. Electron. 2014, 62, 2620–2628. [Google Scholar] [CrossRef]
- Ricalde, L.J.; Ordoñez, E.; Gamez, M.; Sanchez, E.N. Design of a Smartgrid management system with renewable energy generation. In Proceedings of the 2011 IEEE Symposium on Computational Intelligence Applications in Smartgrid (CIASG), Paris, France, 11–15 April 2011; IEEE: New York, NY, USA, 2011; pp. 1–4. [Google Scholar] [CrossRef]
- Cintuglu, M.H.; Martin, H.; Mohammed, O.A. An Intelligent Multi Agent Framework for Active Distribution Networks Based on IEC 61850 and FIPA Standards. In Proceedings of the 2015 18th International Conference on Intelligent System Application to Power Systems (ISAP), Porto, Portugal, 11–16 September 2015; IEEE: New York, NY, USA, 2015; pp. 1–6. [Google Scholar] [CrossRef]
- Habib, H.F.; Youssef, T.; Cintuglu, M.H.; Mohammed, O.A. Multi-Agent-Based Technique for Fault Location, Isolation, and Service Restoration. IEEE Trans. Ind. Appl. 2017, 53, 1841–1851. [Google Scholar] [CrossRef]
- Belkacemi, R.; Feliachi, A.; Choudhry, M.; Saymansky, J.E. Multi-Agent systems hardware development and deployment for smart grid control applications. In Proceedings of the 2011 IEEE Power and Energy Society General Meeting, Detroit, MI, USA, 24–29 July 2011; IEEE: New York, NY, USA, 2011; pp. 1–8. [Google Scholar] [CrossRef]
- Chung, I.Y.; Cheol-HeeYoo, S.J.O. Distributed Intelligent Microgrid Control Using Multi-Agent Systems. Engineering 2013, 5, 1–6. [Google Scholar] [CrossRef]
- Azeroual, M.; Lamhamdi, T.; El Moussaoui, H.; El Markhi, H. Simulation Tools for a Smartgrid and Energy Management for Microgrid with Wind Power Using Multi-agent System. Wind Eng. 2020, 44, 661–672. [Google Scholar] [CrossRef]
- Morais, H.; Vale, Z.; Pinto, T.; Gomes, L.; Fernandes, F.; Oliveira, P.; Ramos, C. Multi-agent Based Smartgrid Management and Simulation: Situation Awareness and Learning in a Test Bed with Simulated and Real Installations and Players. In Proceedings of the 2013 IEEE Power & Energy Society General Meeting, Vancouver, BC, Canada, 21–25 July 2013; IEEE: New York, NY, USA, 2013; pp. 1–5. [Google Scholar] [CrossRef]
- Pinto, T.; Gomes, L.; Faria, P.; Sousa, F.; Vale, Z. MARTINE: Multi-Agent-based Real-Time INfrastructure for Energy. In Proceedings of the 19th International Conference on Autonomous Agents and MultiAgent Systems, Auckland, New Zeland, 9–13 May 2020; pp. 2114–2116. [Google Scholar]
- Dash, R.K.; Jennings, N.R.; Parkes, D.C. Computational-mechanism Design: A Call to Arms. IEEE Intell. Syst. 2003, 18, 40–47. [Google Scholar] [CrossRef]
- Raju, L.; Milton, R.; Mahadevan, S. Application of Multi Agent Systems in Automation of Distributed Energy Management in Micro-grid using MACSimJX. Intell. Autom. Soft Comput. 2017, 24, 1–9. [Google Scholar] [CrossRef]
- Kantarci, B.; Mouftah, H.T. Energy-Efficiency in Cloud Data Centers. In Communication Infrastructures for Cloud Computing; IGI Global: Hershey, PA, USA, 2014; pp. 241–263. [Google Scholar] [CrossRef]
- Peng, X.; Qin, X. Energy Efficient Data Centers Powered by On-site Renewable Energy and UPS Devices. In Proceedings of the 2020 11th International Green and Sustainable Computing Workshops (IGSC), Pullman, WA, USA, 19–22 October 2020; IEEE: New York, NY, USA, 2020. [Google Scholar] [CrossRef]
- Satish, S.; Meduri, S.S. Integrating Renewable Energy Sources into Cloud Computing Data Centers: Challenges and Solutions. Int. J. Res. Publ. Rev. 2024, 5, 1598–1608. [Google Scholar] [CrossRef]
- Wang, H.; Huo, D. Green Cloud Computing: Site Selection of Data Centers. In Security, Trust and Regulatory Aspects of Cloud Computing in Business Environments; IGI Global: Hershey, PA, USA, 2014; pp. 202–214. [Google Scholar] [CrossRef]
- Zhang, Y.; Wang, Y.; Wang, X. GreenWare: Greening Cloud-Scale Data Centers to Maximize the Use of Renewable Energy. In Lecture Notes in Computer Science; Springer: Berlin/Heidelberg, Germany, 2011; pp. 143–164. [Google Scholar] [CrossRef]
- Berezovskaya, Y.; Yang, C.W.; Vyatkin, V. Towards Multi-Agent Control in Energy-Efficient Data Centres. In Proceedings of the IECON 2020, The 46th Annual Conference of the IEEE Industrial Electronics Society, Singapore, 18–21 October 2020; IEEE: New York, NY, USA, 2020. [Google Scholar] [CrossRef]
- Chen, Q. Research on Cloud Computing Resource Management Model Based on Multi-Agent System. In Proceedings of the 2016 12th International Conference on Computational Intelligence and Security, Wuxi, China, 16–19 December 2016; IEEE: New York, NY, USA, 2016. [Google Scholar] [CrossRef]
- Farahnakian, F.; Pahikkala, T.; Liljeberg, P.; Plosila, J. Hierarchical Agent-Based Architecture for Resource Management in Cloud Data Centers. In Proceedings of the 2014 IEEE 7th International Conference on Cloud Computing, Anchorage, AK, USA, 27 June–2 July 2014; IEEE: New York, NY, USA, 2014. [Google Scholar] [CrossRef]
- Soltane, M.; Okba, K.; Makhlouf, D.; Eom, S.B. Smart Configuration and Auto Allocation of Resource in Cloud Data Centers. Int. J. Bus. Anal. 2018, 5, 1–23. [Google Scholar] [CrossRef]
- Yu, H.; Xia, Y. An Energy Saving Control Strategy Based on Multi-Agent Q-Learning Algorithm for Data Center. J. Phys. Conf. Ser. 2023, 2517, 012018. [Google Scholar] [CrossRef]
- Baral, C.; Gelfond, G.; Pontelli, E.; Son, T.C. An Action Language for Multi-Agent Domains; Technical Report; New Mexico State University: Las Cruces, NM, USA, 2011. [Google Scholar]
- Baral, C.; Gelfond, G.; Pontelli, E.; Son, T.C. An action language for multi-agent domains. Artif. Intell. 2022, 302, 103601. [Google Scholar] [CrossRef]
Survey Paper | Reviewed Topics |
---|---|
Bayram et al. (2014) [15] | Energy trade, EV (dis)charging, Market simulation |
Coelho et al. (2017) [16] | Microgrid control, Energy storage units and EV charging, Demand management, Restoration, Security, Implementation |
Gómez-Sanz et al. (2014) [17] | Energy trade, Control, Simulation |
Kantamneni et al. (2015) [18] | MAS platforms, Energy trade, Control, Restoration |
Kiran et al. (2017) [19] | MAS platforms, Energy trade, Energy market simulation |
Kulasekera et al. (2011) [20] | Energy trade, Control, Restoration |
Mahela et al. (2020) [21] | Smartgrid standards, Control, Building energy management, EV charging |
McArthur et al. (2007) [22] | Protection, Simulation, Implementation, Technical Challenges |
McArthur et al. (2007) [23] | MAS design methodologies, Standards, Ontologies |
Halhoul Merabet et al. (2014) [24] | MAS platforms, Control, Implementation |
Sukumaran Nair et al. (2018) [25] | Supply management (economic dispatch, unit commitment), Consensus algorithms |
Vithanage et al. (2019) [26] | Control |
Roche et al. (2010) [27] | MAS platforms, MAS design methodologies, Energy trade, Demand management, Simulation, Implementation, Future scope |
Roche et al. (2013) [28] | MAS organization and design methodologies, Standards, Ontologies, Energy trade, Voltage control, Restoration, Future scope |
Rohbogner et al. (2013) [29] | Energy trade, Microgrid control, Voltage and frequency stabilization |
Hasanuzzaman Shawon et al. (2019) [30] | Energy trade, Control, Restoration, Security |
Sujil et al. (2016) [31] | Energy trade, Control, Supply management, EV charging, Restoration |
Problem | Proposed Methods |
---|---|
Design market and trade models for microgrid | Auction [81,87,150,151,152,153,154,155,156,157,158,159,160], contract networks [89,161,162,163], negotiation (bargaining) [164,165], non-market methods [35,166,167,168] |
Multi-microgrids and large scale | Extended models [81,157,159,160,168,169] |
Demand and supply forecasting | Neural networks [170,171], historical data [172], support vector machine [151] |
Problem | Proposed Methods |
---|---|
Home/building energy management | Combined heat and power optimization [36,174,175,176,177,178,179,180] |
Microgrid control in connected mode | Centralized [181,182], decentralized [38,183,184,185], hierarchical [186,187,188,189,190,191], reinforcement learning [192,193] |
Microgrid control in islanded mode | Centralized [194,195,196], decentralized [185,197], hierarchical [190,191] |
Transition between modes | Securing critical loads [35,74,83,85,93,198], voltage and frequency regulation [199,200,201,202,203,204,205,206,207,208] |
Network of microgrids and buildings | Decentralized network of buildings [209,210], hierarchical MAS of microgrids [157,211,212], decentralized (consensus or peer-to-peer) [213,214] |
Problem | Proposed Methods |
---|---|
Supply side management | Economic dispatch [173,191,218,219,220,221,222,223,224], unit commitment [141,225,226,227,228] |
Demand response (residential) | Direct control [229,230,231], indirect control [232,233,234], unified [235,236] |
Demand response (smartgrid) | Direct control [237,238,239,240], indirect control [170,241,242,243,244,245,246], consensus algorithm [247] |
Electric vehicle charge scheduling | Centralized [248,249], hierarchical cooperative [248,250,251,252,253,254,255], hierarchical non-cooperative [256,257] |
Electric vehicle to building | Building consumption optimization [258], unidirectional [259], bidirectional [260], VPP [261], global objective [262] |
Problem | Proposed Methods |
---|---|
Fault identification and restoration | Centralized [279,280], rule-based [275,278,281,282], proposal & negotiation [269,272,276,283,284], graph search [271,285], consensus algorithms [286], reinforcement learning [274,287], stochastic nogotiation [288], others [273,277,289,290,291] |
Problem | Proposed Methods |
---|---|
Data encryption and authentication | Public key infrastructure and digital certificate [304] |
System protection and monitoring | Structural measures [305], human immune system [306] |
Data privacy | Conditions on communication order and content [307] |
Intrusion attacks | Statistical anomaly detection [308,309,310], machine learning [311,312], consensus algorithms [312,313], trust-based filtering [314,315,316] |
False and malicious data | Monitor state variables and control signals [317,318] |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2024 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Izmirlioglu, Y.; Pham, L.; Son, T.C.; Pontelli, E. A Survey of Multi-Agent Systems for Smartgrids. Energies 2024, 17, 3620. https://doi.org/10.3390/en17153620
Izmirlioglu Y, Pham L, Son TC, Pontelli E. A Survey of Multi-Agent Systems for Smartgrids. Energies. 2024; 17(15):3620. https://doi.org/10.3390/en17153620
Chicago/Turabian StyleIzmirlioglu, Yusuf, Loc Pham, Tran Cao Son, and Enrico Pontelli. 2024. "A Survey of Multi-Agent Systems for Smartgrids" Energies 17, no. 15: 3620. https://doi.org/10.3390/en17153620
APA StyleIzmirlioglu, Y., Pham, L., Son, T. C., & Pontelli, E. (2024). A Survey of Multi-Agent Systems for Smartgrids. Energies, 17(15), 3620. https://doi.org/10.3390/en17153620