• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 389
  • 181
  • 165
  • 37
  • 12
  • 9
  • 6
  • 5
  • 5
  • 4
  • 4
  • 3
  • 3
  • 2
  • 2
  • Tagged with
  • 965
  • 965
  • 525
  • 277
  • 182
  • 179
  • 172
  • 156
  • 134
  • 127
  • 120
  • 117
  • 104
  • 99
  • 96
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
1

Deontic logic based process modelling for co-ordination support in virtual software corporations

Haag, Zsolt January 2000 (has links)
Virtual Software Corporations (VSCs) are a novel and important organisational form for large-scale software development. The increased complexity of this development environment requires the use of tools to support human actors in undertaking their tasks, which in turn require modelling solutions able to capture the VSC specific issues. One of the key aspects identified for software development in a VSC setting is the need to support co-ordination. One approach in the development of support for coordination in heterogeneous environments in respect to processes and support tools, such as VSCs, is the use of commitment management. The purpose of this thesis is to define a formalism suitable for capturing and managing commitments, as a means to support co-ordination. This is done by first analysing existing VSCs, and determining the requirements for co-ordination support. Consequently a formalism is defined to address the requirements. The formalism is based on a commitment modelling approach and deontic logic, a modal logic, which is used to manage the commitments. The defined formalism is the basis of a prototype support system, which is used for testing and evaluating. The evaluation has focused on identifying the level of support provided for the initial requirements. To this end three process examples have been used: the initial case study, the study of an independent VSC and the example of a desired process for software configuration management.The results indicate that the formalism, through the use of the prototype system, is able to represent and to manage commitments, as the most important issues in coordinating VSC software development. Thus it has a significant contribution as a modelling approach and it was shown to be applicable to realistic process scenarios.
2

Semantic Web Based Multi-agent Framework for Real-time Freeway Traffic Incident Management System

Abou-Beih, Mahmoud Osman 20 August 2012 (has links)
Recurring traffic congestion is attributable to steadily increasing travel demand coupled with constrained space and financial resources for infrastructure expansion. Another major source of congestion is non-recurrent incidents that disrupt the normal operation of the infrastructure. Aiming to optimize the utilization of the transportation infrastructure, innovative infrastructure management techniques that incorporate on edge technological equipment and information systems need to be adopted to manage recurrent and non-recurrent congestion and reduce their adverse externalities. The framework presented in this thesis lays the foundation for multi-disciplinary semantic web based incident management. During traffic incident response, involved stakeholders will share their knowledge and resources, forming an ad-hoc framework within which each party will focus on its core competencies and cooperate to achieve a coherent incident management process. Negotiation between various response agencies operators is performed using intelligent software agents, alleviating the coordination and synchronization burden of the massive information flow during the incident response. The software agents provide a decision support to human operators based on the reasoning provided from the underlying system knowledge models. Ontological engineering is used to lay the foundation of the knowledge models, which are coded in a web based ontology language, allowing a decentralized access to various elements of the system. The whole system communication infrastructure is based on the Semantic Web technologies. The semantic web facilitates the use of, in an enhanced manner, the already existing web technologies as the communication infrastructure of the proposed system. Its semantic capabilities help to resolve the information and data interoperability issues among various parties. The web services concepts combined with the semantic web allow the direct exploration and access of knowledge models, resources, and data repertories held by various parties. The developed ontology along with the developed software system were tested and evaluated by domain experts and targeted system users. Based on the conducted evaluation, both the ontology and the software system were found to be promising tools in developing pervasive, collaborative and multi-disciplinary traffic incident management systems
3

Semantic Web Based Multi-agent Framework for Real-time Freeway Traffic Incident Management System

Abou-Beih, Mahmoud Osman 20 August 2012 (has links)
Recurring traffic congestion is attributable to steadily increasing travel demand coupled with constrained space and financial resources for infrastructure expansion. Another major source of congestion is non-recurrent incidents that disrupt the normal operation of the infrastructure. Aiming to optimize the utilization of the transportation infrastructure, innovative infrastructure management techniques that incorporate on edge technological equipment and information systems need to be adopted to manage recurrent and non-recurrent congestion and reduce their adverse externalities. The framework presented in this thesis lays the foundation for multi-disciplinary semantic web based incident management. During traffic incident response, involved stakeholders will share their knowledge and resources, forming an ad-hoc framework within which each party will focus on its core competencies and cooperate to achieve a coherent incident management process. Negotiation between various response agencies operators is performed using intelligent software agents, alleviating the coordination and synchronization burden of the massive information flow during the incident response. The software agents provide a decision support to human operators based on the reasoning provided from the underlying system knowledge models. Ontological engineering is used to lay the foundation of the knowledge models, which are coded in a web based ontology language, allowing a decentralized access to various elements of the system. The whole system communication infrastructure is based on the Semantic Web technologies. The semantic web facilitates the use of, in an enhanced manner, the already existing web technologies as the communication infrastructure of the proposed system. Its semantic capabilities help to resolve the information and data interoperability issues among various parties. The web services concepts combined with the semantic web allow the direct exploration and access of knowledge models, resources, and data repertories held by various parties. The developed ontology along with the developed software system were tested and evaluated by domain experts and targeted system users. Based on the conducted evaluation, both the ontology and the software system were found to be promising tools in developing pervasive, collaborative and multi-disciplinary traffic incident management systems
4

Towards a constraint-based multi-agent approach to complex applications

Indrakumar, Selvaratnam January 2000 (has links)
No description available.
5

ARTS: Agent-Oriented Robust Transactional System

Wang, Mingzhong January 2009 (has links)
Internet computing enables the construction of large-scale and complex applications by aggregating and sharing computational, data and other resources across institutional boundaries. The agent model can address the ever-increasing challenges of scalability and complexity, driven by the prevalence of Internet computing, by its intrinsic properties of autonomy and reactivity, which support the flexible management of application execution in distributed, open, and dynamic environments. However, the non-deterministic behaviour of autonomous agents leads to a lack of control, which complicates exception management in the system, thus threatening the robustness and reliability of the system, because improperly handled exceptions may cause unexpected system failure and crashes. / In this dissertation, we investigate and develop mechanisms to integrate intrinsic support for concurrency control, exception handling, recoverability, and robustness into multi-agent systems. The research covers agent specification, planning and scheduling, execution, and overall coordination, in order to reduce the impact of environmental uncertainty. Simulation results confirm that our model can improve the robustness and performance of the system, while relieving developers from dealing with the low level complexity of exception handling. / A survey, along with a taxonomy, of existing proposals and approaches for building robust multi-agent systems is provided first. In addition, the merits and limitations of each category are highlighted. / Next, we introduce the ARTS (Agent-Oriented Robust Transactional System) platform which allows agent developers to compose recursively-defined, atomically-handled tasks to specify scoped and hierarchically-organized exception-handling plans for a given goal. ARTS then supports automatic selection, execution, and monitoring of appropriate plans in a systematic way, for both normal and recovery executions. Moreover, we propose multiple-step backtracking, which extends the existing step-by-step plan reversal, to serve as the default exception handling and recovery mechanism in ARTS. This mechanism utilizes previous planning results in determining the response to a failure, and allows a substitutable path to start, prior to, or in parallel with, the compensation process, thus allowing an agent to achieve its goals more directly and efficiently. ARTS helps developers to focus on high-level business logic and relaxes them from considering low-level complexity of exception management. / One of the reasons for the occurrence of exceptions in a multi-agent system is that agents are unable to adhere to their commitments. We propose two scheduling algorithms for minimising such exceptions when commitments are unreliable. The first scheduling algorithm is trust-based scheduling, which incorporates the concept of trust, that is, the probability that an agent will comply with its commitments, along with the constraints of system budget and deadline, to improve the predictability and stability of the schedule. Trust-based scheduling supports the runtime adaptation and evolvement of the schedule by interleaving the processes of evaluation, scheduling, execution, and monitoring in the life cycle of a plan. The second scheduling algorithm is commitment-based scheduling, which focuses on the interaction and coordination protocol among agents, and augments agents with the ability to reason about and manipulate their commitments. Commitment-based scheduling supports the refactoring and parallel execution of commitments to maximize the system's overall robustness and performance. While the first scheduling algorithm needs to be performed by a central coordinator, the second algorithm is designed to be distributed and embedded into the individual agent. / Finally, we discuss the integration of our approaches into Internet-based applications, to build flexible but robust systems. Specifically, we discuss the designs of an adaptive business process management system and of robust scientific workflow scheduling.
6

Acceleration of Multi-agent Simulation on FPGAs

Cui, Lintao Unknown Date
No description available.
7

A multi-agent system framework for agent coordination and communication enabling algorithmic trading

Overmars, Michelle 08 June 2012 (has links)
M.Sc. / Advancements in technology used in financial markets have led to substantial automation of tasks within the financial industry. Data analysis, trade execution and trade processing have been automated, reducing costs and increasing productivity. Algorithmic trading is the automated execution of trades on an electronic trading platform; it has been used to gain competitive advantage in financial markets since the early 1990s. Algorithmic trading applications, which must analyse information and determine whether to buy or sell, are well suited to the use of autonomous software agents. Multi-agent systems are better suited to the increasing complexity of algorithmic trading systems and the flexibility required by rapidly changing markets than single-agent systems. The granularity of components (agents) in multi-agent systems also promotes reuse and simplifies individual agent design. Algorithmic trading is, however, subject to challenges specifically in terms of data volume, speed of access and speed of processing. In order to utilise a multi-agent system solution the interactions between agents which allow distributed problem solving must be as efficient as possible. This dissertation investigates the use of indirect coordination to improve the efficiency of interactions between agents in multi-agent systems and to simplify agent design. Indirect coordination utilises environment abstractions known as artefacts to facilitate interaction between agents; such interaction can be simple data transfer or requests, complex coordination protocols as well as negotiation protocols. The investigation resulted in a framework that allows agents to transition between direct and indirect interaction techniques based on the specific interaction task at hand. The framework is built on two existing platforms, ii Java Agent DEvelopment Framework (JADE) and Common ARTifact Infrastructure for AGents Open environments (CARTAGO). These platforms are combined into the JADE-CARTAGO Algorithmic Trading (JCAT) framework that provides the infrastructure needed for both direct and indirect interactions. Investigations into the performance of the JCAT framework have shown that artefacts improve interaction efficiency by reducing data loss in tasks such as information publishing, and perform as well as direct communication within certain constraints for other tasks. When limiting the number of agents in an interaction to 50 agents, artefacts perform at least as well as direct communication using agent communication language messages.
8

Environment Sensor Coverage using Multi-Agent Headings

January 2020 (has links)
abstract: This work describes an approach for distance computation between agents in a multi-agent swarm. Unlike other approaches, this work relies solely on signal Angleof- Arrival (AoA) data and local trajectory data. Each agent in the swarm is able to discretely determine distance and bearing to every other neighbor agent in the swarm. From this information, I propose a lightweight method for sensor coverage of an unknown area based on the work of Sameera Poduri. I also show that this technique performs well with limited calibration distances. / Dissertation/Thesis / Masters Thesis Mechanical Engineering 2020
9

Avaliação organizacional de times de agentes para o Multi-Agent Programming Contest. / Organizational evaluation of agents teams for the Multi-Agent Programming Contest.

Franco, Mariana Ramos 23 May 2014 (has links)
Um subconjunto importante da pesquisa em sistemas multiagentes (SMA) baseiase no estudo das organizações. A organização define a estrutura do SMA e as regras que os agentes devem seguir, a fim de aumentar a eficiência do sistema. No entanto, dado um domínio, a escolha da organização que melhor resolve o problema ainda é uma questão sem resposta. Assim, abordagens empíricas para a avaliação de organizações são importantes, pois fornecem indícios valiosos sobre os custos e benefícios de diferentes configurações organizacionais, ajudando desenvolvedores e projetistas na definição da organização a ser adotada. Neste contexto, este trabalho, compara e avalia o impacto da mudança de parâmetros organizacionais no desempenho de um SMA, cujo objetivo é competir no cenário Agents on Mars proposto no Multi-Agent Programming Contest (MAPC). / An important subset of multi-agent systems (MAS) are based on the study of organizations. The organization defines the MAS structure and the rules which the agents must follow, increasing the MAS efficiency. Given an application domain, however, the choice of a particular organization that better solves the problem is still an open problem. Therefore, empirical approaches to the evaluation of organizations are important since they provide valuable evidences about the costs and benefits of different organizational settings, helping developers and designers to define the organization to be adopted. In this context, this work compares and evaluates the impact of organizational changes in the performance of a MAS, whose goal is to evolve in the \"Agents on Mars\" scenario proposed in the Multi-Agent Programming Contest (MAPC).
10

Avaliação organizacional de times de agentes para o Multi-Agent Programming Contest. / Organizational evaluation of agents teams for the Multi-Agent Programming Contest.

Mariana Ramos Franco 23 May 2014 (has links)
Um subconjunto importante da pesquisa em sistemas multiagentes (SMA) baseiase no estudo das organizações. A organização define a estrutura do SMA e as regras que os agentes devem seguir, a fim de aumentar a eficiência do sistema. No entanto, dado um domínio, a escolha da organização que melhor resolve o problema ainda é uma questão sem resposta. Assim, abordagens empíricas para a avaliação de organizações são importantes, pois fornecem indícios valiosos sobre os custos e benefícios de diferentes configurações organizacionais, ajudando desenvolvedores e projetistas na definição da organização a ser adotada. Neste contexto, este trabalho, compara e avalia o impacto da mudança de parâmetros organizacionais no desempenho de um SMA, cujo objetivo é competir no cenário Agents on Mars proposto no Multi-Agent Programming Contest (MAPC). / An important subset of multi-agent systems (MAS) are based on the study of organizations. The organization defines the MAS structure and the rules which the agents must follow, increasing the MAS efficiency. Given an application domain, however, the choice of a particular organization that better solves the problem is still an open problem. Therefore, empirical approaches to the evaluation of organizations are important since they provide valuable evidences about the costs and benefits of different organizational settings, helping developers and designers to define the organization to be adopted. In this context, this work compares and evaluates the impact of organizational changes in the performance of a MAS, whose goal is to evolve in the \"Agents on Mars\" scenario proposed in the Multi-Agent Programming Contest (MAPC).

Page generated in 0.0554 seconds