代理控制交通灯 毕业论文外文翻译.doc_第1页
代理控制交通灯 毕业论文外文翻译.doc_第2页
代理控制交通灯 毕业论文外文翻译.doc_第3页
代理控制交通灯 毕业论文外文翻译.doc_第4页
代理控制交通灯 毕业论文外文翻译.doc_第5页
免费预览已结束,剩余5页可下载查看

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

agent controlled traffic lightsintroductionthe quality of (urban) traffic control systems is determined by the match between the control schema and the actual traffic patterns. if traffic patterns change, what they usually do, the effectiveness is determined by the way in which the system adapts to these changes. when this ability to adapt becomes an integral part of the traffic control unit it can react better to changes in traffic conditions. adjusting a traffic control unit is a costly and timely affair if it involves human attention. the hypothesis is that it might offer additional benefit using self-evaluating and self-adjusting traffic control systems. there is already a market for an urban traffic control system that is able to react if the environment changes;the so called adaptive systems. real adaptive systems will need pro-active calculated traffic information and cycle plans- based on these calculated traffic conditions- to be updated frequently.adaptive urban traffic control adaptive signal control systems must have a capability to optimise the traffic flow by adjusting the traffic signals based on current traffic. all used traffic signal control methods are based on feed-back algorithms using traffic demand data -varying from years to a couple of minutes - in the past. current adaptive systems often operate on the basis of adaptive green phases and flexible co-ordination in (sub)networks based on measured traffic conditions (e.g., utopia-spot,scoot). these methods are still not optimal where traffic demand changes rapidly within a short time interval. the basic premise is that existing signal plan generation tools make rational decisions about signal plans under varying conditions; but almost none of the current available tools behave pro-actively or have meta-rules that may change behaviour of the controller incorporated into the system. the next logical step for traffic control is the inclusion of these meta-rules and pro active and goal-oriented behaviour. the key aspects of improved control, for which contributions from artificial intelligence and artificial intelligent agents can be expected, include the capability of dealing with conflicting objectives; the capability of making pro-active decisions on the basis of temporal analysis; the ability of managing, learning, self adjusting and responding to non-recurrent and unexpected events (ambrosino et al., 1994).what are intelligent agents agent technology is a new concept within the artificial intelligence (ai). the agent paradigm in ai is based upon the notion of reactive, autonomous, internally-motivated entities that inhabit dynamic, not necessarily fully predictable environments (weiss, 1999). autonomy is the ability to function as an independent unit over an extended period of time, performing a variety of actions necessary to achieve pre-designated objectives while responding to stimuli produced by integrally contained sensors (ziegler, 1990). multi-agent systems can be characterised by the interaction of many agents trying to solve a variety of problems in a co-operative fashion. besides ai, intelligent agents should have some additional attributes to solve problems by itself in real-time; understand information; have goals and intentions; draw distinctions between situations; generalise; synthesise new concepts and / or ideas; model the world they operate in and plan and predict consequences of actions and evaluate alternatives. the problem solving component of an intelligent agent can be a rule-based system but can also be a neural network or a fuzzy expert system. it may be obvious that finding a feasible solution is a necessity for an agent. often local optima in decentralised systems, are not the global optimum. this problem is not easily solved. the solution has to be found by tailoring the interaction mechanism or to have a supervising agent co-ordinating the optimisation process of the other agents.intelligent agents in utc,a helpful paradigmagent technology is applicable in different fields within utc. the ones most important mentioning are: information agents, agents for traffic simulation and traffic control. currently, most applications of intelligent agents are information agents. they collect information via a network. with special designed agents user specific information can be provided. in urban traffic these intelligent agents are useable in delivering information about weather, traffic jams, public transport, route closures, best routes, etc. to the user via a personal travel assistant. agent technology can also be used for aggregating data for further distribution. agents and multi agent systems are capable of simulating complex systems for traffic simulation. these systems often use one agent for every traffic participant (in a similar way as object oriented programs often use objects). the application of agents in (urban) traffic control is the one that has our prime interest. here we ultimately want to use agents for pro-active traffic light control with on-line optimisation. signal plans then will be determined based on predicted and measured detector data and will be tuned with adjoining agents. the most promising aspects of agent technology, the flexibility and pro-active behaviour, give utc the possibility of better anticipation of traffic. current utc is not that flexible, it is unable to adjust itself if situations change and cant handle un-programmed situations. agent technology can also be implemented on several different control layers. this gives the advantage of being close to current utc while leaving considerable freedom at the lower (intersection) level.assumptions and considerations on agent based urban traffic controlthere are three aspects where agent based traffic control and -management can improve current state of the art utc systems:- adaptability. intelligent agents are able to adapt its behaviour and can learn from earlier situations.- communication. communication makes it possible for agents to co-operate and tune signal plans.- pro-active behaviour. due to the pro active behaviour traffic control systems are able to plan ahead.to be acceptable as replacement unit for current traffic control units, the system should perform the same or better than current systems. the agent based utc will require on-line and pro-active reaction on changing traffic patterns. an agent based utc should be demand responsive as well as adaptive during all stages and times. new methods for traffic control and traffic prediction should be developed as current ones do not suffice and cannot be used in agent technology. the adaptability can also be divided in several different time scales where the system may need to handle in a different way (rogier, 1999):- gradual changes due to changing traffic volumes over a longer period of time,- abrupt changes due to changing traffic volumes over a longer period of time,- abrupt, temporal, changes due to changing traffic volumes over a short period of time,- abrupt, temporal, changes due to prioritised traffic over a short period of timeone way of handling the balance between performance and complexity is the use of a hierarchical system layout. we propose a hierarchy of agents where every agent is responsible for its own optimal solution, but may not only be influenced by adjoining agents but also via higher level agents. these agents have the task of solving conflicts between lower level agents that they cant solve. this represents current traffic control implementations and ideas. one final aspect to be mentioned is the robustness of agent based systems (if all communication fails the agent runs on, if the agent fails a fixed program can be executed.to be able to keep our first urban traffic control model as simple as possible we have made the following assumptions: we limit ourselves to inner city traffic control (road segments, intersections, corridors), we handle only controlled intersections with detectors (intensity and speed) at all road segments, we only handle cars and we use simple rule bases for knowledge representation.types of agents in urban intersection control as we divide the system in several, recognisable, parts we define the following 4 types of agents:- roads are represented by special road segment agents (rsa),- controlled intersections are represented by intersection agents (itsa),- for specific, defined, areas there is an area agent (higher level),- for specific routes there can be route agents, that spans several adjoining road segments (higher level).we have not chosen for one agent per signal. this may result in a more simple solution but available traffic control programs do not fit in that kind of agent. we deliberately choose a more complex agent to be able to use standard traffic control design algorithms and programs. the idea still is the optimisation on a local level (intersection), but with local and global control. therefor we use area agents and route agents. all communication takes place between neighbouring agents and upper and lower level ones.design of our agent based systemthe essence of a, demand responsive and pro-active agent based utc consists of several itsas (intersection agent).,some authority agents (area and route agents) and optional road segment agents (rsa). the itsa makes decisions on how to control its intersection based on its goals, capability, knowledge, perception and data. when necessary an agent can request for additional information or receive other goals or orders from its authority agent(s).for a specific itsa, implemented to serve as an urban traffic control agent, the following actions are incorporated (roozemond, 1998):- data collection / distribution (via rsa - information on the current state of traffic; from / to other itsas - on other adjoining signalised intersections);- analysis (with an accurate model of the surrounds and knowing the traffic and traffic control rules define current trend; detect current traffic problems);- calculation (calculate the next, optimal, cycle mathematically correct);- decision making (with other agent deciding what to use for next cycle; handle current traffic problems);- control (operate the signals according to cycle plan).the internals of the itsa modeltraffic dependent intersection control normally works in a fast loop. the detector data is fed into the control algorithm. based upon predetermined rules a control strategy is chosen and the signals are operated accordingly. in this research we suggest the introduction of an extra, slow, loop where rules and parameters of a prediction- model can be changed by a higher order meta-model.itsa modelthe internals of an itsa consists of several agents. for a better overview of the internal itsa model-agents and agent based functions see figure 2. data collection is partly placed at the rsas and partly placed in the itsas. the needed data is collected from different sources, but mainly via detectors. the data is stored locally and may be transmitted to other agents. the actual operation of the traffic signals is left to an itsa-controller agent. the central part of the itsa, acts as a control strategy agent. that agent can operate several control strategies, such as anti-blocking and public transport priority strategies. the control strategy agent uses the estimates of the prediction model agent which estimates the states in the near future. the itsa-prediction model agent estimates the states in the near future. the prediction model agent gets its data related to intersection and road segments - as an agent that knows the forecasting equations, actual traffic conditions and constraints - and future traffic situations can be calculated by way of an inference engine and its knowledge and data base. on-line optimisation only works if there is sufficient quality in traffic predictions, a good choice is made regarding the performance indicators and an effective way is found to handle one-time occurrences (rogier, 1999).prediction modelwe hope to include pro-activeness via specific prediction model agents with a task of predicting future traffic conditions. the prediction models are extremely important for the development of pro active traffic control. the proposed itsa-prediction model agent estimates the states of the traffic in the near future via its own prediction model. the prediction meta-model compares the accuracy of the predictions with current traffic and will adjust the prediction parameters if the predictions were insufficient or not accurate. the prediction model agent is fed by several inputs: vehicle detection system, relevant road conditions, control strategies, important data on this intersection and its traffic condition, communication with itsas of nearby intersections and higher level agents. the agent itself has a rule-base, forecasting equations, knows constraints regarding specific intersections and gets insight into current (traffic) conditions. with these data future traffic situations should be calculated by its internal traffic forecasting model. the predicted forecast is valid for a limited time. research has shown that models using historic, up-stream and current link traffic give the best results (hobeika & kim, 1994).conclusions and future workadaptive signal control systems that are able to optimise and adjust the signal settings are able to improve the vehicular throughput and minimise delay through appropriate response to changes in the measured demand patterns. with the introduction of two un-coupled feed back loops, whether agent technology is used or not, a pro-active theory of traffic control can be met. there are several aspects still unresearched. the first thing we are going to do is to build a prototype system of a single intersection to see if the given claims of adaptability and pro activeness can be realised. a working prototype of such system should give appropriate evidence on the usability of agent based control systems. there are three other major subjects to be researched in depth; namely self adjustable control schemas, on-line optimisation of complex systems and getting good prediction models. for urban traffic control we need to develop self adjustable control schemes that can deal with dynamic and actuated data. for the optimisation we need mathematical programming methodologies capable of real-time on-line operation. in arterial and agent based systems this subject becomes complex due to several different, continuously changing, weights and different goals of the different itsas and due to the need for co-ordination and synchronisation. the research towards realising real-time on-line prediction models needs to be developed in compliance with agent based technology. the pro-active and re-active nature of agents and the double loop control schema seems to be a helpful paradigm in intelligent traffic management and control. further research and simulated tests on a control strategy, based on intelligent autonomous agents, is necessary to provide appropriate evidence on the usability of agent-based control systems. 代理控制交通灯前言(城市)交通控制系统的好坏决定于系统控制模式和实际交通流量模式是否相符。如果交通方式改变,他们通常所采取的有效措施是使系统适应这些改变。当这种改变能力成为交通控制系统单元的一部分,它将能更好地改变目前的交通状况。如果考虑人工调整,那么调整交通控制单元是一件花费昂贵和耗时大的事情。假如使用一种能够自我分析和自适应调整的交通控制系统,它将会带来额外的收益。对于这种可以适应环境改变的城市交通控制系统已经有销售。这种系统叫做自适应系统。“实时”自适应系统将需要主动计算交通信息和循环地计划,这种计划是根据不断计算更新的交通信息而采取的。自适应城市交通控制自适应信号控制系统必须有能力根据目前的交通状况,通过调整优化交通流量。所有使用的交通信号控制方法是基于反馈算法,而反馈算法的数据来源于过去的几分钟到几年时间里的交通需求。当前的交通控制系统运作网络是根据测到的交通状况来协调适应性和灵活性。这些还不是根据交通需求在短时间内改变的最佳方法。其基本前提是,现有的信号计划工具能够根据不同的情况作出合适的信号计划。但是,目前可用的工具都是积极主动型,或者元规则型。这就使得改变控制器的方式放在系统中进行。交通控制的下一个逻辑步骤是将元规则、主动的和目标导向行为都列入。为此,从人工智能和人工智能代理的贡献可以预测,加强管制的主要方面包括:与冲突的目标处理能力;基于时间分析的决策能力;管理、学习、自我调整和应对非经常性和突发事件的能力(ambrosino等.,1994)。什么是智能代理 代理技术是人工智能的一个新概念。人工智能代理模式是基于无功,自主,内部机动的实体,动态的居住概念,并不一定是完全可预见的环境(weiss,1999年)。自主是指在一段长时间内,能够作为一个独立单元,执行必要的行动以实现多种预先指定的目标,同时对同一体载传感器产生的刺激产生反应(ziegler, 1990)。综合代理系统的特点是可以通过很多的代理系统互相合作去解决各种各样的问题。此外,人工智能、智能代理应该有一些额外的属性使得它自己可以解决一些实时问题、理解信息、有目标和方向、对情况进行分清区别、揉合新概念或想法。其解决问题的智能代理组件可以是一个以规则为基础的系统,但也可以是一个神经网络或模糊专家系统。显然,对代理技术而言,找到一个可行的解决方案是必要的。通常在分散系统中最优的是局部而不是全部。这个问题不容易解决。解决的方案可以参照裁缝业的相互作用机制,或者有监督代理人协调其他代理人进行优化的过程。智能代理在utc的使用是一种有益的范例代理技术适合不同领域的utc。那些值得最重要一提的是:信息代理、代理交通仿真和交通控制。目前,大多数运用智能代理来进行信息代理。它们通过网络收集信息。对于采用特殊设计的代理商用户可以提供具体的资料。城市交通智能代理可以为用户提供有关的天气信息,交通拥堵,公共交通,道路封锁,最佳路线等,成为个人的旅行助理。代理技术也可以用于数据的分配。代理和多代理系统,有模拟仿真复杂交通系统的能力。这些系统通常为每一个交通参与者使用一个代理(类似于面向对象程序使用对象)。我们感兴趣的是代理技术在(城市)交通控制中的应用。为此,我们最终使用实时代理技术进行有效的交通灯控制。信号计划将根据预测和探测器实测数据,以及相邻的代理控制的基础上而进行调整。代理技术最具有优势的是它的灵活性和积极性,可以给utc带来更好的交通预测。当前的utc不具有灵活性的,它无法自行调节,如果情况变化,不能处理非程序化的情况。代理技术可以在不同的控制层进行控制。这对于接近目前还处于低水平的utc具有一定的优势。基于城市交通控制的代理假设和考虑基于城市交通控制和管理的代理,可以从三方面改善utc系统的现状。l 适应性。智能代理能够适应它的行为,可以学习早期的情况。l 通信。通信是代理之间进行合作,从而对计划信号进行调整。l 积极主动。由于积极主动,交通控制控制系统可以提前计划。要对目前的交通控制单元进行替换,可以接受的是该系统应执行得和现在系统一样或者比它更好。基于utc的代理将要求改变交通模式的在线反应和积极反应。基于utc的代理应根据各个阶段的要求做出适应性的回应, 当前的交通控制和预测方法是不够的,不能使用在代理技术上,应该发展新的交通控制和交通预测方法。适应性也可以分为几个不同的时间尺度,系统可能需要以不同的方式处理(rogier,1999年):l 由于渐进式的改革改变了一个较长时间的交通量;l 由于突然的变化改变了一个较长时间的交通量;l 突然,由于改用短的时间内的交通量,时空改变;l 突然,时空改变,由于交通优先较短时间。一种处理方法之间的性能和复杂性是一个等级制度布局使用的平衡。我们提出了一个在每一个层次的代理对自己负责的最佳解决方案,可能不仅影响邻近的代理,而且也可能影响更高一级代理。这些代理的下级代理之间解决他们不能解决的冲突任务。最后要提的一个方面是稳健的代理系统(如果所有运行的代理通讯失败,如果没有一个固定的代理程序被执行)。为了能够保持我们的第一个城市交通控制模型尽可能简单,我们作了以下的假设:我们限制自己的市内交通控制(路段,路口,走廊),我们只处理控制与探测器(强度和速度)在所有路段的十字路口,只处理车和我们使用简单的规则为基础

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论