作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2022, Vol. 48 ›› Issue (7): 292-299. doi: 10.19678/j.issn.1000-3428.0062108

• 开发研究与工程应用 • 上一篇    下一篇

多周期家庭护理的路径规划与调度算法

黄金瑶, 刘同来, 吴嘉鑫, 武继刚   

  1. 广东工业大学 计算机学院, 广州 510006
  • 收稿日期:2021-07-19 修回日期:2021-09-06 出版日期:2022-07-15 发布日期:2021-09-16
  • 作者简介:黄金瑶(1996—),女,硕士研究生,主研方向为医疗资源调度、路径规划;刘同来、吴嘉鑫,博士研究生;武继刚(通信作者),教授、博士。
  • 基金资助:
    国家自然科学基金(62072118)。

Route Planning and Scheduling Algorithm of Multi Period Home Health Care

HUANG Jinyao, LIU Tonglai, WU Jiaxin, WU Jigang   

  1. School of Computer Science and Technology, Guangdong University of Technology, Guangzhou 510006, China
  • Received:2021-07-19 Revised:2021-09-06 Online:2022-07-15 Published:2021-09-16

摘要: 在家庭护理服务质量方面,现有研究大多考虑老人的服务需求是否得到满足、服务是否及时、老人对服务是否满意等因素,忽略了老人在选择护工上的偏好习惯。提出带服务约束的多周期家庭护理路径规划与调度问题,并将其归约为多车场车辆路径优化问题,证明该问题的NP难解性。为了在老人提供的黑名单、必选服务技能、服务价格等约束下最优化家庭护理机构的服务质量,提出贪心算法,优先为服务开始时间早的老人提供服务,为老人安排最高服务质量的护工。以贪心算法求得的结果作为初始解,并针对该问题的多周期性质,定制一个遗传算法对初始解进行优化,以获得更优的多周期护工路径规划方案。在3组不同规模的开源数据集上进行实验,结果表明,与基准算法和随机算法相比,所提出的贪心算法将服务质量分别提高了31.7%和79.8%,定制的遗传算法将服务质量分别提高了65.7%和126.3%。

关键词: 家庭护理, 路径规划, 资源调度, 服务质量, 启发式算法

Abstract: Regarding service quality in Home Health Care(HHC), most relevant works mainly consider whether the service requirements of the elderly are met, whether the service is timely, or whether the elderly are satisfied with the services.However, few studies have considered the selection of caregivers for the elderly.To address this problem, this paper first proposes a Multi-period Home Health care routing and Scheduling Problem with service constraints(MHHSP).This paper provides a proof of its NP-hardness by reducing the problem to the multi-depot vehicle routing problem.To maximize the service quality of home care institutions under the constraints of a blacklist, required service skills, and service prices provided by the elderly, a greedy algorithm is proposed, which aims to maximize the service quality by assigning the caregiver with the maximum service quality to the elderly with the earliest time of starting service.To fit the multi-period property, the solution obtained by the greedy algorithm is further optimized by the customized genetic algorithm to obtain a better multi-cycle nursing path planning scheme.The experimental results on three groups of open-source datasets of different sizes show that compared with the benchmark and random algorithms, the proposed greedy algorithm improves the quality of service by 31.7% and 79.8%, respectively, and the customized genetic algorithm improves the quality of service by 65.7% and 126.3%, respectively.

Key words: Home Health Care(HHC), route planning, resource scheduling, service quality, heuristic algorithm

中图分类号: