期刊文献+
共找到138篇文章
< 1 2 7 >
每页显示 20 50 100
Optimization in the Migration Problem of Mobile Agents in Distributed Information Retrieval Systems 被引量:1
1
作者 HeYan-xiang ChenYi-feng +1 位作者 HeJing CaoJian-nong 《Wuhan University Journal of Natural Sciences》 EI CAS 2004年第2期153-160,共8页
In this paper, we employ genetic algorithms to solve the migration problem (MP). We propose a new encoding scheme to represent trees, which is composed of two parts: the pre-ordered traversal sequence of tree vertices... In this paper, we employ genetic algorithms to solve the migration problem (MP). We propose a new encoding scheme to represent trees, which is composed of two parts: the pre-ordered traversal sequence of tree vertices and the children number sequence of corresponding tree vertices. The proposed encoding scheme has the advantages of simplicity for encoding and decoding, ease for GA operations, and better equilibrium between exploration and exploitation. It is also adaptive in that, with few restrictions on the length of code, it can be freely lengthened or shortened according to the characteristics of the problem space. Furthermore, the encoding scheme is highly applicable to the degree-constrained minimum spanning tree problem because it also contains the degree information of each node. The simulation results demonstrate the higher performance of our algorithm, with fast convergence to the optima or sub-optima on various problem sizes. Comparing with the binary string encoding of vertices, when the problem size is large, our algorithm runs remarkably faster with comparable search capability. Key words distributed information retrieval - mobile agents - migration problem - genetic algorithms CLC number TP 301. 6 Foundation item: Supported by the National Natural Science Foundation of China (90104005), the Natural Science Foundation of Hubei Province and the Hong Kong Polytechnic University under the grant G-YD63Biography: He Yan-xiang (1952-), male, Professor, research direction: distributed and parallel processing, multi-agent systems, data mining and e-business. 展开更多
关键词 distributed information retrieval mobile agents migration problem genetic algorithms
下载PDF
Evaluation of Program Code Caching for Mobile Agent Migrations
2
作者 Masayuki Higashino Kenichi Takahashi Takao Kawamura Kazunori Sugahara 《Computer Technology and Application》 2013年第7期356-363,共8页
Mobile agents are able to migrate among machines to achieve their tasks. This feature is attractive to design, implement, and maintain distributed systems because we can implement both client-side and server-side prog... Mobile agents are able to migrate among machines to achieve their tasks. This feature is attractive to design, implement, and maintain distributed systems because we can implement both client-side and server-side programming in one mobile agent. However, it involves the increase of data traffic for mobile agent migrations. In this paper, we propose program code caching to reduce the data traffic caused by mobile agent migrations. A mobile agent consists of many program codes that define a task executed in each machine they migrate; thus, the mobile agent migration involves the transfer of their program codes. Therefore, our method reduces the number of the transfer of program codes by using program code cache. We have implemented our method on a mobile agent framework called Maglog and conducted experiments on a meeting scheduling system. 展开更多
关键词 mobile agent agent migration cache.
下载PDF
Mobile Agent选择移动迁移机制的设计与实现 被引量:8
3
作者 蔡洪波 张大方 谢高岗 《计算机工程与科学》 CSCD 2001年第5期54-57,共4页
本文首先分析了当前 Mobile Agent系统面临的问题 ,提出了选择移动迁移机制的概念 ;然后对传统迁移机制和选择移动迁移机制对网络负载的影响进行了定量研究 ;最后 ,给出了一种采用选择移动迁移机制的 Mobile Agent系统模型 。
关键词 mobile agent 迁移机制 网络负载 计算机网络
下载PDF
基于Mobile Agent技术的遗留系统再工程方法 被引量:11
4
作者 詹剑锋 程虎 《软件学报》 EI CSCD 北大核心 2002年第12期2343-2348,共6页
针对因特网环境下遗留系统需要不断引入新的需求和技术的需要,提出了一种基于Mobile Agent的遗留系统再工程方法.在该方法中,对遗留系统采用Agent思想重新建模,将频繁的需要与其他部分交互的组件实现为移动Agent,并且允许以定制的Agent... 针对因特网环境下遗留系统需要不断引入新的需求和技术的需要,提出了一种基于Mobile Agent的遗留系统再工程方法.在该方法中,对遗留系统采用Agent思想重新建模,将频繁的需要与其他部分交互的组件实现为移动Agent,并且允许以定制的Agent的方式添加新的需求,使得目标系统能够更加适应因特网环境.通过将一个单机环境下的单用户计算软件迁移到网络环境下,允许多个远程用户并发访问的再工程尝试,为遗留系统引入新的需求和技术提供了一条可以选择的途径. 展开更多
关键词 mobile agent技术 遗留系统 再工程 软件体系结构 软件再工程
下载PDF
一种优化缓存的Mobile Agent迁移机制
5
作者 徐小龙 吴家兴 +1 位作者 曹玲玲 王新珩 《北京理工大学学报》 EI CAS CSCD 北大核心 2015年第1期86-91,共6页
目前的Mobile Agent迁移系统中,若Agent迁移失败,封装好的最小信息集将被简单抛弃,再次迁移时需重新封装,导致了额外的系统开销和迁移的低效率.对Mobile Agent迁移机制进行改进,通过在本地Agency添加Agent迁移缓存管理器AMCM,提出了一... 目前的Mobile Agent迁移系统中,若Agent迁移失败,封装好的最小信息集将被简单抛弃,再次迁移时需重新封装,导致了额外的系统开销和迁移的低效率.对Mobile Agent迁移机制进行改进,通过在本地Agency添加Agent迁移缓存管理器AMCM,提出了一种优化缓存的Mobile Agent迁移机制.机制区分了Mobile Agent强迁移和弱迁移两种情况;当Agent迁移失败之后,已封装好的Agent信息集由Agent迁移缓存管理器保存;该Agent再次迁移时,封装好的消息将被直接发送至目的节点;机制还实现了Agent在多个节点间高效率的连续迁移.实验与性能分析表明,优化缓存的Mobile Agent迁移机制可有效节约系统的计算资源,缩短Mobile Agent的迁移时延. 展开更多
关键词 移动主体 迁移机制 优化缓存 连续迁移
下载PDF
Mobile Agent的远程代码动态装配研究
6
作者 杨公平 曾广周 卢朝霞 《计算机应用》 CSCD 北大核心 2004年第5期21-22,共2页
针对MobileAgent整体迁移时的缺点,文中提出了MobileAgent的远程代码动态装配思想,即把部分执行代码存放在迁移节点,Agent在此节点运行时进行动态组装,运行完毕后动态拆卸。探讨了在此思想下Agent实体以及AgentServer的结构,分析了Agen... 针对MobileAgent整体迁移时的缺点,文中提出了MobileAgent的远程代码动态装配思想,即把部分执行代码存放在迁移节点,Agent在此节点运行时进行动态组装,运行完毕后动态拆卸。探讨了在此思想下Agent实体以及AgentServer的结构,分析了Agent的执行流程和执行效率。 展开更多
关键词 mobile agent 整体迁移 动态装配
下载PDF
Mobile Agent的通信模型研究 被引量:4
7
作者 胡庆华 吴刚 简宋全 《微型电脑应用》 2001年第3期9-11,共3页
本文首先介绍了 Agent的基本概念、Agent通信语言 ACL- KQML、Moblie Agent的概念与应用领域 ,主要论述了 Moblie Agent的通信模型以及层次结构与在迁移过程中的通信机制。
关键词 mobile agent KQML 通信模型 分布式人工智能
下载PDF
基于Mobile Agent和Web Service的移动数据同步模型 被引量:4
8
作者 汪雄杰 熊前兴 《计算机与数字工程》 2010年第4期78-81,153,共5页
数据同步技术是移动数据库的关键技术之一,也是移动系统进入应用阶段必须解决的难题。文章分析移动数据库的结构和特点,针对性地提出了一个基于移动Agent和Web服务的同步模型。模型针对实际运行环境克服了通信网络质量差和数据库选取受... 数据同步技术是移动数据库的关键技术之一,也是移动系统进入应用阶段必须解决的难题。文章分析移动数据库的结构和特点,针对性地提出了一个基于移动Agent和Web服务的同步模型。模型针对实际运行环境克服了通信网络质量差和数据库选取受限制的不利因素。利用移动Agent技术解决了移动数据库同步过程中的网络不稳定难题。通过部署Web服务把同步逻辑和数据库分离开,并可实现灵活可靠的移动数据库同步。 展开更多
关键词 移动数据库 同步 移动agent 迁移 WEB服务
下载PDF
Mobile Agent的迁移与定位机制 被引量:1
9
作者 朱传宇 周键 +1 位作者 袁兆山 孔磊 《微型电脑应用》 2001年第11期28-29,40,共3页
本文首先介绍了 Agent的基本概念、模型 ,以及Mobile Agent的概念、技术特点与应用领域 ,主要论述了Mobile Agent的迁移方式 ,Mobile
关键词 分布式人工智能 mobileagent 迁移 定位
下载PDF
Mobile Agent系统结构及其关键技术 被引量:2
10
作者 董青 吴跃 《成都信息工程学院学报》 2004年第3期359-362,共4页
MobileAgent技术是一门新兴的技术,具有移动性、智能性和异步计算的特点,已成为计算机网络和分布式系统最具活力的发展方向。现对MobileAgent的概念、系统结构及其关键技术进行了分析和探讨。
关键词 mobile agent 交互机制 迁移机制 安全机制
下载PDF
基于MobileAgent的信息检索系统的结构及相关技术 被引量:5
11
作者 顾榕 王小平 曹立明 《计算机工程》 CAS CSCD 北大核心 2004年第2期86-88,共3页
介绍了Mobile Agent系统的概念,提出了一个应用Grasshopper开发平台的基于Agent技术的网络信息检索系统的设计方案,讨论了该系统的结构模型。
关键词 移动代理 信息检索 agent迁移 agent通信
下载PDF
Edge Computing Platform with Efficient Migration Scheme for 5G/6G Networks
12
作者 Abdelhamied A.Ateya Amel Ali Alhussan +3 位作者 Hanaa A.Abdallah Mona A.Al duailij Abdukodir Khakimov Ammar Muthanna 《Computer Systems Science & Engineering》 SCIE EI 2023年第5期1775-1787,共13页
Next-generation cellular networks are expected to provide users with innovative gigabits and terabits per second speeds and achieve ultra-high reliability,availability,and ultra-low latency.The requirements of such ne... Next-generation cellular networks are expected to provide users with innovative gigabits and terabits per second speeds and achieve ultra-high reliability,availability,and ultra-low latency.The requirements of such networks are the main challenges that can be handled using a range of recent technologies,including multi-access edge computing(MEC),artificial intelligence(AI),millimeterwave communications(mmWave),and software-defined networking.Many aspects and design challenges associated with the MEC-based 5G/6G networks should be solved to ensure the required quality of service(QoS).This article considers developing a complex MEC structure for fifth and sixth-generation(5G/6G)cellular networks.Furthermore,we propose a seamless migration technique for complex edge computing structures.The developed migration scheme enables services to adapt to the required load on the radio channels.The proposed algorithm is analyzed for various use cases,and a test bench has been developed to emulate the operator’s infrastructure.The obtained results are introduced and discussed. 展开更多
关键词 5G 6G mobile edge computing migration OFFLOADING quality of service
下载PDF
Deep Reinforcement Learning-Based Task Offloading and Service Migrating Policies in Service Caching-Assisted Mobile Edge Computing
13
作者 Ke Hongchang Wang Hui +1 位作者 Sun Hongbin Halvin Yang 《China Communications》 SCIE CSCD 2024年第4期88-103,共16页
Emerging mobile edge computing(MEC)is considered a feasible solution for offloading the computation-intensive request tasks generated from mobile wireless equipment(MWE)with limited computational resources and energy.... Emerging mobile edge computing(MEC)is considered a feasible solution for offloading the computation-intensive request tasks generated from mobile wireless equipment(MWE)with limited computational resources and energy.Due to the homogeneity of request tasks from one MWE during a longterm time period,it is vital to predeploy the particular service cachings required by the request tasks at the MEC server.In this paper,we model a service caching-assisted MEC framework that takes into account the constraint on the number of service cachings hosted by each edge server and the migration of request tasks from the current edge server to another edge server with service caching required by tasks.Furthermore,we propose a multiagent deep reinforcement learning-based computation offloading and task migrating decision-making scheme(MBOMS)to minimize the long-term average weighted cost.The proposed MBOMS can learn the near-optimal offloading and migrating decision-making policy by centralized training and decentralized execution.Systematic and comprehensive simulation results reveal that our proposed MBOMS can converge well after training and outperforms the other five baseline algorithms. 展开更多
关键词 deep reinforcement learning mobile edge computing service caching service migrating
下载PDF
一种移动agent结构化迁移机制的设计和实现 被引量:50
14
作者 陶先平 softlab.nju.edu.cn +3 位作者 吕建 张冠群 李新 董桓 《软件学报》 EI CSCD 北大核心 2000年第7期918-923,共6页
移动 agent计算模式将成为未来网络计算的主流模式 .移动 agent的迁移机制是其技术核心之一 .该文分析了现有移动 agent系统中采用的几种代表性迁移技术 ,提出了一种新的结构化迁移机制 .该机制的主要特点如下 :( 1) agent的旅行计划和... 移动 agent计算模式将成为未来网络计算的主流模式 .移动 agent的迁移机制是其技术核心之一 .该文分析了现有移动 agent系统中采用的几种代表性迁移技术 ,提出了一种新的结构化迁移机制 .该机制的主要特点如下 :( 1) agent的旅行计划和功能体完全分离 ;( 2 )旅行计划本身也具有严格定义的结构 ;( 3)提供了 3种灵活有力的迁移模式 .因此 ,它能有效地控制移动 agent的复杂度 ,有利于 agent的复用 .在该机制的基础上 ,设计并实现了移动 agent系统 Mogent1. 展开更多
关键词 移动agent 迁移 结构化 信息处理 人工智能
下载PDF
移动Agent系统的迁移机制研究 被引量:7
15
作者 张冠群 陶先平 +2 位作者 李新 冯新宇 吕建 《计算机科学》 CSCD 北大核心 2001年第9期69-73,60,共6页
Mobility is inherent in Internet,traditional message passing,RPC,or Remote Evaluation,can not meet more and more various mobility requirements. Mobile Agent implements computation migration,including data,code and con... Mobility is inherent in Internet,traditional message passing,RPC,or Remote Evaluation,can not meet more and more various mobility requirements. Mobile Agent implements computation migration,including data,code and control,is a good way to suit Internet. Migration mechanism is the key technology of mobile Agent. We discuss it from the perspective of both system programmer and application programmer and introduce migration mechanisms of some famous Java based mobile Agent system.At last,present the structured migration mechanism of self-designed mobile Agent system Mogent. 展开更多
关键词 INTERNET 移动agent系统 迁移机制 计算机网络
下载PDF
基于旅行图的移动Agent迁移策略 被引量:30
16
作者 刘大有 杨博 +1 位作者 杨鲲 王生生 《计算机研究与发展》 EI CSCD 北大核心 2003年第6期838-845,共8页
移动Agent为完成用户指定的任务 ,通常需要移动到多个主机上 迁移策略为移动Agent规划出最佳迁移路径 ,保证移动Agent正确、高效地完成任务 提出了“旅行图”的概念并给出了基于“旅行图”的 3种迁移策略 旅行图能描述移动Agent的移动... 移动Agent为完成用户指定的任务 ,通常需要移动到多个主机上 迁移策略为移动Agent规划出最佳迁移路径 ,保证移动Agent正确、高效地完成任务 提出了“旅行图”的概念并给出了基于“旅行图”的 3种迁移策略 旅行图能描述移动Agent的移动语义并能刻画运行环境的动态变化 载有“旅行图”的移动Agent感知运行环境的变化 ,及时反应并自主修改迁移路线 ,按照预先设定的指标完成任务 ,充分体现了Agent的反应性和自主性 基于“旅行图” 展开更多
关键词 移动agent 迁移策略 旅行图
下载PDF
移动Agent迁移机制的研究与实现 被引量:12
17
作者 王丹 王萍 +1 位作者 王国仁 于戈 《东北大学学报(自然科学版)》 EI CAS CSCD 北大核心 2001年第6期600-603,共4页
分析了移动agent迁移机制的几种实现方法 ,包括Java的序列化和类装载机制 ,CORBA的对象外向化服务 ,CORBA对象生命周期服务的Move方法·对它们进行了分析与比较 ,最后给出了一个基于Java的序列化机制的实例·
关键词 移动agent CORBA JAVA 序列化 类装载 迁移机制
下载PDF
蚁群算法在移动Agent迁移中的应用研究 被引量:15
18
作者 杜荣华 姚刚 吴泉源 《计算机研究与发展》 EI CSCD 北大核心 2007年第2期282-287,共6页
移动Agent提供了一种全新的分布计算范型.移动Agent技术给分布式系统的设计、实现和维护都带来了新的活力.旅行Agent问题是一类复杂的组合优化问题,目的在于解决移动Agent在不同主机间移动时如何根据移动Agent的任务和其他约束条件来规... 移动Agent提供了一种全新的分布计算范型.移动Agent技术给分布式系统的设计、实现和维护都带来了新的活力.旅行Agent问题是一类复杂的组合优化问题,目的在于解决移动Agent在不同主机间移动时如何根据移动Agent的任务和其他约束条件来规划最优的迁移路线.蚁群算法作为一种新的生物进化算法,具有并行、正反馈和启发式搜索等特点,是一种解决旅行Agent问题的有效手段,受到了广泛的关注,但它与其他进化算法一样存在易陷入局部最小的缺点.在蚁群算法的基础上,通过修改它的信息素轨迹更新规则,引入自适应的信息素挥发系数来提高收敛速度和算法的全局最优解搜索能力,从而使得移动Agent在移动时以最优的效率和最短的时间来完成迁移.仿真结果表明,改进的算法在解的性能和收敛速度上均优于相关算法. 展开更多
关键词 移动agent 蚁群算法 迁移
下载PDF
移动Agent在分布式平台上的研究与实现 被引量:5
19
作者 王丹 魏宝忠 +1 位作者 于戈 王国仁 《东北大学学报(自然科学版)》 EI CAS CSCD 北大核心 2002年第5期413-416,共4页
首先分析了在传统的分布式对象平台上开发移动Agent系统的相关问题 ,并给出了在新一代分布式对象平台·NET实现移动代理系统的必要性和可行性 ,介绍了在两类平台上实现代理迁移的相关技术和方法 。
关键词 移动agent 分布式平台 CORBA NET 迁移 序列 WEB服务
下载PDF
一种动态环境下的移动Agent智能迁移算法 被引量:4
20
作者 党辰 王嘉祯 +1 位作者 刘爱珍 赵新青 《计算机工程》 CAS CSCD 北大核心 2009年第9期19-21,共3页
在对移动Agent服务系统进行建模的基础上,提出一种基于蚁群算法的移动Agent智能迁移算法。为减少探测软件带来的额外开销,利用Agent探测全局系统状态。当Agent移动到服务节点时,能根据信息素自适应地调整旅行路线。实验结果表明,该算法... 在对移动Agent服务系统进行建模的基础上,提出一种基于蚁群算法的移动Agent智能迁移算法。为减少探测软件带来的额外开销,利用Agent探测全局系统状态。当Agent移动到服务节点时,能根据信息素自适应地调整旅行路线。实验结果表明,该算法能适应动态环境的变化,具有容错性。在对蚁群算法引入自适应调整的信息素增加强度系数后,Agent能以更高的效率完成迁移。 展开更多
关键词 移动agent 蚁群算法 迁移 迁移策略 旅行agent问题
下载PDF
上一页 1 2 7 下一页 到第
使用帮助 返回顶部