期刊文献+
共找到387篇文章
< 1 2 20 >
每页显示 20 50 100
A Hierarchical Task Graph Parallel Computing Framework for Chemical Process Simulation
1
作者 Shifeng Qu Shaoyi Yang +3 位作者 Wenli Du Zhaoyang Duan Feng Qian Meihong Wang 《Engineering》 2025年第8期229-239,共11页
Sequential-modular-based process flowsheeting software remains an indispensable tool for process design,control,and optimization.Yet,as the process industry advances in intelligent operation and maintenance,convention... Sequential-modular-based process flowsheeting software remains an indispensable tool for process design,control,and optimization.Yet,as the process industry advances in intelligent operation and maintenance,conventional sequential-modular-based process-simulation techniques present challenges regarding computationally intensive calculations and significant central processing unit(CPU)time requirements,particularly in large-scale design and optimization tasks.To address these challenges,this paper proposes a novel process-simulation parallel computing framework(PSPCF).This framework achieves layered parallelism in recycling processes at the unit operation level.Notably,PSPCF introduces a groundbreaking concept of formulating simulation problems as task graphs and utilizes Taskflow,an advanced task graph computing system,for hierarchical parallel scheduling and the execution of unit operation tasks.PSPCF also integrates an advanced work-stealing scheme to automatically balance thread resources with the demanding workload of unit operation tasks.For evaluation,both a simpler parallel column process and a more complex cracked gas separation process were simulated on a flowsheeting platform using PSPCF.The framework demonstrates significant time savings,achieving over 60%reduction in processing time for the simpler process and a 35%–40%speed-up for the more complex separation process. 展开更多
关键词 Parallel computing Process simulation task graph parallelism Sequential modular approach
在线阅读 下载PDF
基于异构环境的Out-Tree任务图的调度算法 被引量:1
2
作者 张建军 宋业新 旷文 《计算机科学》 CSCD 北大核心 2013年第4期107-110,146,共5页
分布式应用程序的有效调度是异构计算系统中的一个关键问题。目前已有的Out-Tree任务图的调度算法大多基于同构环境而开发,未考虑处理机的异构性,导致调度的效率较低。针对异构计算环境,提出一个基于列表和任务复制的Out-Tree任务图的... 分布式应用程序的有效调度是异构计算系统中的一个关键问题。目前已有的Out-Tree任务图的调度算法大多基于同构环境而开发,未考虑处理机的异构性,导致调度的效率较低。针对异构计算环境,提出一个基于列表和任务复制的Out-Tree任务图的静态启发式贪心调度算法,其时间复杂度为O(hv2 p),其中h、v和p分别表示任务图的高度、任务个数和调度使用的处理机个数。实验结果表明,相比其他算法,该算法能提供调度长度较短、处理机使用较少的有效调度,其应用性更强。 展开更多
关键词 任务调度 out-tree任务图 异构性 任务复制 列表调度 调度长度
在线阅读 下载PDF
实时分布系统中Out-Tree任务的调度与检查点策略
3
作者 方明 袁由光 《计算机科学》 CSCD 北大核心 2007年第2期284-288,共5页
针对实时分布系统中的Out-Tree任务,提出了一种启发式的调度算法(HSA—OT),并开发了一种多处理机上的最优检查点策略。该调度算法能够保证任务的调度长度最小,所需处理器数目尽量少,没有处理机间通信开销。该检查点策略没有检查点全局... 针对实时分布系统中的Out-Tree任务,提出了一种启发式的调度算法(HSA—OT),并开发了一种多处理机上的最优检查点策略。该调度算法能够保证任务的调度长度最小,所需处理器数目尽量少,没有处理机间通信开销。该检查点策略没有检查点全局一致性开销,可保证各处理机的失效率最低。 展开更多
关键词 检查点 任务调度 out-tre任务图 实时分布系统
在线阅读 下载PDF
异构环境下Out-Tree任务图的调度算法
4
作者 旷文 张建军 刘永凯 《计算机工程》 CAS CSCD 2013年第10期63-67,共5页
Out-Tree任务图是任务调度问题中的基本结构,现有的多数算法在调度该任务图时凸显出处理器浪费的问题,从而导致算法调度效果欠佳。针对该问题,结合任务复制的调度策略,提出一种基于平均值的启发式算法。该算法在不增加算法调度长度的情... Out-Tree任务图是任务调度问题中的基本结构,现有的多数算法在调度该任务图时凸显出处理器浪费的问题,从而导致算法调度效果欠佳。针对该问题,结合任务复制的调度策略,提出一种基于平均值的启发式算法。该算法在不增加算法调度长度的情况下,尽可能将任务调度至已有的处理器中执行,注重平衡处理器的负载,达到减少使用处理器的目的。实验结果表明,与TDS算法相比,该算法使用的处理器个数较少,且效率较高。 展开更多
关键词 Out—Tree任务图 异构计算系统 任务复制 调度长度 标准效率 平均值
在线阅读 下载PDF
一个调度Out-Tree任务图的启发式算法
5
作者 旷文 张建军 蒋宏 《计算机工程与应用》 CSCD 2013年第12期47-49,76,共4页
任务调度问题是并行分布式计算中的挑战性问题之一。大多数实际的调度算法是启发式的因而常常具有改进的余地。针对Out-Tree任务图这一基本结构提出一个基于任务复制的启发式调度算法,该算法在确保最短调度长度的同时,注重处理器的负载... 任务调度问题是并行分布式计算中的挑战性问题之一。大多数实际的调度算法是启发式的因而常常具有改进的余地。针对Out-Tree任务图这一基本结构提出一个基于任务复制的启发式调度算法,该算法在确保最短调度长度的同时,注重处理器的负载平衡,以达到节约处理器的目的。比较性实验的结果表明,该算法确保了最短调度长度且使用的处理器最少。因而,该算法提高了系统的利用率,避免消耗过多的资源,实际应用性更好。 展开更多
关键词 Out—Tree任务图 调度算法 同构计算系统 任务复制 调度长度 负载平衡
在线阅读 下载PDF
一个调度Out-Tree任务图的新算法
6
作者 张艳 李延红 《计算机应用》 CSCD 北大核心 2006年第5期1161-1163,共3页
OutTree任务图的调度研究可有效解决分治问题的并行计算。针对该类任务图,提出了一个新的调度算法。首先为各任务引入新定义,然后基于该定义计算各任务的优先级,进行调度。调度中,为节省处理器,在不改变调度长度的情况下,将任务尽可能... OutTree任务图的调度研究可有效解决分治问题的并行计算。针对该类任务图,提出了一个新的调度算法。首先为各任务引入新定义,然后基于该定义计算各任务的优先级,进行调度。调度中,为节省处理器,在不改变调度长度的情况下,将任务尽可能地分配到已用处理器上。实验表明新算法的调度性能优于其他算法。 展开更多
关键词 任务调度 out-tree任务图 调度长度
在线阅读 下载PDF
Task Graph Reduction Algorithm for Hardware/Software Partitioning 被引量:2
7
作者 LI Hui LIU Wenjui +2 位作者 WU Jigang JIANG Guiyuan HAN Honglei 《Wuhan University Journal of Natural Sciences》 CAS 2012年第2期126-130,共5页
Hardware/software(HW/SW) partitioning is one of the key processes in an embedded system.It is used to determine which system components are assigned to hardware and which are processed by software.In contrast with p... Hardware/software(HW/SW) partitioning is one of the key processes in an embedded system.It is used to determine which system components are assigned to hardware and which are processed by software.In contrast with previous research that focuses on developing efficient heuristic,we focus on the pre-process of the task graph before the HW/SW partitioning in this paper,that is,enumerating all the sub-graphs that meet the requirements.Experimental results showed that the original graph can be reduced to 67% in the worst-case scenario and 58% in the best-case scenario.In conclusion,the reduced task graph saved hardware area while improving partitioning speed and accuracy. 展开更多
关键词 HW/SW partitioning task graph algorithm embedded system
原文传递
Task Offloading and Resource Allocation in NOMA-VEC:A Multi-Agent Deep Graph Reinforcement Learning Algorithm
8
作者 Hu Yonghui Jin Zuodong +1 位作者 Qi Peng Tao Dan 《China Communications》 SCIE CSCD 2024年第8期79-88,共10页
Vehicular edge computing(VEC)is emerging as a promising solution paradigm to meet the requirements of compute-intensive applications in internet of vehicle(IoV).Non-orthogonal multiple access(NOMA)has advantages in im... Vehicular edge computing(VEC)is emerging as a promising solution paradigm to meet the requirements of compute-intensive applications in internet of vehicle(IoV).Non-orthogonal multiple access(NOMA)has advantages in improving spectrum efficiency and dealing with bandwidth scarcity and cost.It is an encouraging progress combining VEC and NOMA.In this paper,we jointly optimize task offloading decision and resource allocation to maximize the service utility of the NOMA-VEC system.To solve the optimization problem,we propose a multiagent deep graph reinforcement learning algorithm.The algorithm extracts the topological features and relationship information between agents from the system state as observations,outputs task offloading decision and resource allocation simultaneously with local policy network,which is updated by a local learner.Simulation results demonstrate that the proposed method achieves a 1.52%∼5.80%improvement compared with the benchmark algorithms in system service utility. 展开更多
关键词 edge computing graph convolutional network reinforcement learning task offloading
在线阅读 下载PDF
Multi-station multi-robot task assignment method based on deep reinforcement learning 被引量:1
9
作者 Junnan Zhang Ke Wang Chaoxu Mu 《CAAI Transactions on Intelligence Technology》 2025年第1期134-146,共13页
This paper focuses on the problem of multi-station multi-robot spot welding task assignment,and proposes a deep reinforcement learning(DRL)framework,which is made up of a public graph attention network and independent... This paper focuses on the problem of multi-station multi-robot spot welding task assignment,and proposes a deep reinforcement learning(DRL)framework,which is made up of a public graph attention network and independent policy networks.The graph of welding spots distribution is encoded using the graph attention network.Independent policy networks with attention mechanism as a decoder can handle the encoded graph and decide to assign robots to different tasks.The policy network is used to convert the large scale welding spots allocation problem to multiple small scale singlerobot welding path planning problems,and the path planning problem is quickly solved through existing methods.Then,the model is trained through reinforcement learning.In addition,the task balancing method is used to allocate tasks to multiple stations.The proposed algorithm is compared with classical algorithms,and the results show that the algorithm based on DRL can produce higher quality solutions. 展开更多
关键词 attention mechanism deep reinforcement learning graph neural network industrial robot task allocation
在线阅读 下载PDF
A Privacy-Preserving Graph Neural Network Framework with Attention Mechanism for Computational Offloading in the Internet of Vehicles
10
作者 Aishwarya Rajasekar Vetriselvi Vetrian 《Computer Modeling in Engineering & Sciences》 2025年第4期225-254,共30页
The integration of technologies like artificial intelligence,6G,and vehicular ad-hoc networks holds great potential to meet the communication demands of the Internet of Vehicles and drive the advancement of vehicle ap... The integration of technologies like artificial intelligence,6G,and vehicular ad-hoc networks holds great potential to meet the communication demands of the Internet of Vehicles and drive the advancement of vehicle applications.However,these advancements also generate a surge in data processing requirements,necessitating the offloading of vehicular tasks to edge servers due to the limited computational capacity of vehicles.Despite recent advancements,the robustness and scalability of the existing approaches with respect to the number of vehicles and edge servers and their resources,as well as privacy,remain a concern.In this paper,a lightweight offloading strategy that leverages ubiquitous connectivity through the Space Air Ground Integrated Vehicular Network architecture while ensuring privacy preservation is proposed.The Internet of Vehicles(IoV)environment is first modeled as a graph,with vehicles and base stations as nodes,and their communication links as edges.Secondly,vehicular applications are offloaded to suitable servers based on latency using an attention-based heterogeneous graph neural network(HetGNN)algorithm.Subsequently,a differential privacy stochastic gradient descent trainingmechanism is employed for privacypreserving of vehicles and offloading inference.Finally,the simulation results demonstrated that the proposedHetGNN method shows good performance with 0.321 s of inference time,which is 42.68%,63.93%,30.22%,and 76.04% less than baseline methods such as Deep Deterministic Policy Gradient,Deep Q Learning,Deep Neural Network,and Genetic Algorithm,respectively. 展开更多
关键词 Internet of vehicles vehicular ad-hoc networks(VANET) multiaccess edge computing task offloading graph neural networks differential privacy
在线阅读 下载PDF
基于卷积神经网络与切比雪夫图卷积神经网络的医院体外膜肺氧合诊疗设备故障诊断研究
11
作者 夏可苗 刘勤明 +1 位作者 叶春明 汪宇杰 《生物医学工程学杂志》 北大核心 2026年第1期170-177,共8页
针对体外膜肺氧合(ECMO)在故障诊断中存在的信息传递不均衡及全局与局部特征难以协同提取的问题,本文提出了一种融合切比雪夫图卷积神经网络(ChebyNet)与卷积神经网络(CNN)的模型(CNNChebyNet),并将其应用于ECMO故障诊断任务中,以高效... 针对体外膜肺氧合(ECMO)在故障诊断中存在的信息传递不均衡及全局与局部特征难以协同提取的问题,本文提出了一种融合切比雪夫图卷积神经网络(ChebyNet)与卷积神经网络(CNN)的模型(CNNChebyNet),并将其应用于ECMO故障诊断任务中,以高效提升特征提取准确性。首先,在ChebyNet框架中引入图对称处理机制,以提升节点间信息传递的均衡性。其次,结合ChebyNet的全局建模能力与CNN的局部时序特征提取能力,实现复杂故障特征的多维表达。最后,通过多任务学习的节点重建与分类任务,增强对样本潜在关联的感知。本研究通过在ECMO血泵叶轮组件数据集上的实验表明,CNN-ChebyNet模型在多种对比方法中均表现最佳,且平均诊断准确率不低于99%,具备优异的诊断性能与稳定性。此外,本文通过消融实验进一步验证了该模型各组件在多故障识别中的有效性。综上所述,本文研究为ECMO设备的故障诊断提供了一种有效可行的技术方案。 展开更多
关键词 故障诊断 卷积神经网络 图神经网络 多任务学习 体外膜肺氧合
原文传递
药理学智慧教育模式的数字化转型路径探究
12
作者 文静 罗丽君 +2 位作者 田瑞敏 张建武 贾钦尧 《大理大学学报》 2026年第2期81-85,共5页
目的:探究药理学智慧教育模式的数字化转型路径。方法:以超星学习通平台为依托,遵循以学生为中心、情境化学习与过程性评价原则,设计“课前智能导学—课中沉浸互动—课后巩固拓展”的“三阶段递进式”教学模式。通过任务引擎重构教学流... 目的:探究药理学智慧教育模式的数字化转型路径。方法:以超星学习通平台为依托,遵循以学生为中心、情境化学习与过程性评价原则,设计“课前智能导学—课中沉浸互动—课后巩固拓展”的“三阶段递进式”教学模式。通过任务引擎重构教学流程,利用知识图谱实现知识关联与个性化学习路径推荐。结果:该教学方法符合学生循序渐进的学习需求,活跃了课堂氛围,提升学生的学习兴趣,破解了传统及现有混合式教学模式在个性化服务、过程性评价及成效量化方面的难题。结论:“三阶段递进式”教学模式能有效提升教学互动性、学生学习效率及其临床知识应用能力,为药理学乃至医学教育的数字化转型与AI课程建设提供了可借鉴的路径与实践案例。 展开更多
关键词 教育数字化转型 药理学 智慧教育 任务引擎 知识图谱
在线阅读 下载PDF
ACS-based resource assignment and task scheduling in grid
13
作者 祁超 张璟 李军怀 《Journal of Southeast University(English Edition)》 EI CAS 2007年第3期451-454,共4页
To solve the deadlock problem of tasks that the interdependence between tasks fails to consider during the course of resource assignment and task scheduling based on the heuristics algorithm, an improved ant colony sy... To solve the deadlock problem of tasks that the interdependence between tasks fails to consider during the course of resource assignment and task scheduling based on the heuristics algorithm, an improved ant colony system (ACS) based algorithm is proposed. First, how to map the resource assignment and task scheduling (RATS) problem into the optimization selection problem of task resource assignment graph (TRAG) and to add the semaphore mechanism in the optimal TRAG to solve deadlocks are explained. Secondly, how to utilize the grid pheromone system model to realize the algorithm based on ACS is explicated. This refers to the construction of TRAG by the random selection of appropriate resources for each task by the user agent and the optimization of TRAG through the positive feedback and distributed parallel computing mechanism of the ACS. Simulation results show that the proposed algorithm is effective and efficient in solving the deadlock problem. 展开更多
关键词 GRID resource assignment task scheduling ant colony system (ACS) task resource assignment graph (TRAG) SEMAPHORE
在线阅读 下载PDF
任务序列与知识图谱协同驱动的教学模式构建及实施策略
14
作者 何书 《黑河学院学报》 2026年第1期84-86,103,共4页
针对教育数字化转型背景下混合式教学普遍存在的“形混神离”问题——教学设计浅层化、知识体系离散化、任务驱动低效化,构建“任务序列—知识图谱协同驱动”的创新教学模式。立足专业实践,通过设计渐进式任务序列重构教学内容,实现能... 针对教育数字化转型背景下混合式教学普遍存在的“形混神离”问题——教学设计浅层化、知识体系离散化、任务驱动低效化,构建“任务序列—知识图谱协同驱动”的创新教学模式。立足专业实践,通过设计渐进式任务序列重构教学内容,实现能力进阶导向的知识结构重组;利用动态认知网络重构知识图谱,通过任务反馈反哺图谱进化,形成“任务激活知识—知识强化任务”双向促进机制;融合七步学习法与六步教学法,建立从学情感知到资源适配,再到路径优化的智能闭环。教学实践表明,该模式显著提升教学目标达成度,为破解混合式教学的协同困境、培养学生复杂问题解决能力提供了可推广的路径。 展开更多
关键词 学习任务 知识图谱 协同驱动 教学模式
在线阅读 下载PDF
基于多任务学习的眼科视频特征融合与多维画像
15
作者 杜剑彤 管泽礼 薛哲 《计算机科学》 北大核心 2026年第3期383-391,共9页
针对社交网络眼科视频存在的视觉特征区分度低、文本描述口语化严重以及多模态语义异构等挑战,提出了一种基于多任务学习的眼科视频特征融合与多维画像构建方法(OVP),从非结构化的视频流与文本流中挖掘具有医学语义价值的多维特征,以实... 针对社交网络眼科视频存在的视觉特征区分度低、文本描述口语化严重以及多模态语义异构等挑战,提出了一种基于多任务学习的眼科视频特征融合与多维画像构建方法(OVP),从非结构化的视频流与文本流中挖掘具有医学语义价值的多维特征,以实现对眼科视频的精准表征。利用预训练深度残差网络提取视频关键帧的高维视觉表征,捕捉眼科图像特有的细粒度特征;提出基于眼科知识图谱的眼科视频文本特征提取方法,通过检索并融合外部实体注解与关联知识,有效弥补了社交媒体文本专业语义稀疏的问题,并结合BERT模型提取富含领域知识的文本特征;在此基础上,设计跨模态注意力融合机制,动态计算视觉与文本特征的交互权重,实现了图像信息与医学语义的深度对齐。构建多任务联合优化与眼科多维画像,协同训练视频疾病分类、传播热度预测与内容质量评估3个子任务,利用任务间的共享信息提升泛化能力。在真实眼科视频数据集上进行实验,实验结果表明,OVP方法在眼科视频疾病分类准确率、热度预测及质量评估性能上均显著优于现有基线方法,验证了该方法在复杂眼科视频特征融合与多维度画像构建方面的有效性。 展开更多
关键词 眼科视频画像 多任务学习 多模态融合 知识图谱 深度学习
在线阅读 下载PDF
MEC中基于服务依赖图的任务卸载与网络资源联合优化方法
16
作者 刘宏斌 《黑龙江科学》 2026年第6期100-102,共3页
现有MEC任务卸载与资源优化普遍忽略了应用内部任务结构及服务依赖关系,采用粗粒度建模难以准确刻画依赖传输开销与时序约束,影响优化效果。基于服务依赖图对应用任务进行建模,联合优化子任务卸载决策与无线网络资源分配,实现计算与通... 现有MEC任务卸载与资源优化普遍忽略了应用内部任务结构及服务依赖关系,采用粗粒度建模难以准确刻画依赖传输开销与时序约束,影响优化效果。基于服务依赖图对应用任务进行建模,联合优化子任务卸载决策与无线网络资源分配,实现计算与通信资源的协同调度,从而提升复杂MEC场景下的任务执行效率与资源利用率。 展开更多
关键词 MEC 任务卸载 服务依赖图
在线阅读 下载PDF
基于知识图谱的无人机集群覆盖路径规划方法
17
作者 杨欢 《智能物联技术》 2026年第2期29-33,共5页
针对无人机集群在复杂场景中任务分配不均、路径冗余高等问题,研究融合知识图谱的集群路径规划机制。阐述任务-区域语义图谱的构建方法,介绍图神经网络在路径目标推理中的嵌入结构,提出结合动态控制反馈的路径生成与更新算法。在多类仿... 针对无人机集群在复杂场景中任务分配不均、路径冗余高等问题,研究融合知识图谱的集群路径规划机制。阐述任务-区域语义图谱的构建方法,介绍图神经网络在路径目标推理中的嵌入结构,提出结合动态控制反馈的路径生成与更新算法。在多类仿真任务区域的测试结果表明,所提方法在覆盖率、冗余率及控制响应时间等指标上优于对比方案,具有较强的系统稳定性和资源适应性。 展开更多
关键词 无人机集群 知识图谱 路径规划 图神经网络 任务覆盖率
在线阅读 下载PDF
基于知识图谱与多任务学习的大模型推荐方法
18
作者 刘政 任晓磊 +4 位作者 高春艳 吕杨 胡登书 王科 蒋志伟 《价值工程》 2026年第7期51-56,共6页
在电力行业中,传统标准化安全培训难以适配高危作业与个性化需求。现有的基于协同过滤或深度学习的推荐方法,未能全面深入地利用用户信息和推荐内容,且缺乏动态调整的能力。为了解决这一问题,本文提出基于知识图谱与多任务学习的大模型... 在电力行业中,传统标准化安全培训难以适配高危作业与个性化需求。现有的基于协同过滤或深度学习的推荐方法,未能全面深入地利用用户信息和推荐内容,且缺乏动态调整的能力。为了解决这一问题,本文提出基于知识图谱与多任务学习的大模型推荐方法。首先,通过构建多维度的电力安全知识图谱,系统化整合安全要素、风险控制与设备规范等信息;其次,设计多任务框架,协同训练“推荐内容ID生成”和“序列ID复原”两项任务,提升模型对推荐项的理解与生成能力;最后,结合实时培训反馈数据,实现推荐内容在线优化。基于电网培训数据的实验表明,本方法在各项评估指标上均优于其他基线模型,表现出最佳的性能。 展开更多
关键词 大模型推荐方法 知识图谱 多任务学习
在线阅读 下载PDF
基于物联网技术的混凝土搅拌车调度方法
19
作者 张杰 张鹏 程雪斌 《建筑机械》 2026年第3期84-88,共5页
针对混凝土搅拌车传统调度方法难以满足动态任务分配需求的问题,文章提出1种基于物联网技术的混凝土搅拌车智能调度方法。通过构建混凝土搅拌车管理系统,可实时监测车辆位置、作业状态及浇筑点信息。基于车辆状态数据构建任务调度代价函... 针对混凝土搅拌车传统调度方法难以满足动态任务分配需求的问题,文章提出1种基于物联网技术的混凝土搅拌车智能调度方法。通过构建混凝土搅拌车管理系统,可实时监测车辆位置、作业状态及浇筑点信息。基于车辆状态数据构建任务调度代价函数,采用匈牙利算法求解最优调度方案,以最小化总调度成本。实例仿真结果表明,在10个任务和12辆搅拌车的场景下,算法能够有效分配任务,总代价显著降低。该算法为混凝土搅拌车动态调度提供了理论与技术支撑,验证了物联网技术与智能算法结合在工程物流领域的应用价值。 展开更多
关键词 物联网技术 混凝土搅拌车调度 匈牙利算法 二分图匹配 动态任务分配
在线阅读 下载PDF
Multi-satellite observation integrated scheduling method oriented to emergency tasks and common tasks 被引量:23
20
作者 Guohua Wu Manhao Ma +1 位作者 Jianghan Zhu Dishan Qiu 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2012年第5期723-733,共11页
Satellite observation scheduling plays a significant role in improving the efficiency of satellite observation systems.Although many scheduling algorithms have been proposed,emergency tasks,characterized as importance... Satellite observation scheduling plays a significant role in improving the efficiency of satellite observation systems.Although many scheduling algorithms have been proposed,emergency tasks,characterized as importance and urgency(e.g.,observation tasks orienting to the earthquake area and military conflict area),have not been taken into account yet.Therefore,it is crucial to investigate the satellite integrated scheduling methods,which focus on meeting the requirements of emergency tasks while maximizing the profit of common tasks.Firstly,a pretreatment approach is proposed,which eliminates conflicts among emergency tasks and allocates all tasks with a potential time-window to related orbits of satellites.Secondly,a mathematical model and an acyclic directed graph model are constructed.Thirdly,a hybrid ant colony optimization method mixed with iteration local search(ACO-ILS) is established to solve the problem.Moreover,to guarantee all solutions satisfying the emergency task requirement constraints,a constraint repair method is presented.Extensive experimental simulations show that the proposed integrated scheduling method is superior to two-phased scheduling methods,the performance of ACO-ILS is greatly improved in both evolution speed and solution quality by iteration local search,and ACO-ILS outperforms both genetic algorithm and simulated annealing algorithm. 展开更多
关键词 satellite scheduling emergency task ant colony optimization(ACO) iteration local search(ILS) acyclic directed graph model
在线阅读 下载PDF
上一页 1 2 20 下一页 到第
使用帮助 返回顶部