Academic literature on the topic 'Open Agent System'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Open Agent System.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Journal articles on the topic "Open Agent System"

1

SHAKSHUKI, ELHADI, HAMADA GHENNIWA, and MAHAMED KAMEL. "AGENT-BASED SYSTEM ARCHITECTURE FOR DYNAMIC AND OPEN ENVIRONMENTS." International Journal of Information Technology & Decision Making 02, no. 01 (2003): 105–33. http://dx.doi.org/10.1142/s0219622003000537.

Full text
Abstract:
The rapid growth of the network-centered (Internet and Intranet) computing environments requires new architectures for information gathering systems. Typically, in these environments, the information resources are dynamic, heterogeneous and distributed. In addition, these computing environments are open, where information resources may be connected or disconnected at any time. This paper presents an architecture for a multi-agent information gathering system. The architecture includes three types of agents: interface, broker and resource agents. The interface agents interact with the users to fulfill their interests and preferences. The resource agents access and capture the content of the information resources. The broker agents facilitate cooperation among the information and the resource agents to achieve their desired goals. This paper provides the agents' architecture, design and implementations that enable them to cooperate, coordinate and communicate with each other to gather information in an open and dynamic environment.
APA, Harvard, Vancouver, ISO, and other styles
2

Eck, Adam, Maulik Shah, Prashant Doshi, and Leen-Kiat Soh. "Scalable Decision-Theoretic Planning in Open and Typed Multiagent Systems." Proceedings of the AAAI Conference on Artificial Intelligence 34, no. 05 (2020): 7127–34. http://dx.doi.org/10.1609/aaai.v34i05.6200.

Full text
Abstract:
In open agent systems, the set of agents that are cooperating or competing changes over time and in ways that are nontrivial to predict. For example, if collaborative robots were tasked with fighting wildfires, they may run out of suppressants and be temporarily unavailable to assist their peers. We consider the problem of planning in these contexts with the additional challenges that the agents are unable to communicate with each other and that there are many of them. Because an agent's optimal action depends on the actions of others, each agent must not only predict the actions of its peers, but, before that, reason whether they are even present to perform an action. Addressing openness thus requires agents to model each other's presence, which becomes computationally intractable with high numbers of agents. We present a novel, principled, and scalable method in this context that enables an agent to reason about others' presence in its shared environment and their actions. Our method extrapolates models of a few peers to the overall behavior of the many-agent system, and combines it with a generalization of Monte Carlo tree search to perform individual agent reasoning in many-agent open environments. Theoretical analyses establish the number of agents to model in order to achieve acceptable worst case bounds on extrapolation error, as well as regret bounds on the agent's utility from modeling only some neighbors. Simulations of multiagent wildfire suppression problems demonstrate our approach's efficacy compared with alternative baselines.
APA, Harvard, Vancouver, ISO, and other styles
3

Lameir˜ao, de Lima Gustavo, and de Aguiar Marilton Sanchotene. "Towards a Docker-based architecture for open multi-agent systems." IAES International Journal of Artificial Intelligence (IJ-AI) 13, no. 1 (2024): 45–56. https://doi.org/10.11591/ijai.v13.i1.pp45-56.

Full text
Abstract:
In open multi-agent systems (OMAS), heterogeneous agents in different environments or models can migrate from one system to another, taking their attributes and knowledge and increasing developing complexity compared to conventionalmulti-agent systems (MAS). Furthermore, the complexity of opening may be due to the uncertainties and dynamic behavior that the change of agents entails, needing to formulate techniques to analyze this complexity and understand the system’s global behavior. We used Docker to approach these problems and make the architecture flexible to handle distinct types of programming languages and frameworks of agents. This paper presents a Docker-based architecture to aid OMAS development, acting on agent migration between different models running in heterogeneous hardware and software scenarios. We present a simulation scenario with NetLogo’s Open Sugarscape 2 Constant Growback and JaCaMo’s Gold Miners to verify the proposal’s feasibility.
APA, Harvard, Vancouver, ISO, and other styles
4

Rostova, Elena P., and Lubov A. Vybornova. "Cash flow modeling in the open innovation market system." Vestnik of Samara University. Economics and Management 15, no. 3 (2024): 37–44. http://dx.doi.org/10.18287/2542-0461-2024-15-3-37-44.

Full text
Abstract:
The process of innovation activity is considered from the point of view of agency presence. The open innovation market system is described, including an investor, a developer and a user. The cash flows between the specified agents of the system, arising in the process of creating and commercializing an innovative product, are considered. For each agent, a profit function has been developed, which is a criterion for its optimal activity. An economic and mathematical model has been developed that describes the interaction of agents in the system.
APA, Harvard, Vancouver, ISO, and other styles
5

van Diggelen, Jurriaan, Robbert-Jan Beun, Frank Dignum, Rogier M. van Eijk, and John-Jules Meyer. "Ontology negotiation in heterogeneous multi-agent systems: The ANEMONE system." Applied Ontology: An Interdisciplinary Journal of Ontological Analysis and Conceptual Modeling 2, no. 3-4 (2007): 267–303. https://doi.org/10.3233/apo-2007-034.

Full text
Abstract:
In open heterogeneous multi-agent systems, communication is hampered by lack of common ontologies. Ontologies may differ in naming conventions, granularity and scope. In such an environment, the agents must possess the right conversational skills to effectively exchange information even when the speaker's ontology is only approximately translatable to the hearer's ontology. Furthermore, the agents must be able to autonomously establish an ontology translation by exchanging parts of their ontologies. In this paper, we propose a layered communication protocol in which the agents gradually build towards a semantically integrated system by establishing minimal and effective common ontologies. We tested our system, called ANEMONE, on a number of heterogeneous news agents. We show how these agents successfully exchange information on news articles, despite initial difficulties caused by heterogeneous ontologies.
APA, Harvard, Vancouver, ISO, and other styles
6

Lima, Gustavo Lameirão de, and Marilton Sanchotene de Aguiar. "Towards a Docker-based architecture for open multi-agent systems." IAES International Journal of Artificial Intelligence (IJ-AI) 13, no. 1 (2024): 45. http://dx.doi.org/10.11591/ijai.v13.i1.pp45-56.

Full text
Abstract:
<p>In open multi-agent systems (OMAS), heterogeneous agents in different environments or models can migrate from one system to another, taking their attributes and knowledge and increasing developing complexity compared to conventional multi-agent systems (MAS). Furthermore, the complexity of opening may be due to the uncertainties and dynamic behavior that the change of agents entails, needing to formulate techniques to analyze this complexity and understand the system’s global behavior. We used Docker to approach these problems and make the architecture flexible to handle distinct types of programming languages and frameworks of agents. This paper presents a Docker-based architecture to aid OMAS development, acting on agent migration between different models running in heterogeneous hardware and software scenarios. We present a simulation scenario with NetLogo’s Open Sugarscape 2 Constant Growback and JaCaMo’s Gold Miners to verify the proposal’s feasibility.</p>
APA, Harvard, Vancouver, ISO, and other styles
7

Cubillos, Claudio, Makarena Donoso, Nibaldo Rodríguez, Franco Guidi-Polanco, and Daniel Cabrera-Paniagua. "Towards Open Agent Systems Through Dynamic Incorporation." International Journal of Computers Communications & Control 5, no. 5 (2010): 675. http://dx.doi.org/10.15837/ijccc.2010.5.2223.

Full text
Abstract:
This work tackles the problem of providing a mechanism and infrastructure for allowing a given Multiagent System (MAS) to become open, allowing the incorporation of newly incoming agents to participate within the existing society. For this, a conceptual analysis of the so-called conciliation problem is presented, covering the diverse levels and issues involved in such a process. Our Dynamic Incorporation Architecture is presented, which implements an infrastructure for allowing the participation of external agents into a specific multiagent system by incorporating the appropriate behaviours upon arrival. Our multiagent architecture for dynamic incorporation covers three levels: semantics, communication and interaction and has been applyed in a book-trading e-market scenario.
APA, Harvard, Vancouver, ISO, and other styles
8

Sklar, Elizabeth, and Debbie Richards. "Agent-based systems for human learners." Knowledge Engineering Review 25, no. 2 (2010): 111–35. http://dx.doi.org/10.1017/s0269888910000044.

Full text
Abstract:
AbstractApplying intelligent agent technologies to support human learning activities has been the subject of recent work that reaches across computer science and education disciplines. This article discusses agent-based approaches that have been designed to address a range of pedagogical and/or curricular tasks. Three types of agents are identified in the literature:pedagogical agents,peer-learning agents, anddemonstrating agents. Features of each type are considered, as well as the systems in which these agents are incorporated, examining common and divergent goals, system and agent architectures, and evaluation methodologies. Open issues are highlighted, and future directions for this burgeoning interdisciplinary field are suggested.
APA, Harvard, Vancouver, ISO, and other styles
9

Zato, Carolina, Gabriel Villarrubia, Javier Bajo, and Juan Manuel Corchado. "An Integrated System for Disabled People Developed with the Agent Platform PANGEA." ADCAIJ: Advances in Distributed Computing and Artificial Intelligence Journal 2, no. 3 (2013): 65–77. http://dx.doi.org/10.14201/adcaij2014266577.

Full text
Abstract:
New trends in multi-agent systems call for self-adaptation and high dynamics, hence the new model of open MAS or virtual organization of agents. However, as existing agent platforms are not yet equipped to support this behavior, it is necessary to create new systems and mechanisms to facilitate the development of these new architectures. This article presents PANGEA, an agent platform to develop open multi-agent systems, specifically those including organizational aspects such as virtual agent organizations. The platform allows the integral management of organizations and offers tools to the end user. Additionally, it includes a communication protocol based on the IRC standard, which facilitates implementation and remains robust even with a large number of connections. The introduction of a CommunicationAgent and a Sniffer make it possible to offer Web Services for the distributed control of interaction. In order to test PANGEA, an integral system was developed to help the disabled, gathering a set of easily deployable and integrated services under a single architecture.
APA, Harvard, Vancouver, ISO, and other styles
10

Lozano Murciego, Álvaro, Gabriel Villarrubia González, Alberto López Barriuso, Daniel Hernández De La Iglesia, and Jorge Revuelta Herrero. "Multi agent gathering waste system." ADCAIJ: Advances in Distributed Computing and Artificial Intelligence Journal 4, no. 4 (2015): 9–22. http://dx.doi.org/10.14201/adcaij201544922.

Full text
Abstract:
Along this paper, we present a new multi agent-based system to gather waste on cities and villages. We have developed a low cost wireless sensor prototype to measure the volume level of the containers. Furthermore a route system is developed to optimize the routes of the trucks and a mobile application has been developed to help drivers in their working days. In order to evaluate and validate the proposed system a practical case study in a real city environment is modeled using open data available and with the purpose of identifying limitations of the system.
APA, Harvard, Vancouver, ISO, and other styles
More sources

Dissertations / Theses on the topic "Open Agent System"

1

Kamara, Lloyd Daniel. "An agent architecture for open system specifications." Thesis, Imperial College London, 2011. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.535011.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

MOISES, CYNTHIA LUIZA RIGO. "DEPENDABILITY OF OPEN MULTI-AGENT SYSTEM: A CONTRACT APPROACH." PONTIFÍCIA UNIVERSIDADE CATÓLICA DO RIO DE JANEIRO, 2008. http://www.maxwell.vrac.puc-rio.br/Busca_etds.php?strSecao=resultado&nrSeq=13626@1.

Full text
Abstract:
COORDENAÇÃO DE APERFEIÇOAMENTO DO PESSOAL DE ENSINO SUPERIOR<br>Nesta dissertação apresenta-se um modelo para aplicação de contratos em ambientes multi-agentes abertos. A idéia principal em um sistema multiagente é que um comportamento global inteligente possa ser alcançado a partir do comportamento individual dos agentes. Neste contexto, surge a dificuldade em se garantir que agentes estão cooperando corretamente para alcançar os objetivos da organização no qual estão inseridos. O modelo proposto neste trabalho visa expandir os conceitos de contratos em componentes a sistemas multi-agentes abertos. Contratos podem ser entendidos como uma forma de negociação entre componentes, no qual se estabelecem obrigações e benefícios que devem ser respeitados por todos os participantes do contrato na execução de serviços. Porém, quando o assunto é sistemas multi-agentes, há pouca literatura disponível. Isto se deve pela dificuldade de se traduzir contratos para componentes sobre o paradigma orientado a objetos às características dos agentes. Componentes possuem métodos e interfaces bem definidas, enquanto agentes ocultam suas estruturas internas e talvez apresentem comportamentos complexos. Um framework foi desenvolvido baseado no modelo conceitual proposto. O resultado visa demonstrar a viabilidade de se aplicar contratos para componentes a ambientes multi-agentes abertos, com o objetivo de gerenciar e averiguar a cooperação entre agentes, levando em consideração seus papéis na organização e respeitando suas características individuais.<br>In this work, we propose a model for applying contracts in open multi-agent systems. The main idea in a multi-agent system is that an intelligent global behavior can be reached from the individual behavior of the agents. In this context, it is difficulty to guarantee that the agents are correctly cooperating to reach the organization objectives in which they are inserted. The model considered in this work expands the contract concepts in components to open multi-agent system. Contracts can be understood as a negotiation form between components, which entails obligations and benefits for both parties. However, when the subject is multi-agent systems, there are a few available literatures. This is explained because contracts for components, guided on object paradigm, are hard to be translated to the characteristics of the agents. Components have methods and well defined interfaces, while agents hide their internal structures and perhaps they present complex behaviors. A framework was developed based on the conceptual model we are proposing. The result demonstrates the viability of applying contracts for components to the open multi-agents environments. The main goal is to manage and to inquire the cooperation between agents, considering the agents roles in the organization and respecting the individual agent characteristics.
APA, Harvard, Vancouver, ISO, and other styles
3

Wilkins, Robert James. "The advisor agent : a model for the dynamic integration of navigation information with an open hypermedia system." Thesis, University of Southampton, 1994. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.241162.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Miles, Simon. "Open systems design using agent interactions." Thesis, University of Warwick, 2004. https://eprints.soton.ac.uk/259457/.

Full text
Abstract:
As software requirements grow increasingly complex, the need to connect to and re-use existing, tested software, grows with it. Open systems, such as the Internet, aid this process by connecting together software services provided by a range of organisations, and the distributed nature of the system allows the services to be regularly updated and improved. Applications can be deployed within the open systems that opportunistically attempt to make use of the best functionality available at any one time. Agent-based systems have been proposed as an ideal way to implement such applications, due to their flexibility and distributed control. However, a balance must be kept between acting opportunistically and ensuring that each application operates to the standards demanded by the application requirements. Determining whether an application will perform to its requirements necessitates justifying the design decisions made in creating it. Our goal is to provide application developers with the means to create justified designs for opportunistic applications. The main contribution of this thesis is a software engineering methodology, agent interaction analysis, based on a set of independently valuable techniques we have developed. The first of these is a novel approach to modelling applications as being instantiated by a set of agent interactions, allowing such applications to be described with minimal restrictions on their implemented structure. Second, we provide a technique, based on design patterns, for comparing mechanisms for instantiating parts of multi-agent system. Finally, we provide an approach to more detailed analysis and comparison of coordination mechanisms.
APA, Harvard, Vancouver, ISO, and other styles
5

SANAI, DASHTI ZOHREH AL ZAHRA. "Coordination of Open Multi-Agent Systems." Doctoral thesis, Università degli Studi di Cagliari, 2022. http://hdl.handle.net/11584/333258.

Full text
Abstract:
During the last decade, the problem of consensus in Multi-Agent Systems (MASs) has been studied with special emphasis on graph theoretical methods. Consensus can be regarded as a control objective in which all the agents in a network converge to (or agree “upon”) a common value. This is achieved through a given control strategy usually referred to as consensus algorithm. The consensus problem in MASs becomes more challenging in the presence of agents that can join and leave the network, hence the so-called “open” multi-agent systems. This topic is recent in the scientific literature and quickly gaining attention. Thus, this dissertation is motivated by this topic, focusing on the consensus problem on the median consensus value and the average consensus in open multi-agent systems. Hence, this thesis is first devoted to designing a novel distributed open average consensus protocol for multi-agent systems. The distributed algorithm tracks the average of the agents’ state despite the time-varying size and composition of the network. The research activity consists of the design and formal characterization of the convergence properties of the algorithm. The results have been corroborated by numerical simulations. As for the second part of the research activity, the characterization of the convergence properties of a distributed algorithm to compute and track the median value of a set of numbers in open multi-agent systems has been proposed. A continuous time formulation is considered where the state variables of the agents track with zero error the median value of a set of time-varying reference signals given as input to the agents in a time-varying, undirected network topology. The performance of the proposed protocol is considered in the framework of open multi-agent systems by proposing join and leave mechanisms, i.e., the scenario where agents may join and leave the network during the protocol execution. One notable feature of consensus on the median value is the robustness of the median value, as opposed to the average value, with respect to abnormal or outlier state values. Non-smooth Lyapunov theory is employed to provide convergence guarantees and simple tuning rules to adjust the algorithm parameters. Apart from studying open multi-agent systems, this dissertation also proposes a distributed scheme for transforming any connected interaction graph with a possible no integer average degree into a connected approximately random k-regular graph which is independent of the degree of the initial graph. in more details, we define some local graph transformation rules (consisting of rules for cutting, adding, and moving edges) and provide a distributed implementation. In the resulting process, a random regular graph is obtained while the agents observe and modify only the local structure of the network. As such, the network achieves high expansion ratios and algebraic connectivity, which provide robustness to various structural and functional perturbations.
APA, Harvard, Vancouver, ISO, and other styles
6

Shah, N. H. "Exception diagnosis in open multi-agent systems." Thesis, Coventry University, 2006. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.425240.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

PAES, RODRIGO DE BARROS. "GOVERNANCE OF OPEN MULTI-AGENT SYSTEMS WITH DEPENDABILITY." PONTIFÍCIA UNIVERSIDADE CATÓLICA DO RIO DE JANEIRO, 2007. http://www.maxwell.vrac.puc-rio.br/Busca_etds.php?strSecao=resultado&nrSeq=11388@1.

Full text
Abstract:
CONSELHO NACIONAL DE DESENVOLVIMENTO CIENTÍFICO E TECNOLÓGICO<br>Sistemas multi-agentes abertos são freqüentemente caracterizados como sistemas distribuídos onde agentes, que podem não ser conhecidos a priori, podem entrar ou sair do sistema a qualquer momento. Uma abordagem de governança estabelece regras de interação que precisam ser seguidas pelos agentes de um determinado sistema. O uso destas regras permite uma maior previsibilidade e controle sobre o comportamento observável do sistema. Nesta tese, apresenta-se uma abordagem de governança de sistemas multi-agentes abertos como adequada para lidar não apenas com o monitoramento e controle do comportamento dos agentes, mas também com aspectos de fidedignidade. Um software é dito fidedigno quando se pode confiar no mesmo através de verificações formais ou informais assumindo riscos de danos compatíveis com o serviço prestado pelo software. A incorporação de aspectos de fidedignidade em uma abordagem de governança tem como principal benefício a geração de uma tecnologia integrada que possui as vantagens de uma abordagem de governança e ao mesmo tempo lida com especificações de instrumentos de fidedignidade tais como prevenção e tolerância a faltas. A abordagem proposta é ilustrada através de um estudo de caso no contexto de controle de tráfego aéreo.<br>Open multi-agent systems are frequently characterized by having little or no control over the behavior of the agents. The internal implementation and architecture of agents usually are inaccessible, and different teams may have developed them but with no coordination between them. Furthermore, agents may enter or leave the system at their will. A governance approach defines the interaction rules that must be obeyed by the agents. These rules allow for a greater control and predictability of the observable system behavior. In this thesis, we propose a governance approach to deal not only with the monitoring and control of agents` behavior but also to deal with dependability concerns. The original definition of dependability is the ability to deliver service that can justifiably be trusted. A governance approach that also deals with dependability has as main benefit the reuse of the monitoring and enforcement present in the governance infrastructure for dependability. We present a case study in the context of an air traffic control system to illustrate our approach.
APA, Harvard, Vancouver, ISO, and other styles
8

Huynh, Trung Dong. "Trust and reputation in open multi-agent systems." Thesis, University of Southampton, 2006. https://eprints.soton.ac.uk/262759/.

Full text
Abstract:
Trust and reputation are central to effective interactions in open multi-agent systems (MAS) in which agents, that are owned by a variety of stakeholders, continuously enter and leave the system. This openness means existing trust and reputation models cannot readily be used since their performance suffers when there are various (unforseen) changes in the environment. To this end, this thesis develops and evaluates FIRE, a trust and reputation model that enables autonomous agents in open MAS to evaluate the trustworthiness of their peers and to select good partners for interactions. FIRE integrates four sources of trust information under the same framework in order to provide a comprehensive assessment of an agent’s likely performance in open systems. Specifically, FIRE incorporates interaction trust, role-based trust, witness reputation, and certified reputation, that models trust resulting from direct experiences, role-based relationships, witness reports, and third-party references, respectively, to provide trust metrics in most circumstances. A novel model of reporter credibility has also been integrated to enable FIRE to effectively deal with inaccurate reports (from witnesses and referees). Finally, adaptive techniques have been introduced, which make use of the information gained from monitoring the environment, to dynamically adjust a number of FIRE’s parameters according to the actual situation an agent finds itself in. In all cases, a systematic empirical analysis is undertaken to evaluate the effectiveness of FIRE in terms of the agent’s performance.
APA, Harvard, Vancouver, ISO, and other styles
9

Criado, Pacheco Natalia. "Using Norms To Control Open Multi-Agent Systems." Doctoral thesis, Universitat Politècnica de València, 2012. http://hdl.handle.net/10251/17800.

Full text
Abstract:
Internet es, tal vez, el avance científico más relevante de nuestros días. Entre otras cosas, Internet ha permitido la evolución de los paradigmas de computación tradicionales hacia el paradigma de computaciónn distribuida, que se caracteriza por utilizar una red abierta de ordenadores. Los sistemas multiagente (SMA) son una tecnolog a adecuada para abordar los retos motivados por estos sistemas abiertos distribuidos. Los SMA son aplicaciones formadas por agentes heterog eneos y aut onomos que pueden haber sido dise~nados de forma independiente de acuerdo con objetivos y motivaciones diferentes. Por lo tanto, no es posible realizar ninguna hip otesis a priori sobre el comportamiento de los agentes. Por este motivo, los SMA necesitan de mecanismos de coordinaci on y cooperaci on, como las normas, para garantizar el orden social y evitar la aparici on de conictos. El t ermino norma cubre dos dimensiones diferentes: i) las normas como un instrumento que gu a a los ciudadanos a la hora de realizar acciones y actividades, por lo que las normas de nen los procedimientos y/o los protocolos que se deben seguir en una situaci on concreta, y ii) las normas como ordenes o prohibiciones respaldadas por un sistema de sanciones, por lo que las normas son medios para prevenir o castigar ciertas acciones. En el area de los SMA, las normas se vienen utilizando como una especi caci on formal de lo que est a permitido, obligado y prohibido dentro de una sociedad. De este modo, las normas permiten regular la vida de los agentes software y las interacciones entre ellos. La motivaci on principal de esta tesis es permitir a los dise~nadores de los SMA utilizar normas como un mecanismo para controlar y coordinar SMA abiertos. Nuestro objetivo es elaborar mecanismos normativos a dos niveles: a nivel de agente y a nivel de infraestructura. Por lo tanto, en esta tesis se aborda primero el problema de la de nici on de agentes normativos aut onomos que sean capaces de deliberar acerca<br>Criado Pacheco, N. (2012). Using Norms To Control Open Multi-Agent Systems [Tesis doctoral no publicada]. Universitat Politècnica de València. https://doi.org/10.4995/Thesis/10251/17800<br>Palancia
APA, Harvard, Vancouver, ISO, and other styles
10

Kannan, Anand. "Performance evaluation of security mechanisms in Cloud Networks." Thesis, KTH, Kommunikationssystem, CoS, 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-99464.

Full text
Abstract:
Infrastructure as a Service (IaaS) is a cloud service provisioning model which largely focuses on data centre provisioning of computing and storage facilities. The networking aspects of IaaS beyond the data centre are a limiting factor preventing communication services that are sensitive to network characteristics from adopting this approach. Cloud networking is a new technology which integrates network provisioning with the existing cloud service provisioning models thereby completing the cloud computing picture by addressing the networking aspects. In cloud networking, shared network resources are virtualized, and provisioned to customers and end-users on-demand in an elastic fashion. This technology allows various kinds of optimization, e.g., reducing latency and network load. Further, this allows service providers to provision network performance guarantees as a part of their service offering. However, this new approach introduces new security challenges. Many of these security challenges are addressed in the CloNe security architecture. This thesis presents a set of potential techniques for securing different resource in a cloud network environment which are not addressed in the existing CloNe security architecture. The thesis begins with a holistic view of the Cloud networking, as described in the Scalable and Adaptive Internet Solutions (SAIL) project, along with its proposed architecture and security goals. This is followed by an overview of the problems that need to be solved and some of the different methods that can be applied to solve parts of the overall problem, specifically a comprehensive, tightly integrated, and multi-level security architecture, a key management algorithm to support the access control mechanism, and an intrusion detection mechanism. For each method or set of methods, the respective state of the art is presented. Additionally, experiments to understand the performance of these mechanisms are evaluated on a simple cloud network test bed. The proposed key management scheme uses a hierarchical key management approach that provides fast and secure key update when member join and member leave operations are carried out. Experiments show that the proposed key management scheme enhances the security and increases the availability and integrity. A newly proposed genetic algorithm based feature selection technique has been employed for effective feature selection. Fuzzy SVM has been used on the data set for effective classification. Experiments have shown that the proposed genetic based feature selection algorithm reduces the number of features and hence decreases the classification time, while improving detection accuracy of the fuzzy SVM classifier by minimizing the conflicting rules that may confuse the classifier. The main advantages of this intrusion detection system are the reduction in false positives and increased security.<br>Infrastructure as a Service (IaaS) är en Cloudtjänstmodell som huvudsakligen är inriktat på att tillhandahålla ett datacenter för behandling och lagring av data. Nätverksaspekterna av en cloudbaserad infrastruktur som en tjänst utanför datacentret utgör en begränsande faktor som förhindrar känsliga kommunikationstjänster från att anamma denna teknik. Cloudnätverk är en ny teknik som integrerar nätverkstillgång med befintliga cloudtjänstmodeller och därmed fullbordar föreställningen av cloud data genom att ta itu med nätverkaspekten.  I cloudnätverk virtualiseras delade nätverksresurser, de avsätts till kunder och slutanvändare vid efterfrågan på ett flexibelt sätt. Denna teknik tillåter olika typer av möjligheter, t.ex. att minska latens och belastningen på nätet. Vidare ger detta tjänsteleverantörer ett sätt att tillhandahålla garantier för nätverksprestandan som en del av deras tjänsteutbud. Men denna nya strategi introducerar nya säkerhetsutmaningar, exempelvis VM migration genom offentligt nätverk. Många av dessa säkerhetsutmaningar behandlas i CloNe’s Security Architecture. Denna rapport presenterar en rad av potentiella tekniker för att säkra olika resurser i en cloudbaserad nätverksmiljö som inte behandlas i den redan existerande CloNe Security Architecture. Rapporten inleds med en helhetssyn på cloudbaserad nätverk som beskrivs i Scalable and Adaptive Internet Solutions (SAIL)-projektet, tillsammans med dess föreslagna arkitektur och säkerhetsmål. Detta följs av en översikt över de problem som måste lösas och några av de olika metoder som kan tillämpas för att lösa delar av det övergripande problemet. Speciellt behandlas en omfattande och tätt integrerad multi-säkerhetsarkitektur, en nyckelhanteringsalgoritm som stödjer mekanismens åtkomstkontroll och en mekanism för intrångsdetektering. För varje metod eller för varje uppsättning av metoder, presenteras ståndpunkten för respektive teknik. Dessutom har experimenten för att förstå prestandan av dessa mekanismer utvärderats på testbädd av ett enkelt cloudnätverk. Den föreslagna nyckelhantering system använder en hierarkisk nyckelhantering strategi som ger snabb och säker viktig uppdatering när medlemmar ansluta sig till och medlemmarna lämnar utförs. Försöksresultat visar att den föreslagna nyckelhantering system ökar säkerheten och ökar tillgänglighet och integritet. En nyligen föreslagna genetisk algoritm baserad funktion valet teknik har använts för effektiv funktion val. Fuzzy SVM har använts på de uppgifter som för effektiv klassificering. Försök har visat att den föreslagna genetiska baserad funktion selekteringsalgoritmen minskar antalet funktioner och därmed minskar klassificering tiden, och samtidigt förbättra upptäckt noggrannhet fuzzy SVM klassificeraren genom att minimera de motstående regler som kan förvirra klassificeraren. De främsta fördelarna med detta intrångsdetekteringssystem är den minskning av falska positiva och ökad säkerhet.
APA, Harvard, Vancouver, ISO, and other styles
More sources

Books on the topic "Open Agent System"

1

Garcia, Emilia, Adriana Giret, and Vicente Botti. Regulated Open Multi-Agent Systems (ROMAS). Springer International Publishing, 2015. http://dx.doi.org/10.1007/978-3-319-11572-6.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

International, Conference on Intelligence in Services and Networks (6th 1999 Barcelona Spain). Intelligence in services and networks: Paving the way for an open service market : 6th International Conference on Intelligence and Services in Networks, IS&N'99, Barcelona, Spain, April 27-29, 1999 : proceedings. Springer, 1999.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
3

International Conference on Intelligence in Services and Networks (6th 1999 Barcelona, Spain). Intelligence in services and networks: Paving the way for an open service market : 6th International Conference on Intelligence in Services and Networks, IS&N'99, Barcelona, Spain, April 27-29, 1999 : proceedings. Springer, 1999.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
4

AOIS, 2003 (2003 Melbourne Vic and Chicago Ill ). Agent-oriented information systems: 5th international bi-conference workshop, AOIS 2003, Melbourne, Australia, July 14, 2003 and Chicago, IL, USA, October 13, 2003 : revised selected papers. Springer, 2004.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
5

Mathews, Rohan Dominic. Trade unions, labour governance and economic upgradation in value chains. ILO, 2024. http://dx.doi.org/10.54394/xtnw2213.

Full text
Abstract:
The paper examines possible mechanisms for trade union engagement in global value chains, especially in the context of emerging human rights due diligence frameworks. By examining existing literature on value chain analysis, trade policy, and governance mechanisms, the paper tries to generate a discussion on possible methodologies and knowledge gaps on trade union intervention and decent work in global value chains. The paper examines economic and social upgradation pathways based on available knowledge on skills, labour processes, job profiles and wages. It seeks to open discussions on how global governance forms like national legislation, legal systems and courts, framework agreements, trade agreements, multilateral governance, international human rights and labour conventions can converge with a deeper understanding of economic processes and logics of production and value-addition in GVCs. The paper seeks to position trade unions as effective agents for knowledge-generation and compliance monitoring when it comes to due diligence.
APA, Harvard, Vancouver, ISO, and other styles
6

Crichton, Michael. Turbulences. France Loisirs, 1998.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
7

Crichton, Michael. Eafure mu: Kitai. Hayakawa Shobo, 1997.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
8

Crichton, Michael. Airframe. Publications (Holdings) Ltd., 1996.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
9

Crichton, Michael. The Andromeda Strain. Ballantine Books, 1994.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
10

Crichton, Michael. La amenaza de Andromeda. Origen/Planeta, 1985.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
More sources

Book chapters on the topic "Open Agent System"

1

Bergenti, Federico, and Agostino Poggi. "A Development Environment for the Realization of Open and Scalable Multi-agent Systems." In Multi-Agent System Engineering. Springer Berlin Heidelberg, 1999. http://dx.doi.org/10.1007/3-540-48437-x_5.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Adam, Emmanuel, Thierry Berger, Yves Sallez, and Damien Trentesaux. "An Open-Control Concept for a Holonic Multiagent System." In Holonic and Multi-Agent Systems for Manufacturing. Springer Berlin Heidelberg, 2009. http://dx.doi.org/10.1007/978-3-642-03668-2_14.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Golinska, Paulina, Grzegorz Klimarczyk, Zygmunt Kopacz, and Michał Masadynski. "Application of Economic Order Value for Creation of Time-Defined Transactions in Web-Based Open Sourcing System." In Agent and Multi-Agent Systems: Technologies and Applications. Springer Berlin Heidelberg, 2010. http://dx.doi.org/10.1007/978-3-642-13541-5_33.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Bigham, John, Laurie Cuthbert, Alex Hayzelden, and Zhiyuan Luo. "Multi-agent System for Network Resource Management." In Intelligence in Services and Networks Paving the Way for an Open Service Market. Springer Berlin Heidelberg, 1999. http://dx.doi.org/10.1007/3-540-48888-x_49.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Poulet, Cyril, Vincent Corruble, and Amal El Fallah Seghrouchni. "Auction-Based Strategies for the Open-System Patrolling Task." In PRIMA 2012: Principles and Practice of Multi-Agent Systems. Springer Berlin Heidelberg, 2012. http://dx.doi.org/10.1007/978-3-642-32729-2_7.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Horn, Geir, Tomasz Przeźdiȩk, Monika Büscher, et al. "Correction to: An Event-Driven Multi Agent System for Scalable Traffic Optimization." In Advances in Intelligent Systems and Computing. Springer International Publishing, 2022. http://dx.doi.org/10.1007/978-3-030-44038-1_130.

Full text
Abstract:
“An Event-Driven Multi Agent System for Scalable Traffic Optimization” was previously published non-open access. It has now been changed to open access under a CC BY 4.0 license and the copyright holder updated to ‘The Author(s)’. The book has also been updated with this change.
APA, Harvard, Vancouver, ISO, and other styles
7

Yin, Zhaolin, Aijuan Zhang, Xiaobin Li, and Jinfei Sun. "The Cooperation of Virtual Enterprise Supported by the Open Agent System." In Grid and Cooperative Computing. Springer Berlin Heidelberg, 2004. http://dx.doi.org/10.1007/978-3-540-24679-4_38.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Chi, Jiayu, Ling Sun, Xueguang Chen, and Jinlong Zhang. "Modeling and Design of Agent Grid Based Open Decision Support System." In Advances in Machine Learning and Cybernetics. Springer Berlin Heidelberg, 2006. http://dx.doi.org/10.1007/11739685_5.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Colcombet, Thomas, Nathanaël Fijalkow, and Pierre Ohlmann. "Controlling a Random Population." In Lecture Notes in Computer Science. Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-45231-5_7.

Full text
Abstract:
AbstractBertrand et al. introduced a model of parameterised systems, where each agent is represented by a finite state system, and studied the following control problem: for any number of agents, does there exist a controller able to bring all agents to a target state? They showed that the problem is decidable and EXPTIME-complete in the adversarial setting, and posed as an open problem the stochastic setting, where the agent is represented by a Markov decision process. In this paper, we show that the stochastic control problem is decidable. Our solution makes significant uses of well quasi orders, of the max-flow min-cut theorem, and of the theory of regular cost functions.
APA, Harvard, Vancouver, ISO, and other styles
10

Sugauchi, Kiminori, Satoshi Miyazaki, Stefan Covaci, and Tianning Zhang. "Efficiency Evaluation of a Mobile Agent Based Network Management System." In Intelligence in Services and Networks Paving the Way for an Open Service Market. Springer Berlin Heidelberg, 1999. http://dx.doi.org/10.1007/3-540-48888-x_50.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Conference papers on the topic "Open Agent System"

1

Zhang, Hongming, Xiaoman Pan, Hongwei Wang, Kaixin Ma, Wenhao Yu, and Dong Yu. "Cognitive Kernel: An Open-source Agent System towards Generalist Autopilots." In Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies (System Demonstrations). Association for Computational Linguistics, 2025. https://doi.org/10.18653/v1/2025.naacl-demo.29.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Zhang, Danqing, Balaji Rama, Jingyi Ni, et al. "LiteWebAgent: The Open-Source Suite for VLM-Based Web-Agent Applications." In Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies (System Demonstrations). Association for Computational Linguistics, 2025. https://doi.org/10.18653/v1/2025.naacl-demo.36.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Park, SeongGyeol, Ahtae Kim, Sookyung Lee, Haeun Lee, Chayapol Kamyod, and Cheong Ghil Kim. "Design of REST API Client for Conversational Agent using Large Language Model with Open API System." In 2024 IEEE/ACIS 22nd International Conference on Software Engineering Research, Management and Applications (SERA). IEEE, 2024. http://dx.doi.org/10.1109/sera61261.2024.10685639.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Deplano, D., M. Franceschelli, and A. Giua. "Stability of Paracontractive Open Multi-Agent Systems." In 2024 IEEE 63rd Conference on Decision and Control (CDC). IEEE, 2024. https://doi.org/10.1109/cdc56724.2024.10886676.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Hadjicostis, Christoforos N., and Alejandro D. Domínguez-García. "Distributed Average Consensus in Open Multi-Agent Systems." In 2024 IEEE 63rd Conference on Decision and Control (CDC). IEEE, 2024. https://doi.org/10.1109/cdc56724.2024.10886031.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Ozol, Seckin, Gregory L. Todt, and Jeff Vold. "CARC Paint Protection and Corrosion Prevention Key to Protecting Military Assets and Improve Cost Saving." In CORROSION 2013. NACE International, 2013. https://doi.org/10.5006/c2013-02139.

Full text
Abstract:
Abstract A majority of military hardware; ground vehicles, airplanes, ships and support equipment such as weapons and generators are made primarily of metal. In order to protect the metal from corrosion Chemical Agent Resistant Coatings or CARC is widely applied on military vehicles. CARC system is a key factor in elongating the life cycle of military assets. When the CARC system fails to protect the metal, the rate of corrosion on the metal increases, causing the military assets to deteriorate prematurely and create damages totaling billions of dollars. Therefore it is important to make sure the CARC system is free of defects and protected against environmental factors such as Ultraviolet (UV) light , moisture, biomass, dirt, mold and mildew as well as abrasion damage. Several solutions have been developed, tested and proven valuable for protection of CARC; including climate controlled buildings, partially open enclosures, tents and corrosion control covers. This paper focuses on the corrosion control covers and the benefits of using them to prevent corrosion and improve readiness of military assets.
APA, Harvard, Vancouver, ISO, and other styles
7

Farooq, Muhammad Omar, Umair Aziz, and Muhammad Zia Ullah. "Large Language Model and Artificial Intelligence Based Human Conversation Agent." In 2024 18th International Conference on Open Source Systems and Technologies (ICOSST). IEEE, 2024. https://doi.org/10.1109/icosst64562.2024.10871162.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Listopad, Sergey. "Cohesive Hybrid Intelligent Multi-Agent System Architecture." In 2020 26th Conference of Open Innovations Association (FRUCT). IEEE, 2020. http://dx.doi.org/10.23919/fruct48808.2020.9087438.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Ahmad, Rashid, Safdar Ali, and Do Hyeun Kim. "A Multi-Agent system for documents classification." In 2012 International Conference on Open Source Systems and Technologies (ICOSST). IEEE, 2012. http://dx.doi.org/10.1109/icosst.2012.6472823.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Cubillos, Claudio, Makarena Donoso, and Daniel Cabrera-Paniagua. "Designing an Open Agent System for Book-Trading." In 2009 Third International Symposium on Intelligent Information Technology Application. IEEE, 2009. http://dx.doi.org/10.1109/iita.2009.458.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Reports on the topic "Open Agent System"

1

Shen, Shiyu, Yuhui Zhai, and Yanfeng Ouyang. Planning and Dynamic Management of Autonomous Modular Mobility Services. Illinois Center for Transportation, 2024. https://doi.org/10.36501/0197-9191/24-029.

Full text
Abstract:
As we enter the next era of autonomous driving, robo-vehicles (which serve as low-cost and fully compliant drivers) are replacing conventional chauffeured services in the mobility market. During just the last few years, companies like Waymo Inc. and Cruise Inc. have already offered fully driverless robo-taxi services to the general public in cities like Phoenix and San Francisco. The rapid evolution of autonomous vehicles is anticipated to reshape the shared mobility market very soon. This project aims to address the following open questions. At the operational level, how should modular units be allocated across multiple categories of customers (e.g., passenger and freight cabins), and how should they be matched in real time? How do we enhance system efficiency by dynamic relocation and swap of modular chassis? At the strategic or tactical level, how should the rolling stock resources (modular chassis, passenger and freight cabins) be planned, and where shall chassis swapping sites be located? How could any potential transaction cost for a chassis swap, such as the time required for a modular chassis to be assembled with a customized cabin, affect the optimal strategy and system performance? How can customer priorities (e.g., passenger vs. freight) affect system performance, and how can service providers manage demand by specific pricing scheme or discriminative customer service strategies? We conducted the following research tasks: (i) analytically derived systems of implicit nonlinear equations in the closed form, including a set of differential equations, to analyze the modular autonomous mobility system and to estimate the expected system performance in the steady state; (ii) conducted a series of agent-based simulation experiments to verify the accuracy of the proposed analytical formulas and to demonstrate the effectiveness of the proposed modular chassis services; and (iii) designed policy instruments to enhance transportation system performance.
APA, Harvard, Vancouver, ISO, and other styles
2

Bredin, Jonathan, David Kotz, and Daniela Rus. Economic Markets as a Means of Open Mobile-Agent Systems. Defense Technical Information Center, 1999. http://dx.doi.org/10.21236/ada440603.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Majer, Alan. Decentralization and AI: The Building Blocks of a Resilient and Open Digital Future. The Linux Foundation, 2024. https://doi.org/10.70828/ecdr3826.

Full text
Abstract:
Today’s digital platforms are centralized platforms that a small handful of big tech companies control. As regulators start to curtail the power of these tech companies, open source innovators are building decentralized infrastructures that preserve individual privacy, autonomy, and digital property rights and increase access to the global commons. In this qualitative report, we spoke with innovators in this space who are disrupting centralized incumbents and creating opportunities for novel platforms and systems. The analysis is a cross-section of perspectives from software development, policy, AI agents, currencies, identity, and more.
APA, Harvard, Vancouver, ISO, and other styles
4

Tawfik, Aly, Deify Law, Juris Grasis, Joseph Oldham, and Moe Salem. COVID-19 Public Transportation Air Circulation and Virus Mitigation Study. Mineta Transportation Institute, 2022. http://dx.doi.org/10.31979/mti.2021.2036.

Full text
Abstract:
COVID-19 may have forever changed our world. Given the limited space and air circulation, potential infections on public transportation could be concerningly high. Accordingly, this study has two objectives: (1) to understand air circulation patterns inside the cabins of buses; and (2) to test the impact of different technologies in mitigating viruses from the air and on surfaces inside bus cabins. For the first objective, different devices, metrics and experiments (including colored smoke; videotaping; anemometers; pressure differentials; particle counts; and 3D numerical simulation models) were utilized and implemented to understand and quantify air circulation inside different buses, with different characteristics, and under different operating conditions (e.g. with windows open and shut). For the second objective, three different live prokaryotic viruses were utilized: Phi6, MS2 and T7. Various technologies (including positive pressure environment inside the cabin, HEPA filters with different MERV ratings, concentrated UV exposure with charged carbon filters in the HVAC systems, center point photocatalytic oxidation technology, ionization, and surface antiviral agents) were tested to evaluate the potential of mitigating COVID-19 infections via air and surfaces in public transportation. The effectiveness of these technologies on the three live viruses was tested in both the lab and in buses in the field. The results of the first objective experiments indicated the efficiency of HVAC system designs, where the speed of air spread was consistently much faster than the speed of air clearing. Hence, indicating the need for additional virus mitigation from the cabin. Results of the second objective experiments indicated that photocatalytic oxidation inserts and UVC lights were the most efficient in mitigating viruses from the air. On the other hand, positive pressure mitigated all viruses from surfaces; however, copper foil tape and fabrics with a high percentage of copper mitigated only the Phi6 virus from surfaces. High-temperature heating was also found to be highly effective in mitigating the different viruses from the vehicle cabin. Finally, limited exploratory experiments to test possible toxic by-products of photocatalytic oxidation and UVC lights inside the bus cabin did not detect any increase in levels of formaldehyde, ozone, or volatile organic compounds. Implementation of these findings in transit buses, in addition to the use of personal protective equipment, could be significantly valuable for protection of passengers and drivers on public transportation modes, possibly against all forms of air-borne viruses.
APA, Harvard, Vancouver, ISO, and other styles
5

Tawfik, Aly, Deify Law, Juris Grasis, Joseph Oldham, and Moe Salem. COVID-19 Public Transportation Air Circulation and Virus Mitigation Study. Mineta Transportation Institute, 2022. http://dx.doi.org/10.31979/mti.2022.2036.

Full text
Abstract:
COVID-19 may have forever changed our world. Given the limited space and air circulation, potential infections on public transportation could be concerningly high. Accordingly, this study has two objectives: (1) to understand air circulation patterns inside the cabins of buses; and (2) to test the impact of different technologies in mitigating viruses from the air and on surfaces inside bus cabins. For the first objective, different devices, metrics and experiments (including colored smoke; videotaping; anemometers; pressure differentials; particle counts; and 3D numerical simulation models) were utilized and implemented to understand and quantify air circulation inside different buses, with different characteristics, and under different operating conditions (e.g. with windows open and shut). For the second objective, three different live prokaryotic viruses were utilized: Phi6, MS2 and T7. Various technologies (including positive pressure environment inside the cabin, HEPA filters with different MERV ratings, concentrated UV exposure with charged carbon filters in the HVAC systems, center point photocatalytic oxidation technology, ionization, and surface antiviral agents) were tested to evaluate the potential of mitigating COVID-19 infections via air and surfaces in public transportation. The effectiveness of these technologies on the three live viruses was tested in both the lab and in buses in the field. The results of the first objective experiments indicated the efficiency of HVAC system designs, where the speed of air spread was consistently much faster than the speed of air clearing. Hence, indicating the need for additional virus mitigation from the cabin. Results of the second objective experiments indicated that photocatalytic oxidation inserts and UVC lights were the most efficient in mitigating viruses from the air. On the other hand, positive pressure mitigated all viruses from surfaces; however, copper foil tape and fabrics with a high percentage of copper mitigated only the Phi6 virus from surfaces. High-temperature heating was also found to be highly effective in mitigating the different viruses from the vehicle cabin. Finally, limited exploratory experiments to test possible toxic by-products of photocatalytic oxidation and UVC lights inside the bus cabin did not detect any increase in levels of formaldehyde, ozone, or volatile organic compounds. Implementation of these findings in transit buses, in addition to the use of personal protective equipment, could be significantly valuable for protection of passengers and drivers on public transportation modes, possibly against all forms of air-borne viruses.
APA, Harvard, Vancouver, ISO, and other styles
6

Ocampo-Gaviria, José Antonio, Roberto Steiner Sampedro, Mauricio Villamizar Villegas, et al. Report of the Board of Directors to the Congress of Colombia - March 2023. Banco de la República de Colombia, 2023. http://dx.doi.org/10.32468/inf-jun-dir-con-rep-eng.03-2023.

Full text
Abstract:
Banco de la República is celebrating its 100th anniversary in 2023. This is a very significant anniversary and one that provides an opportunity to highlight the contribution the Bank has made to the country’s development. Its track record as guarantor of monetary stability has established it as the one independent state institution that generates the greatest confidence among Colombians due to its transparency, management capabilities, and effective compliance with the central banking and cultural responsibilities entrusted to it by the Constitution and the Law. On a date as important as this, the Board of Directors of Banco de la República (BDBR) pays tribute to the generations of governors and officers whose commitment and dedication have contributed to the growth of this institution.1 Banco de la República’s mandate was confirmed in the National Constitutional Assembly of 1991 where the citizens had the opportunity to elect the seventy people who would have the task of drafting a new constitution. The leaders of the three political movements with the most votes were elected as chairs to the Assembly, and this tripartite presidency reflected the plurality and the need for consensus among the different political groups to move the reform forward. Among the issues considered, the National Constitutional Assembly gave special importance to monetary stability. That is why they decided to include central banking and to provide Banco de la República with the necessary autonomy to use the instruments for which they are responsible without interference from other authorities. The constituent members understood that ensuring price stability is a state duty and that the entity responsible for this task must be enshrined in the Constitution and have the technical capability and institutional autonomy necessary to adopt the decisions they deem appropriate to achieve this fundamental objective in coordination with the general economic policy. In particular, Article 373 established that “the State, through Banco de la República, shall ensure the maintenance of the purchasing power of the currency,” a provision that coincided with the central banking system adopted by countries that have been successful in controlling inflation. In 1999, in Ruling 481, the Constitutional Court stated that “the duty to maintain the purchasing power of the currency applies to not only the monetary, credit, and exchange authority, i.e., the Board of Banco de la República, but also those who have responsibilities in the formulation and implementation of the general economic policy of the country” and that “the basic constitutional purpose of Banco de la República is the protection of a sound currency. However, this authority must take the other economic objectives of state intervention such as full employment into consideration in their decisions since these functions must be coordinated with the general economic policy.” The reforms to Banco de la República agreed upon in the Constitutional Assembly of 1991 and in Act 31/1992 can be summarized in the following aspects: i) the Bank was assigned a specific mandate: to maintain the purchasing power of the currency in coordination with the general economic policy; ii) the BDBR was designatedas the monetary, foreign exchange, and credit authority; iii) the Bank and its Board of Directors were granted a significant degree of independence from the government; iv) the Bank was prohibited from granting credit to the private sector except in the case of the financial sector; v) established that in order to grant credit to the government, the unanimous vote of its Board of Directors was required except in the case of open market transactions; vi) determined that the legislature may, in no case, order credit quotas in favor of the State or individuals; vii) Congress was appointed, on behalf of society, as the main addressee of the Bank’s reporting exercise; and viii) the responsibility for inspection, surveillance, and control over Banco de la República was delegated to the President of the Republic. The members of the National Constitutional Assembly clearly understood that the benefits of low and stable inflation extend to the whole of society and contribute mto the smooth functioning of the economic system. Among the most important of these is that low inflation promotes the efficient use of productive resources by allowing relative prices to better guide the allocation of resources since this promotes economic growth and increases the welfare of the population. Likewise, low inflation reduces uncertainty about the expected return on investment and future asset prices. This increases the confidence of economic agents, facilitates long-term financing, and stimulates investment. Since the low-income population is unable to protect itself from inflation by diversifying its assets, and a high proportion of its income is concentrated in the purchase of food and other basic goods that are generally the most affected by inflationary shocks, low inflation avoids arbitrary redistribution of income and wealth.2 Moreover, low inflation facilitates wage negotiations, creates a good labor climate, and reduces the volatility of employment levels. Finally, low inflation helps to make the tax system more transparent and equitable by avoiding the distortions that inflation introduces into the value of assets and income that make up the tax base. From the monetary authority’s point of view, one of the most relevant benefits of low inflation is the credibility that economic agents acquire in inflation targeting, which turns it into an effective nominal anchor on price levels. Upon receiving its mandate, and using its autonomy, Banco de la República began to announce specific annual inflation targets as of 1992. Although the proposed inflation targets were not met precisely during this first stage, a downward trend in inflation was achieved that took it from 32.4% in 1990 to 16.7% in 1998. At that time, the exchange rate was kept within a band. This limited the effectiveness of monetary policy, which simultaneously sought to meet an inflation target and an exchange rate target. The Asian crisis spread to emerging economies and significantly affected the Colombian economy. The exchange rate came under strong pressure to depreciate as access to foreign financing was cut off under conditions of a high foreign imbalance. This, together with the lack of exchange rate flexibility, prevented a countercyclical monetary policy and led to a 4.2% contraction in GDP that year. In this context of economic slowdown, annual inflation fell to 9.2% at the end of 1999, thus falling below the 15% target set for that year. This episode fully revealed how costly it could be, in terms of economic activity, to have inflation and exchange rate targets simultaneously. Towards the end of 1999, Banco de la República announced the adoption of a new monetary policy regime called the Inflation Targeting Plan. This regime, known internationally as ‘Inflation Targeting,’ has been gaining increasing acceptance in developed countries, having been adopted in 1991 by New Zealand, Canada, and England, among others, and has achieved significant advances in the management of inflation without incurring costs in terms of economic activity. In Latin America, Brazil and Chile also adopted it in 1999. In the case of Colombia, the last remaining requirement to be fulfilled in order to adopt said policy was exchange rate flexibility. This was realized around September 1999, when the BDBR decided to abandon the exchange-rate bands to allow the exchange rate to be freely determined in the market.Consistent with the constitutional mandate, the fundamental objective of this new policy approach was “the achievement of an inflation target that contributes to maintaining output growth around its potential.”3 This potential capacity was understood as the GDP growth that the economy can obtain if it fully utilizes its productive resources. To meet this objective, monetary policy must of necessity play a countercyclical role in the economy. This is because when economic activity is below its potential and there are idle resources, the monetary authority can reduce the interest rate in the absence of inflationary pressure to stimulate the economy and, when output exceeds its potential capacity, raise it. This policy principle, which is immersed in the models for guiding the monetary policy stance, makes the following two objectives fully compatible in the medium term: meeting the inflation target and achieving a level of economic activity that is consistent with its productive capacity. To achieve this purpose, the inflation targeting system uses the money market interest rate (at which the central bank supplies primary liquidity to commercial banks) as the primary policy instrument. This replaced the quantity of money as an intermediate monetary policy target that Banco de la República, like several other central banks, had used for a long time. In the case of Colombia, the objective of the new monetary policy approach implied, in practical terms, that the recovery of the economy after the 1999 contraction should be achieved while complying with the decreasing inflation targets established by the BDBR. The accomplishment of this purpose was remarkable. In the first half of the first decade of the 2000s, economic activity recovered significantly and reached a growth rate of 6.8% in 2006. Meanwhile, inflation gradually declined in line with inflation targets. That was how the inflation rate went from 9.2% in 1999 to 4.5% in 2006, thus meeting the inflation target established for that year while GDP reached its potential level. After this balance was achieved in 2006, inflation rebounded to 5.7% in 2007, above the 4.0% target for that year due to the fact that the 7.5% GDP growth exceeded the potential capacity of the economy.4 After proving the effectiveness of the inflation targeting system in its first years of operation, this policy regime continued to consolidate as the BDBR and the technical staff gained experience in its management and state-of-the-art economic models were incorporated to diagnose the present and future state of the economy and to assess the persistence of inflation deviations and expectations with respect to the inflation target. Beginning in 2010, the BDBR established the long-term 3.0% annual inflation target, which remains in effect today. Lower inflation has contributed to making the macroeconomic environment more stable, and this has favored sustained economic growth, financial stability, capital market development, and the functioning of payment systems. As a result, reductions in the inflationary risk premia and lower TES and credit interest rates were achieved. At the same time, the duration of public domestic debt increased significantly going from 2.27 years in December 2002 to 5.86 years in December 2022, and financial deepening, measured as the level of the portfolio as a percentage of GDP, went from around 20% in the mid-1990s to values above 45% in recent years in a healthy context for credit institutions.Having been granted autonomy by the Constitution to fulfill the mandate of preserving the purchasing power of the currency, the tangible achievements made by Banco de la República in managing inflation together with the significant benefits derived from the process of bringing inflation to its long-term target, make the BDBR’s current challenge to return inflation to the 3.0% target even more demanding and pressing. As is well known, starting in 2021, and especially in 2022, inflation in Colombia once again became a serious economic problem with high welfare costs. The inflationary phenomenon has not been exclusive to Colombia and many other developed and emerging countries have seen their inflation rates move away from the targets proposed by their central banks.5 The reasons for this phenomenon have been analyzed in recent Reports to Congress, and this new edition delves deeper into the subject with updated information. The solid institutional and technical base that supports the inflation targeting approach under which the monetary policy strategy operates gives the BDBR the necessary elements to face this difficult challenge with confidence. In this regard, the BDBR reiterated its commitment to the 3.0% inflation target in its November 25 communiqué and expects it to be reached by the end of 2024.6 Monetary policy will continue to focus on meeting this objective while ensuring the sustainability of economic activity, as mandated by the Constitution. Analyst surveys done in March showed a significant increase (from 32.3% in January to 48.5% in March) in the percentage of responses placing inflation expectations two years or more ahead in a range between 3.0% and 4.0%. This is a clear indication of the recovery of credibility in the medium-term inflation target and is consistent with the BDBR’s announcement made in November 2022. The moderation of the upward trend in inflation seen in January, and especially in February, will help to reinforce this revision of inflation expectations and will help to meet the proposed targets. After reaching 5.6% at the end of 2021, inflation maintained an upward trend throughout 2022 due to inflationary pressures from both external sources, associated with the aftermath of the pandemic and the consequences of the war in Ukraine, and domestic sources, resulting from: strengthening of local demand; price indexation processes stimulated by the increase in inflation expectations; the impact on food production caused by the mid-2021 strike; and the pass-through of depreciation to prices. The 10% increase in the minimum wage in 2021 and the 16% increase in 2022, both of which exceeded the actual inflation and the increase in productivity, accentuated the indexation processes by establishing a high nominal adjustment benchmark. Thus, total inflation went to 13.1% by the end of 2022. The annual change in food prices, which went from 17.2% to 27.8% between those two years, was the most influential factor in the surge in the Consumer Price Index (CPI). Another segment that contributed significantly to price increases was regulated products, which saw the annual change go from 7.1% in December 2021 to 11.8% by the end of 2022. The measure of core inflation excluding food and regulated items, in turn, went from 2.5% to 9.5% between the end of 2021 and the end of 2022. The substantial increase in core inflation shows that inflationary pressure has spread to most of the items in the household basket, which is characteristic of inflationary processes with generalized price indexation as is the case in Colombia. Monetary policy began to react early to this inflationary pressure. Thus, starting with its September 2021 session, the BDBR began a progressive change in the monetary policy stance moving away from the historical low of a 1.75% policy rate that had intended to stimulate the recovery of the economy. This adjustment process continued without interruption throughout 2022 and into the beginning of 2023 when the monetary policy rate reached 12.75% last January, thus accumulating an increase of 11 percentage points (pp). The public and the markets have been surprised that inflation continued to rise despite significant interest rate increases. However, as the BDBR has explained in its various communiqués, monetary policy works with a lag. Just as in 2022 economic activity recovered to a level above the pre-pandemic level, driven, along with other factors, by the monetary stimulus granted during the pandemic period and subsequent months, so too the effects of the current restrictive monetary policy will gradually take effect. This will allow us to expect the inflation rate to converge to 3.0% by the end of 2024 as is the BDBR’s purpose.Inflation results for January and February of this year showed declining marginal increases (13 bp and 3 bp respectively) compared to the change seen in December (59 bp). This suggests that a turning point in the inflation trend is approaching. In other Latin American countries such as Chile, Brazil, Perú, and Mexico, inflation has peaked and has begun to decline slowly, albeit with some ups and downs. It is to be expected that a similar process will take place in Colombia in the coming months. The expected decline in inflation in 2023 will be due, along with other factors, to lower cost pressure from abroad as a result of the gradual normalization of supply chains, the overcoming of supply shocks caused by the weather, and road blockades in previous years. This will be reflected in lower adjustments in food prices, as has already been seen in the first two months of the year and, of course, the lagged effect of monetary policy. The process of inflation convergence to the target will be gradual and will extend beyond 2023. This process will be facilitated if devaluation pressure is reversed. To this end, it is essential to continue consolidating fiscal sustainability and avoid messages on different public policy fronts that generate uncertainty and distrust. 1 This Report to Congress includes Box 1, which summarizes the trajectory of Banco de la República over the past 100 years. In addition, under the Bank’s auspices, several books that delve into various aspects of the history of this institution have been published in recent years. See, for example: Historia del Banco de la República 1923-2015; Tres banqueros centrales; Junta Directiva del Banco de la República: grandes episodios en 30 años de historia; Banco de la República: 90 años de la banca central en Colombia. 2 This is why lower inflation has been reflected in a reduction of income inequality as measured by the Gini coefficient that went from 58.7 in 1998 to 51.3 in the year prior to the pandemic. 3 See Gómez Javier, Uribe José Darío, Vargas Hernando (2002). “The Implementation of Inflation Targeting in Colombia”. Borradores de Economía, No. 202, March, available at: https://repositorio.banrep.gov.co/handle/20.500.12134/5220 4 See López-Enciso Enrique A.; Vargas-Herrera Hernando and Rodríguez-Niño Norberto (2016). “The inflation targeting strategy in Colombia. An historical view.” Borradores de Economía, No. 952. https://repositorio.banrep.gov.co/handle/20.500.12134/6263 5 According to the IMF, the percentage change in consumer prices between 2021 and 2022 went from 3.1% to 7.3% for advanced economies, and from 5.9% to 9.9% for emerging market and developing economies. 6 https://www.banrep.gov.co/es/noticias/junta-directiva-banco-republica-reitera-meta-inflacion-3
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography