SlideShare a Scribd company logo
1 of 3
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume: 3 | Issue: 3 | Mar-Apr 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 - 6470
@ IJTSRD | Unique Paper ID – IJTSRD23036 | Volume – 3 | Issue – 3 | Mar-Apr 2019 Page: 671
Useful and Effectiveness of Multi-Agent System
Moe Myint Myint
University of Computer Studies, Hpa-An, Kayin State, Myanmar
How to cite this paper: Moe Myint
Myint "Useful and Effectiveness of
Multi-Agent System" Published in
International Journal of Trend in
Scientific Research and Development
(ijtsrd), ISSN: 2456-
6470, Volume-3 |
Issue-3 , April 2019,
pp.671-673, URL:
http://www.ijtsrd.co
m/papers/ijtsrd230
36.pdf
Copyright © 2019 by author(s) and
International Journal of Trend in
Scientific Research and Development
Journal. This is an Open Access article
distributed under
the terms of the
Creative Commons
Attribution License (CC BY 4.0)
(http://creativecommons.org/licenses/
by/4.0)
ABSTRACT
A multi-agent system (MAS or self cooperating system) is a
computerized system organized of multiple interacting intelligent agents. The
problems that are difficult to solve for an individualagentoramonolithicsystem
can be solved by multi-agent system easily. MAS is a loosely coupled of software
agents’ network that interact to solve problems that are beyond the individual
capacities or knowledge of each software agent. Distributed systems with a
group of intelligent agents that communicate with other agents to achieve goals
are directed by their masters. MAS group aims to develop new theory and
computational models of higher-order social cognition between people and
computer systems by producing their abilities to reason about one another
automatically. More specifically, multi-agent control systems are fundamental
parts of a wide range of safety-critical engineering systems, and are commonly
found in aerospace, traffic control, chemical process, power generation and
distribution, flexible manufacturing, chemical processes, power generation and
distribution, flexible manufacturing, robotic system design and self-assembly
structures.
KEYWORDS: Multi-agentsystem(MAS),Consensus,JADEplatform, Continuoustime
subsystem, discrete time subsystem
1. INTRODUCTION
The aim of multi-agent systems is to know how independent
processes can be coordinated. An agent is an autonomous
computerized entity like a computer program or a robot
because it has the capacity to adapt when its environment
changes. A multi-agent system is made up of a set of several
agents that exist at the same time, share common resources
and communicate with each other at different or same time.
The key issue in multi-agent systems is to formalize the
cooperation between agents. Multi-agent systems can be
applied to artificial intelligence. They simplify problem-
solving by dividingthenecessaryknowledgeintosubunits-to
which an independent intelligent agent is associated and by
coordinating the agents' activity. In this way, we refer to
distributed artificial intelligence. Intelligent multi-agent
systems can be created by programming languages to
develop autonomousagentsystems. Consensus problemisto
design appropriate control input based on local information
that enables all agents to reach an agreement on consistent
quantity of interest. There are a lot of consensus with
switching topologieswereconsidered, such asasynchronous
consensus, time limitconsensus, stochasticconsensus,group
consensus, sampled-date based consensus and so on. This
problem is usually termed consensus or synchronization
problem. Aim of this paper is to effectiveness role of multi-
agents systems, used in information technology field. It is
structured as follows. Section 2 introduces reader to the
objectives of MAS. Section 3 presents the methodology of
MAS. Respectively,section4 presentsproposedsystemusing
JADE. Finally, conclusion is presented in section 5.
2. Objectives
There is a lot of progressing in AI, hardware, and sensor
technologies have been achieved by the MAS community,
resulting in agent technologies that are applied successfully
to real-world industrial problems. There are two consensus
problems, one is a leader–follower case and the other is a
non-leader case. Many researches are considered to handle
consensus between agents consistently. So by using multi-
agent systems, certain global agreements can be achieved
through sensing, exchange of information using
communication, computation and their control. In the
cooperative control consensus, agents share their
information with each other. This information may lead to
achieve common group’s goal, relative position information
or common control algorithms. Handling consensus
problems in MAS is not only to improve synchronizing
between agents but also to reach group objectives without
time delay.
3. Methodology
The consensus and interactive consistency problems are
important aspects. In this study, the consensus problem is
addressed. A consensus protocol is a communication rule
that specifies the exchange of information within between
agents in networks and all its nearby neighbors. If the
information exchange among agents allows continuous or
the bandwidth of communication is significantly large, then
the information state is use to model differential equation.
Similarly, if the information exchange data arrive in discrete
packets, then difference equation is used to model
information state of each agent. The three major areas that
IJTSRD23036
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID - IJTSRD23036 | Volume – 3 | Issue – 3 | Mar-Apr 2019 Page: 672
have been covered under consensus network are consensus
algorithm, network topology and convergence rate.[1]
Typical multi-agent platforms, frameworks, and simulators
developed by different academic and industrial groups are
compared. A notable feature of most platforms is the open
source and non-proprietary nature that allows free
distribution and development. For example, JADE benefits
greatly from its pure design using Java, which is cross-
platform with respect to the associated Java virtual machine
(JVM). Applications developed using JADE can run on
multiple operation systems withoutmodification.Therefore,
it becomes one of the most widely used platforms for
research purpose.Furthermore, programmersusuallyintend
to use tools that supportprogramminglanguages withwhich
they are familiar and are easy to use, regardless of
characteristics of the problem and model. For instance,
agent-oriented programming languages are not a preferred
option for new developers due to its lower level of
abstraction.
4. Proposed System
There are three different medical centers located in different
areas. Each medical center has its own agent. Each agent has
been created in web to pay medical services and doctor
information to the end user. Each agent has its own
knowledge to decide the user’s syndrome. They are
negotiated with each other not only when the user’s desired
doctor doesn’t exist in the user’s requested agent but also
when the syndrome according with the related user’schoice
symptoms doesn’t search in the requested agent. When a
user chooses one of the agents, the user can work with its
requested agent until to complete its goal.
Database design in each agent
Agents’ interaction between agents using JADE platform
System Flow Diagram for medical multi-agents system
created by JADE
Sequence diagram for agents/user interaction
Firstly, Agent one accepts the user’s symptoms. Then agent
one predicts the disease using Forward chainingmethod but
the related disease is not find in its database or knowledge
repository. Agent one sends the user’s symptoms to agent
two using EJB and JADE techniques for completingtheuser’s
goals. Agent two searches the user’s related disease and
replies to agent one using EJB and JADE techniques.
When doctor information is not find in agent one, it sends
syndrome to agent two to find doctors’ information that pay
a good treatment in this disease (specialty). Agent two
searches doctors’ information using backward chaining
method in its databaseorknowledgerepository.Whenagent
two finds doctors’ information, it sends results to agent one
using EJB and JADE techniques.
4.1. System Modeling Base-on Time
In this subsection, the multi-agent system which is
composed of a continuous time subsystem
xi(t) = ui(t), i ∈ In, (2)
and a Discrete time subsystem
xi(t + 1) = xi(t) + ui(t), i ∈ In, (2)
where xi ∈ R and ui ∈ R are the position and control input of
agent i, respectively.
The starting condition is xi(0) = xi0. Let x(0) = [x10, x20, . . . ,
xn0]T .
The network, with fixed undirected graph, fixed directed
graph and switching topologies, will consider the consensus
problem of switched multi-agent system. So, we can control
the consensus problemsbetween agentswith linearprotocol
[2].
5. Conclusion
Agents’ using in engineering leads us:
Agents can exit with different names and several actions in
many systems. Vice versa, there are agents with the same
name but different functions. The existence of an agent in a
decentralized system excludes its operation at a centralized
architecture. The design stage includes fewer agents than
manufacturing stage [3]. This is unpredictable since the
design of mechanical parts is not so much automated and
also, design data are incomplete, ambiguous and
unorganized. A lot of multi-agent systems are characterized
by agents’ types, since some agents have more profits and
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID - IJTSRD23036 | Volume – 3 | Issue – 3 | Mar-Apr 2019 Page: 673
responsibilities in a system. MASs’ software development
process requires technical support from the selected
platform. It is pointed to which documentation and interface
are user-friendly. The efficiencyof agentscan besignificantly
enhanced if good software development kit (SDK) is
provided. Once a MAS is deployed, maintenance becomes a
long-term issue concerning the complex environment and
geographically widely distributed nodes because of MAS
base on cooperation and coordination. Specialized and
professional services on maintaining distributed hardware
devices, agents’ communication control protocol and
software components are critical in future.
References
[1] Muhammad Majid Gulzar 1,* ID , Syed Tahir Hussain
Rizvi 2,* ID , Muhammad Yaqoob Javed 3, Umer Munir 1
and Haleema Asif 1, “Multi-Agent Cooperative Control
Consensus: A Comparative Review”
[2] Yuanshi Zheng a, Jingying Ma a, Long Wang b,∗,
“Consensus of switched multi-agent systems”
[3] Georgios Andreadisa*, Paraskevi Klazogloub, Kyriaki
Niotakib, Konstantin-Dionysios Bouzakisa,
“Classification and Review of Multi-Agents Systems in
the Manufacturing Section”
[4] R. P. AGAEV1, P. Y. CHEBOTAREV1, “TWO MODELS OF
LATENT CONSENSUS IN MULTI-AGENT SYSTEMS”
[5] Lantao Xing, Changyun Wen, Fellow, IEEE, Fanghong
Guo, Zhitao Liu, and HongyeSu,“Event-Based Consensus
for Linear Multiagent Systems Without Continuous
Communication”

More Related Content

What's hot

Identifying ghost users using social media metadata - University College London
Identifying ghost users using social media metadata - University College LondonIdentifying ghost users using social media metadata - University College London
Identifying ghost users using social media metadata - University College LondonGreg Kawere
 
IRJET- Fake News Detection using Logistic Regression
IRJET- Fake News Detection using Logistic RegressionIRJET- Fake News Detection using Logistic Regression
IRJET- Fake News Detection using Logistic RegressionIRJET Journal
 
A Fuzzy Logic Intelligent Agent for Information Extraction
A Fuzzy Logic Intelligent Agent for Information ExtractionA Fuzzy Logic Intelligent Agent for Information Extraction
A Fuzzy Logic Intelligent Agent for Information ExtractionTarekMourad8
 
IRJET- Twitter Sentimental Analysis for Predicting Election Result using ...
IRJET-  	  Twitter Sentimental Analysis for Predicting Election Result using ...IRJET-  	  Twitter Sentimental Analysis for Predicting Election Result using ...
IRJET- Twitter Sentimental Analysis for Predicting Election Result using ...IRJET Journal
 
IRJET- Twitter Opinion Mining
IRJET- Twitter Opinion MiningIRJET- Twitter Opinion Mining
IRJET- Twitter Opinion MiningIRJET Journal
 
APPLICATION WISE ANNOTATIONS ON INTELLIGENT DATABASE TECHNIQUES
APPLICATION WISE ANNOTATIONS ON INTELLIGENT DATABASE TECHNIQUESAPPLICATION WISE ANNOTATIONS ON INTELLIGENT DATABASE TECHNIQUES
APPLICATION WISE ANNOTATIONS ON INTELLIGENT DATABASE TECHNIQUESJournal For Research
 
IRJET - Implementation of Twitter Sentimental Analysis According to Hash Tag
 IRJET - Implementation of Twitter Sentimental Analysis According to Hash Tag IRJET - Implementation of Twitter Sentimental Analysis According to Hash Tag
IRJET - Implementation of Twitter Sentimental Analysis According to Hash TagIRJET Journal
 
Fake News Detection using Machine Learning
Fake News Detection using Machine LearningFake News Detection using Machine Learning
Fake News Detection using Machine Learningijtsrd
 
76 s201914
76 s20191476 s201914
76 s201914IJRAT
 
Proactive Intelligent Home System Using Contextual Information and Neural Net...
Proactive Intelligent Home System Using Contextual Information and Neural Net...Proactive Intelligent Home System Using Contextual Information and Neural Net...
Proactive Intelligent Home System Using Contextual Information and Neural Net...IJERA Editor
 
IRJET- Interpreting Public Sentiments Variation by using FB-LDA Technique
IRJET- Interpreting Public Sentiments Variation by using FB-LDA TechniqueIRJET- Interpreting Public Sentiments Variation by using FB-LDA Technique
IRJET- Interpreting Public Sentiments Variation by using FB-LDA TechniqueIRJET Journal
 
A contextual bandit algorithm for mobile context-aware recommender system
A contextual bandit algorithm for mobile context-aware recommender systemA contextual bandit algorithm for mobile context-aware recommender system
A contextual bandit algorithm for mobile context-aware recommender systemBouneffouf Djallel
 
IRJET - Fake News Detection using Machine Learning
IRJET -  	  Fake News Detection using Machine LearningIRJET -  	  Fake News Detection using Machine Learning
IRJET - Fake News Detection using Machine LearningIRJET Journal
 
Immune-Inspired Method for Selecting the Optimal Solution in Semantic Web Ser...
Immune-Inspired Method for Selecting the Optimal Solution in Semantic Web Ser...Immune-Inspired Method for Selecting the Optimal Solution in Semantic Web Ser...
Immune-Inspired Method for Selecting the Optimal Solution in Semantic Web Ser...IJwest
 
Exploration exploitation trade off in mobile context-aware recommender systems
Exploration  exploitation trade off in mobile context-aware recommender systemsExploration  exploitation trade off in mobile context-aware recommender systems
Exploration exploitation trade off in mobile context-aware recommender systemsBouneffouf Djallel
 
IRJET - Suicidal Text Detection using Machine Learning
IRJET -  	  Suicidal Text Detection using Machine LearningIRJET -  	  Suicidal Text Detection using Machine Learning
IRJET - Suicidal Text Detection using Machine LearningIRJET Journal
 
IRJET- Suspicious Email Detection System
IRJET- Suspicious Email Detection SystemIRJET- Suspicious Email Detection System
IRJET- Suspicious Email Detection SystemIRJET Journal
 
IRJET- Fake News Detection
IRJET- Fake News DetectionIRJET- Fake News Detection
IRJET- Fake News DetectionIRJET Journal
 

What's hot (20)

Identifying ghost users using social media metadata - University College London
Identifying ghost users using social media metadata - University College LondonIdentifying ghost users using social media metadata - University College London
Identifying ghost users using social media metadata - University College London
 
IRJET- Fake News Detection using Logistic Regression
IRJET- Fake News Detection using Logistic RegressionIRJET- Fake News Detection using Logistic Regression
IRJET- Fake News Detection using Logistic Regression
 
A Fuzzy Logic Intelligent Agent for Information Extraction
A Fuzzy Logic Intelligent Agent for Information ExtractionA Fuzzy Logic Intelligent Agent for Information Extraction
A Fuzzy Logic Intelligent Agent for Information Extraction
 
IRJET- Twitter Sentimental Analysis for Predicting Election Result using ...
IRJET-  	  Twitter Sentimental Analysis for Predicting Election Result using ...IRJET-  	  Twitter Sentimental Analysis for Predicting Election Result using ...
IRJET- Twitter Sentimental Analysis for Predicting Election Result using ...
 
IRJET- Twitter Opinion Mining
IRJET- Twitter Opinion MiningIRJET- Twitter Opinion Mining
IRJET- Twitter Opinion Mining
 
APPLICATION WISE ANNOTATIONS ON INTELLIGENT DATABASE TECHNIQUES
APPLICATION WISE ANNOTATIONS ON INTELLIGENT DATABASE TECHNIQUESAPPLICATION WISE ANNOTATIONS ON INTELLIGENT DATABASE TECHNIQUES
APPLICATION WISE ANNOTATIONS ON INTELLIGENT DATABASE TECHNIQUES
 
IRJET - Implementation of Twitter Sentimental Analysis According to Hash Tag
 IRJET - Implementation of Twitter Sentimental Analysis According to Hash Tag IRJET - Implementation of Twitter Sentimental Analysis According to Hash Tag
IRJET - Implementation of Twitter Sentimental Analysis According to Hash Tag
 
Fake News Detection using Machine Learning
Fake News Detection using Machine LearningFake News Detection using Machine Learning
Fake News Detection using Machine Learning
 
76 s201914
76 s20191476 s201914
76 s201914
 
757
757757
757
 
Proactive Intelligent Home System Using Contextual Information and Neural Net...
Proactive Intelligent Home System Using Contextual Information and Neural Net...Proactive Intelligent Home System Using Contextual Information and Neural Net...
Proactive Intelligent Home System Using Contextual Information and Neural Net...
 
IRJET- Interpreting Public Sentiments Variation by using FB-LDA Technique
IRJET- Interpreting Public Sentiments Variation by using FB-LDA TechniqueIRJET- Interpreting Public Sentiments Variation by using FB-LDA Technique
IRJET- Interpreting Public Sentiments Variation by using FB-LDA Technique
 
A contextual bandit algorithm for mobile context-aware recommender system
A contextual bandit algorithm for mobile context-aware recommender systemA contextual bandit algorithm for mobile context-aware recommender system
A contextual bandit algorithm for mobile context-aware recommender system
 
IRJET - Fake News Detection using Machine Learning
IRJET -  	  Fake News Detection using Machine LearningIRJET -  	  Fake News Detection using Machine Learning
IRJET - Fake News Detection using Machine Learning
 
Immune-Inspired Method for Selecting the Optimal Solution in Semantic Web Ser...
Immune-Inspired Method for Selecting the Optimal Solution in Semantic Web Ser...Immune-Inspired Method for Selecting the Optimal Solution in Semantic Web Ser...
Immune-Inspired Method for Selecting the Optimal Solution in Semantic Web Ser...
 
Exploration exploitation trade off in mobile context-aware recommender systems
Exploration  exploitation trade off in mobile context-aware recommender systemsExploration  exploitation trade off in mobile context-aware recommender systems
Exploration exploitation trade off in mobile context-aware recommender systems
 
IRJET - Suicidal Text Detection using Machine Learning
IRJET -  	  Suicidal Text Detection using Machine LearningIRJET -  	  Suicidal Text Detection using Machine Learning
IRJET - Suicidal Text Detection using Machine Learning
 
E017433538
E017433538E017433538
E017433538
 
IRJET- Suspicious Email Detection System
IRJET- Suspicious Email Detection SystemIRJET- Suspicious Email Detection System
IRJET- Suspicious Email Detection System
 
IRJET- Fake News Detection
IRJET- Fake News DetectionIRJET- Fake News Detection
IRJET- Fake News Detection
 

Similar to Useful and Effectiveness of Multi Agent System

A Survey On Ontology Agent Based Distributed Data Mining
A Survey On Ontology Agent Based Distributed Data MiningA Survey On Ontology Agent Based Distributed Data Mining
A Survey On Ontology Agent Based Distributed Data MiningEditor IJMTER
 
Dynamic analysis of agent network in self organisation using service level ag...
Dynamic analysis of agent network in self organisation using service level ag...Dynamic analysis of agent network in self organisation using service level ag...
Dynamic analysis of agent network in self organisation using service level ag...inventionjournals
 
A Review on Reasoning System, Types, and Tools and Need for Hybrid Reasoning
A Review on Reasoning System, Types, and Tools and Need for Hybrid ReasoningA Review on Reasoning System, Types, and Tools and Need for Hybrid Reasoning
A Review on Reasoning System, Types, and Tools and Need for Hybrid ReasoningBRNSSPublicationHubI
 
Intelligent Buildings: Foundation for Intelligent Physical Agents
Intelligent Buildings: Foundation for Intelligent Physical AgentsIntelligent Buildings: Foundation for Intelligent Physical Agents
Intelligent Buildings: Foundation for Intelligent Physical AgentsIJERA Editor
 
Introduction to agents and multi-agent systems
Introduction to agents and multi-agent systemsIntroduction to agents and multi-agent systems
Introduction to agents and multi-agent systemsAntonio Moreno
 
journalism research
journalism researchjournalism research
journalism researchrikaseorika
 
journalism research
journalism researchjournalism research
journalism researchrikaseorika
 
Improving the quality of information in strategic scanning system network app...
Improving the quality of information in strategic scanning system network app...Improving the quality of information in strategic scanning system network app...
Improving the quality of information in strategic scanning system network app...ijaia
 
Implementation of Agent Based Dynamic Distributed Service
Implementation of Agent Based Dynamic Distributed ServiceImplementation of Agent Based Dynamic Distributed Service
Implementation of Agent Based Dynamic Distributed ServiceCSCJournals
 
MULTI-AGENT BASED SMART METERING AND MONITORING OF POWER DISTRIBUTION SYSTEM:...
MULTI-AGENT BASED SMART METERING AND MONITORING OF POWER DISTRIBUTION SYSTEM:...MULTI-AGENT BASED SMART METERING AND MONITORING OF POWER DISTRIBUTION SYSTEM:...
MULTI-AGENT BASED SMART METERING AND MONITORING OF POWER DISTRIBUTION SYSTEM:...ijaia
 
Multi agent good kabisa
Multi agent good kabisaMulti agent good kabisa
Multi agent good kabisaJovenary Muta
 
Unification Algorithm in Hefty Iterative Multi-tier Classifiers for Gigantic ...
Unification Algorithm in Hefty Iterative Multi-tier Classifiers for Gigantic ...Unification Algorithm in Hefty Iterative Multi-tier Classifiers for Gigantic ...
Unification Algorithm in Hefty Iterative Multi-tier Classifiers for Gigantic ...Editor IJAIEM
 
Comparative Analysis of Computational Intelligence Paradigms in WSN: Review
Comparative Analysis of Computational Intelligence Paradigms in WSN: ReviewComparative Analysis of Computational Intelligence Paradigms in WSN: Review
Comparative Analysis of Computational Intelligence Paradigms in WSN: Reviewiosrjce
 
A Novel Technique For Creative Problem-Solving By Using Q-Learning And Associ...
A Novel Technique For Creative Problem-Solving By Using Q-Learning And Associ...A Novel Technique For Creative Problem-Solving By Using Q-Learning And Associ...
A Novel Technique For Creative Problem-Solving By Using Q-Learning And Associ...Andrew Parish
 
UML MODELING AND SYSTEM ARCHITECTURE FOR AGENT BASED INFORMATION RETRIEVAL
UML MODELING AND SYSTEM ARCHITECTURE FOR AGENT BASED INFORMATION RETRIEVALUML MODELING AND SYSTEM ARCHITECTURE FOR AGENT BASED INFORMATION RETRIEVAL
UML MODELING AND SYSTEM ARCHITECTURE FOR AGENT BASED INFORMATION RETRIEVALijcsit
 

Similar to Useful and Effectiveness of Multi Agent System (20)

Ce4201528546
Ce4201528546Ce4201528546
Ce4201528546
 
A Survey On Ontology Agent Based Distributed Data Mining
A Survey On Ontology Agent Based Distributed Data MiningA Survey On Ontology Agent Based Distributed Data Mining
A Survey On Ontology Agent Based Distributed Data Mining
 
Dynamic analysis of agent network in self organisation using service level ag...
Dynamic analysis of agent network in self organisation using service level ag...Dynamic analysis of agent network in self organisation using service level ag...
Dynamic analysis of agent network in self organisation using service level ag...
 
A Review on Reasoning System, Types, and Tools and Need for Hybrid Reasoning
A Review on Reasoning System, Types, and Tools and Need for Hybrid ReasoningA Review on Reasoning System, Types, and Tools and Need for Hybrid Reasoning
A Review on Reasoning System, Types, and Tools and Need for Hybrid Reasoning
 
Intelligent Buildings: Foundation for Intelligent Physical Agents
Intelligent Buildings: Foundation for Intelligent Physical AgentsIntelligent Buildings: Foundation for Intelligent Physical Agents
Intelligent Buildings: Foundation for Intelligent Physical Agents
 
Ijetcas14 368
Ijetcas14 368Ijetcas14 368
Ijetcas14 368
 
Introduction to agents and multi-agent systems
Introduction to agents and multi-agent systemsIntroduction to agents and multi-agent systems
Introduction to agents and multi-agent systems
 
DEVELOPMENT OF A MULTIAGENT BASED METHODOLOGY FOR COMPLEX SYSTEMS
DEVELOPMENT OF A MULTIAGENT BASED METHODOLOGY FOR COMPLEX SYSTEMSDEVELOPMENT OF A MULTIAGENT BASED METHODOLOGY FOR COMPLEX SYSTEMS
DEVELOPMENT OF A MULTIAGENT BASED METHODOLOGY FOR COMPLEX SYSTEMS
 
journalism research
journalism researchjournalism research
journalism research
 
journalism research
journalism researchjournalism research
journalism research
 
Improving the quality of information in strategic scanning system network app...
Improving the quality of information in strategic scanning system network app...Improving the quality of information in strategic scanning system network app...
Improving the quality of information in strategic scanning system network app...
 
Implementation of Agent Based Dynamic Distributed Service
Implementation of Agent Based Dynamic Distributed ServiceImplementation of Agent Based Dynamic Distributed Service
Implementation of Agent Based Dynamic Distributed Service
 
MULTI-AGENT BASED SMART METERING AND MONITORING OF POWER DISTRIBUTION SYSTEM:...
MULTI-AGENT BASED SMART METERING AND MONITORING OF POWER DISTRIBUTION SYSTEM:...MULTI-AGENT BASED SMART METERING AND MONITORING OF POWER DISTRIBUTION SYSTEM:...
MULTI-AGENT BASED SMART METERING AND MONITORING OF POWER DISTRIBUTION SYSTEM:...
 
Multi agent good kabisa
Multi agent good kabisaMulti agent good kabisa
Multi agent good kabisa
 
Unification Algorithm in Hefty Iterative Multi-tier Classifiers for Gigantic ...
Unification Algorithm in Hefty Iterative Multi-tier Classifiers for Gigantic ...Unification Algorithm in Hefty Iterative Multi-tier Classifiers for Gigantic ...
Unification Algorithm in Hefty Iterative Multi-tier Classifiers for Gigantic ...
 
F017624449
F017624449F017624449
F017624449
 
Comparative Analysis of Computational Intelligence Paradigms in WSN: Review
Comparative Analysis of Computational Intelligence Paradigms in WSN: ReviewComparative Analysis of Computational Intelligence Paradigms in WSN: Review
Comparative Analysis of Computational Intelligence Paradigms in WSN: Review
 
A Novel Technique For Creative Problem-Solving By Using Q-Learning And Associ...
A Novel Technique For Creative Problem-Solving By Using Q-Learning And Associ...A Novel Technique For Creative Problem-Solving By Using Q-Learning And Associ...
A Novel Technique For Creative Problem-Solving By Using Q-Learning And Associ...
 
UML MODELING AND SYSTEM ARCHITECTURE FOR AGENT BASED INFORMATION RETRIEVAL
UML MODELING AND SYSTEM ARCHITECTURE FOR AGENT BASED INFORMATION RETRIEVALUML MODELING AND SYSTEM ARCHITECTURE FOR AGENT BASED INFORMATION RETRIEVAL
UML MODELING AND SYSTEM ARCHITECTURE FOR AGENT BASED INFORMATION RETRIEVAL
 
Smart-X: an Adaptive Multi-Agent Platform for Smart-Topics
Smart-X: an Adaptive Multi-Agent Platform for Smart-TopicsSmart-X: an Adaptive Multi-Agent Platform for Smart-Topics
Smart-X: an Adaptive Multi-Agent Platform for Smart-Topics
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxAnaBeatriceAblay2
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonJericReyAuditor
 

Recently uploaded (20)

Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lesson
 

Useful and Effectiveness of Multi Agent System

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume: 3 | Issue: 3 | Mar-Apr 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 - 6470 @ IJTSRD | Unique Paper ID – IJTSRD23036 | Volume – 3 | Issue – 3 | Mar-Apr 2019 Page: 671 Useful and Effectiveness of Multi-Agent System Moe Myint Myint University of Computer Studies, Hpa-An, Kayin State, Myanmar How to cite this paper: Moe Myint Myint "Useful and Effectiveness of Multi-Agent System" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-3 | Issue-3 , April 2019, pp.671-673, URL: http://www.ijtsrd.co m/papers/ijtsrd230 36.pdf Copyright © 2019 by author(s) and International Journal of Trend in Scientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (CC BY 4.0) (http://creativecommons.org/licenses/ by/4.0) ABSTRACT A multi-agent system (MAS or self cooperating system) is a computerized system organized of multiple interacting intelligent agents. The problems that are difficult to solve for an individualagentoramonolithicsystem can be solved by multi-agent system easily. MAS is a loosely coupled of software agents’ network that interact to solve problems that are beyond the individual capacities or knowledge of each software agent. Distributed systems with a group of intelligent agents that communicate with other agents to achieve goals are directed by their masters. MAS group aims to develop new theory and computational models of higher-order social cognition between people and computer systems by producing their abilities to reason about one another automatically. More specifically, multi-agent control systems are fundamental parts of a wide range of safety-critical engineering systems, and are commonly found in aerospace, traffic control, chemical process, power generation and distribution, flexible manufacturing, chemical processes, power generation and distribution, flexible manufacturing, robotic system design and self-assembly structures. KEYWORDS: Multi-agentsystem(MAS),Consensus,JADEplatform, Continuoustime subsystem, discrete time subsystem 1. INTRODUCTION The aim of multi-agent systems is to know how independent processes can be coordinated. An agent is an autonomous computerized entity like a computer program or a robot because it has the capacity to adapt when its environment changes. A multi-agent system is made up of a set of several agents that exist at the same time, share common resources and communicate with each other at different or same time. The key issue in multi-agent systems is to formalize the cooperation between agents. Multi-agent systems can be applied to artificial intelligence. They simplify problem- solving by dividingthenecessaryknowledgeintosubunits-to which an independent intelligent agent is associated and by coordinating the agents' activity. In this way, we refer to distributed artificial intelligence. Intelligent multi-agent systems can be created by programming languages to develop autonomousagentsystems. Consensus problemisto design appropriate control input based on local information that enables all agents to reach an agreement on consistent quantity of interest. There are a lot of consensus with switching topologieswereconsidered, such asasynchronous consensus, time limitconsensus, stochasticconsensus,group consensus, sampled-date based consensus and so on. This problem is usually termed consensus or synchronization problem. Aim of this paper is to effectiveness role of multi- agents systems, used in information technology field. It is structured as follows. Section 2 introduces reader to the objectives of MAS. Section 3 presents the methodology of MAS. Respectively,section4 presentsproposedsystemusing JADE. Finally, conclusion is presented in section 5. 2. Objectives There is a lot of progressing in AI, hardware, and sensor technologies have been achieved by the MAS community, resulting in agent technologies that are applied successfully to real-world industrial problems. There are two consensus problems, one is a leader–follower case and the other is a non-leader case. Many researches are considered to handle consensus between agents consistently. So by using multi- agent systems, certain global agreements can be achieved through sensing, exchange of information using communication, computation and their control. In the cooperative control consensus, agents share their information with each other. This information may lead to achieve common group’s goal, relative position information or common control algorithms. Handling consensus problems in MAS is not only to improve synchronizing between agents but also to reach group objectives without time delay. 3. Methodology The consensus and interactive consistency problems are important aspects. In this study, the consensus problem is addressed. A consensus protocol is a communication rule that specifies the exchange of information within between agents in networks and all its nearby neighbors. If the information exchange among agents allows continuous or the bandwidth of communication is significantly large, then the information state is use to model differential equation. Similarly, if the information exchange data arrive in discrete packets, then difference equation is used to model information state of each agent. The three major areas that IJTSRD23036
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID - IJTSRD23036 | Volume – 3 | Issue – 3 | Mar-Apr 2019 Page: 672 have been covered under consensus network are consensus algorithm, network topology and convergence rate.[1] Typical multi-agent platforms, frameworks, and simulators developed by different academic and industrial groups are compared. A notable feature of most platforms is the open source and non-proprietary nature that allows free distribution and development. For example, JADE benefits greatly from its pure design using Java, which is cross- platform with respect to the associated Java virtual machine (JVM). Applications developed using JADE can run on multiple operation systems withoutmodification.Therefore, it becomes one of the most widely used platforms for research purpose.Furthermore, programmersusuallyintend to use tools that supportprogramminglanguages withwhich they are familiar and are easy to use, regardless of characteristics of the problem and model. For instance, agent-oriented programming languages are not a preferred option for new developers due to its lower level of abstraction. 4. Proposed System There are three different medical centers located in different areas. Each medical center has its own agent. Each agent has been created in web to pay medical services and doctor information to the end user. Each agent has its own knowledge to decide the user’s syndrome. They are negotiated with each other not only when the user’s desired doctor doesn’t exist in the user’s requested agent but also when the syndrome according with the related user’schoice symptoms doesn’t search in the requested agent. When a user chooses one of the agents, the user can work with its requested agent until to complete its goal. Database design in each agent Agents’ interaction between agents using JADE platform System Flow Diagram for medical multi-agents system created by JADE Sequence diagram for agents/user interaction Firstly, Agent one accepts the user’s symptoms. Then agent one predicts the disease using Forward chainingmethod but the related disease is not find in its database or knowledge repository. Agent one sends the user’s symptoms to agent two using EJB and JADE techniques for completingtheuser’s goals. Agent two searches the user’s related disease and replies to agent one using EJB and JADE techniques. When doctor information is not find in agent one, it sends syndrome to agent two to find doctors’ information that pay a good treatment in this disease (specialty). Agent two searches doctors’ information using backward chaining method in its databaseorknowledgerepository.Whenagent two finds doctors’ information, it sends results to agent one using EJB and JADE techniques. 4.1. System Modeling Base-on Time In this subsection, the multi-agent system which is composed of a continuous time subsystem xi(t) = ui(t), i ∈ In, (2) and a Discrete time subsystem xi(t + 1) = xi(t) + ui(t), i ∈ In, (2) where xi ∈ R and ui ∈ R are the position and control input of agent i, respectively. The starting condition is xi(0) = xi0. Let x(0) = [x10, x20, . . . , xn0]T . The network, with fixed undirected graph, fixed directed graph and switching topologies, will consider the consensus problem of switched multi-agent system. So, we can control the consensus problemsbetween agentswith linearprotocol [2]. 5. Conclusion Agents’ using in engineering leads us: Agents can exit with different names and several actions in many systems. Vice versa, there are agents with the same name but different functions. The existence of an agent in a decentralized system excludes its operation at a centralized architecture. The design stage includes fewer agents than manufacturing stage [3]. This is unpredictable since the design of mechanical parts is not so much automated and also, design data are incomplete, ambiguous and unorganized. A lot of multi-agent systems are characterized by agents’ types, since some agents have more profits and
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID - IJTSRD23036 | Volume – 3 | Issue – 3 | Mar-Apr 2019 Page: 673 responsibilities in a system. MASs’ software development process requires technical support from the selected platform. It is pointed to which documentation and interface are user-friendly. The efficiencyof agentscan besignificantly enhanced if good software development kit (SDK) is provided. Once a MAS is deployed, maintenance becomes a long-term issue concerning the complex environment and geographically widely distributed nodes because of MAS base on cooperation and coordination. Specialized and professional services on maintaining distributed hardware devices, agents’ communication control protocol and software components are critical in future. References [1] Muhammad Majid Gulzar 1,* ID , Syed Tahir Hussain Rizvi 2,* ID , Muhammad Yaqoob Javed 3, Umer Munir 1 and Haleema Asif 1, “Multi-Agent Cooperative Control Consensus: A Comparative Review” [2] Yuanshi Zheng a, Jingying Ma a, Long Wang b,∗, “Consensus of switched multi-agent systems” [3] Georgios Andreadisa*, Paraskevi Klazogloub, Kyriaki Niotakib, Konstantin-Dionysios Bouzakisa, “Classification and Review of Multi-Agents Systems in the Manufacturing Section” [4] R. P. AGAEV1, P. Y. CHEBOTAREV1, “TWO MODELS OF LATENT CONSENSUS IN MULTI-AGENT SYSTEMS” [5] Lantao Xing, Changyun Wen, Fellow, IEEE, Fanghong Guo, Zhitao Liu, and HongyeSu,“Event-Based Consensus for Linear Multiagent Systems Without Continuous Communication”