首页 > 最新文献

Sustainable Computing-Informatics & Systems最新文献

英文 中文
ETNAS: An energy consumption task-driven neural architecture search ETNAS:一个能量消耗任务驱动的神经结构搜索
IF 4.5 3区 计算机科学 Q1 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2023-11-10 DOI: 10.1016/j.suscom.2023.100926
Dong Dong , Hongxu Jiang , Xuekai Wei , Yanfei Song , Xu Zhuang , Jason Wang

Neural Architecture Search (NAS) is crucial in the field of sustainable computing as it facilitates the development of highly efficient and effective neural networks. However, it cannot automate the deployment of neural networks to accommodate specific hardware resources and task requirements. This paper introduces ETNAS, which is a hardware-aware multi-objective optimal neural network architecture search algorithm based on the differentiable neural network architecture search method (DARTS). The algorithm searches for a lower-power neural network architecture with guaranteed inference accuracy by modifying the loss function of the differentiable neural network architecture search. We modify the dense network in DARTS to simultaneously search for networks with a lower memory footprint, enabling them to run on memory-constrained edge-end devices. We collected data on the power consumption and time consumption of numerous common operators on FPGA and Domain-Specific Architectures (DSA). The experimental results demonstrate that ETNAS achieves comparable accuracy performance and time efficiency while consuming less power compared to state-of-the-art algorithms, thereby validating its effectiveness in practical applications and contributing to the reduction of carbon emissions in intelligent cyber–physical systems (ICPS) edge computing inference.

神经结构搜索(Neural Architecture Search, NAS)在可持续计算领域至关重要,因为它促进了高效神经网络的发展。然而,它不能自动部署神经网络来适应特定的硬件资源和任务需求。ETNAS是一种基于可微神经网络结构搜索法(DARTS)的硬件感知多目标最优神经网络结构搜索算法。该算法通过修改可微神经网络结构搜索的损失函数,搜索具有保证推理精度的低功耗神经网络结构。我们修改了DARTS中的密集网络,以同时搜索具有较低内存占用的网络,使它们能够在内存受限的边缘设备上运行。我们收集了FPGA和特定领域架构(Domain-Specific Architectures, DSA)上许多常见操作器的功耗和时间消耗数据。实验结果表明,与最先进的算法相比,ETNAS在消耗更少功耗的同时实现了相当的精度性能和时间效率,从而验证了其在实际应用中的有效性,并有助于减少智能网络物理系统(ICPS)边缘计算推理中的碳排放。
{"title":"ETNAS: An energy consumption task-driven neural architecture search","authors":"Dong Dong ,&nbsp;Hongxu Jiang ,&nbsp;Xuekai Wei ,&nbsp;Yanfei Song ,&nbsp;Xu Zhuang ,&nbsp;Jason Wang","doi":"10.1016/j.suscom.2023.100926","DOIUrl":"10.1016/j.suscom.2023.100926","url":null,"abstract":"<div><p><span>Neural Architecture Search (NAS) is crucial in the field of sustainable computing as it facilitates the development of highly efficient and effective neural networks. However, it cannot automate the deployment of neural networks to accommodate specific hardware resources and task requirements. This paper introduces ETNAS, which is a hardware-aware multi-objective optimal </span>neural network architecture<span><span><span> search algorithm based on the differentiable neural network architecture search method (DARTS). The algorithm searches for a lower-power neural network architecture with guaranteed inference accuracy by modifying the loss function of the differentiable neural network architecture search. We modify the dense network in DARTS to simultaneously search for networks with a lower memory footprint, enabling them to run on memory-constrained edge-end devices. We collected data on the </span>power consumption and time consumption of numerous common operators on </span>FPGA<span> and Domain-Specific Architectures (DSA). The experimental results demonstrate that ETNAS achieves comparable accuracy performance and time efficiency while consuming less power compared to state-of-the-art algorithms, thereby validating its effectiveness in practical applications and contributing to the reduction of carbon emissions in intelligent cyber–physical systems (ICPS) edge computing inference.</span></span></p></div>","PeriodicalId":48686,"journal":{"name":"Sustainable Computing-Informatics & Systems","volume":"40 ","pages":"Article 100926"},"PeriodicalIF":4.5,"publicationDate":"2023-11-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135565444","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A framework for real-time vehicle counting and velocity estimation using deep learning 基于深度学习的实时车辆计数和速度估计框架
IF 4.5 3区 计算机科学 Q1 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2023-11-07 DOI: 10.1016/j.suscom.2023.100927
Wei-Chun Chen , Ming-Jay Deng , Ping-Yu Liu , Chun-Chi Lai , Yu-Hao Lin

To better control traffic and promote environmental sustainability, this study proposed a framework to monitor vehicle number and velocity at real time. First, You Only Look Once-v4 (Yolo-v4) algorithm based on deep learning can greatly improve the accuracy of object detection in an image, and trackers, including Sort and Deepsort, resolved the identity switch problem to track efficiently the multiple objects. To that end, this study combined Yolo-v4 with Sort and Deepsort to develop two trajectory models, which are known as YS and YDS, respectively. In addition, different regions of interest (ROI) with different pixel distances (PDs), named ROI-10 and ROI-14, were converted by road marking to calibrate the PD. Finally, a high-resolution benchmark video and two real-time low-resolution videos of highway both were employed to validate this proposed framework. Results show the YDS with ROI-10 achieved 90% accuracy of vehicle counting, when compared to the number of actual vehicles, and this outperformed the YS with ROI-10. However, the YDS with ROI-14 generated relatively good estimates of vehicle velocity. As shown in the real-time low-resolution videos, the YDS with ROI-10 achieved 89.5% and 83.7% accuracy of vehicle counting in Nantun and Daya sites of highway, respectively, and reasonable estimates of vehicle velocity were obtained. In the future, more bus and light truck images could be collected to effectively train the Yolo-v4 and improve the detection of bus and light truck. A better mechanism for precise vehicle velocity estimation and the vehicle detection in different environment conditions should be further investigated.

为了更好地控制交通和促进环境的可持续性,本研究提出了一个实时监测车辆数量和速度的框架。首先,基于深度学习的You Only Look Once-v4 (Yolo-v4)算法可以大大提高图像中目标检测的准确性,包括Sort和Deepsort在内的跟踪器解决了身份切换问题,可以高效地跟踪多个目标。为此,本研究将Yolo-v4与Sort和Deepsort相结合,开发了两种轨迹模型,分别称为YS和YDS。此外,通过道路标记转换具有不同像素距离的不同感兴趣区域(ROI),命名为ROI-10和ROI-14,以校准PD。最后,利用一个高分辨率基准视频和两个公路低分辨率实时视频对该框架进行了验证。结果表明,与实际车辆数量相比,具有ROI-10的YDS实现了90%的车辆计数准确率,这优于具有ROI-10的YS。然而,具有ROI-14的YDS生成了相对较好的车辆速度估计。从实时低分辨率视频中可以看出,ROI-10的YDS在高速公路南屯和大雅站点的车辆计数准确率分别达到89.5%和83.7%,并得到了合理的车速估计。未来可以收集更多的客车和轻卡图像,有效训练Yolo-v4,提高对客车和轻卡的检测能力。在不同的环境条件下,需要进一步研究更精确的车辆速度估计和车辆检测机制。
{"title":"A framework for real-time vehicle counting and velocity estimation using deep learning","authors":"Wei-Chun Chen ,&nbsp;Ming-Jay Deng ,&nbsp;Ping-Yu Liu ,&nbsp;Chun-Chi Lai ,&nbsp;Yu-Hao Lin","doi":"10.1016/j.suscom.2023.100927","DOIUrl":"https://doi.org/10.1016/j.suscom.2023.100927","url":null,"abstract":"<div><p>To better control traffic and promote environmental sustainability, this study proposed a framework to monitor vehicle number and velocity at real time. First, You Only Look Once-v4 (Yolo-v4) algorithm based on deep learning can greatly improve the accuracy of object detection in an image, and trackers, including Sort and Deepsort, resolved the identity switch problem to track efficiently the multiple objects. To that end, this study combined Yolo-v4 with Sort and Deepsort to develop two trajectory models, which are known as YS and YDS, respectively. In addition, different regions of interest (ROI) with different pixel distances (PDs), named ROI-10 and ROI-14, were converted by road marking to calibrate the PD. Finally, a high-resolution benchmark video and two real-time low-resolution videos of highway both were employed to validate this proposed framework. Results show the YDS with ROI-10 achieved 90% accuracy of vehicle counting, when compared to the number of actual vehicles, and this outperformed the YS with ROI-10. However, the YDS with ROI-14 generated relatively good estimates of vehicle velocity. As shown in the real-time low-resolution videos, the YDS with ROI-10 achieved 89.5% and 83.7% accuracy of vehicle counting in Nantun and Daya sites of highway, respectively, and reasonable estimates of vehicle velocity were obtained. In the future, more bus and light truck images could be collected to effectively train the Yolo-v4 and improve the detection of bus and light truck. A better mechanism for precise vehicle velocity estimation and the vehicle detection in different environment conditions should be further investigated.</p></div>","PeriodicalId":48686,"journal":{"name":"Sustainable Computing-Informatics & Systems","volume":"40 ","pages":"Article 100927"},"PeriodicalIF":4.5,"publicationDate":"2023-11-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"92024808","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Eagle arithmetic optimization algorithm for renewable energy-based load frequency stabilization of power systems 基于可再生能源的电力系统负荷稳频的Eagle算法优化
IF 4.5 3区 计算机科学 Q1 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2023-10-23 DOI: 10.1016/j.suscom.2023.100925
Ligang Tang , Tong Kong , Nisreen Innab

Power systems' efficient management and planning are crucial in renewable energy-based systems. As the global electricity demand continues to rise, there is a growing need for alternative energy sources such as solar, wind, and hydropower. Consequently, numerous research studies have focused on maintaining load balancing within the renewable energy system and improving the forecasting of renewable energy resources. This paper presents the Eagle Arithmetic Optimization Algorithm (EAOA) as a novel approach to address these challenges. By utilizing a fuzzy-based dragonfly optimization algorithm (fuzzy-DFOA), the proposed method enhances the accuracy of load-balancing analysis in renewable energy resources. Through its innovative techniques, the EAOA demonstrates its potential to significantly improve the efficiency and effectiveness of managing renewable energy systems, paving the way for a more sustainable and reliable power grid. The accuracy rate of both wind and solar datasets is given. For the wind dataset, our proposed work got 92.63%, SVR got 75.89%, CNN got 87.54%, and QODA got 83.16%. For the solar dataset presented work of fuzzy-based DFOA got 92.59%, SVR got 69.16%, CNN got 86.25%, and QODA got 82.37%.

电力系统的有效管理和规划在可再生能源系统中至关重要。随着全球电力需求的持续增长,对太阳能、风能和水力发电等替代能源的需求也在不断增长。因此,许多研究都集中在维持可再生能源系统内的负荷平衡和改进可再生能源的预测上。本文提出Eagle算法优化算法(EAOA)作为解决这些挑战的一种新方法。该方法利用基于模糊的蜻蜓优化算法(fuzzy-DFOA),提高了可再生能源负载均衡分析的准确性。通过其创新技术,EAOA展示了其显著提高可再生能源系统管理效率和有效性的潜力,为更可持续和更可靠的电网铺平了道路。给出了风和太阳数据集的正确率。对于wind数据集,我们提出的工作得到了92.63%,SVR得到了75.89%,CNN得到了87.54%,QODA得到了83.16%。对于太阳数据集,本文提出的基于模糊的DFOA算法的准确率为92.59%,SVR算法的准确率为69.16%,CNN算法的准确率为86.25%,QODA算法的准确率为82.37%。
{"title":"Eagle arithmetic optimization algorithm for renewable energy-based load frequency stabilization of power systems","authors":"Ligang Tang ,&nbsp;Tong Kong ,&nbsp;Nisreen Innab","doi":"10.1016/j.suscom.2023.100925","DOIUrl":"https://doi.org/10.1016/j.suscom.2023.100925","url":null,"abstract":"<div><p><span>Power systems' efficient management and planning are crucial in renewable energy-based systems. As the global electricity demand continues to rise, there is a growing need for alternative energy sources<span> such as solar, wind, and hydropower. Consequently, numerous research studies have focused on maintaining load balancing within the renewable energy system<span> and improving the forecasting of renewable energy resources. This paper presents the Eagle Arithmetic </span></span></span>Optimization Algorithm<span> (EAOA) as a novel approach to address these challenges. By utilizing a fuzzy-based dragonfly optimization algorithm (fuzzy-DFOA), the proposed method enhances the accuracy of load-balancing analysis in renewable energy resources. Through its innovative techniques, the EAOA demonstrates its potential to significantly improve the efficiency and effectiveness of managing renewable energy systems, paving the way for a more sustainable and reliable power grid. The accuracy rate of both wind and solar datasets is given. For the wind dataset, our proposed work got 92.63%, SVR got 75.89%, CNN got 87.54%, and QODA got 83.16%. For the solar dataset presented work of fuzzy-based DFOA got 92.59%, SVR got 69.16%, CNN got 86.25%, and QODA got 82.37%.</span></p></div>","PeriodicalId":48686,"journal":{"name":"Sustainable Computing-Informatics & Systems","volume":"40 ","pages":"Article 100925"},"PeriodicalIF":4.5,"publicationDate":"2023-10-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"92024810","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Strip running deviation monitoring and feedback real-time in smart factories based on improved YOLOv5 基于改进YOLOv5的智能工厂带钢运行偏差实时监测与反馈
IF 4.5 3区 计算机科学 Q1 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2023-10-13 DOI: 10.1016/j.suscom.2023.100923
Jun Luo , Gang Wang , Mingliang Zhou , Huayan Pu , Jun Luo

The strip running deviation in steel production can cause significant economic losses by forcing a shutdown of the whole steel production line. However, due to the fast running speed (100–140 m/min) of the strip, it a difficult problem to accurately judge online whether the strip running deviation or not and control its deviation during operation. In this paper, a fast and accurate model for detecting strip running deviation is proposed, this model allows for real-time control of strip operation deviation according to the detection model’s results. In our model, the attention module is used to improve the detection accuracy. The rolling equipment’s pressing force can be real-time controlled to correct the strip running deviation. Compared with the original model, the proposed model in this paper achieves an increase in accuracy of 3 %, and the detection speed can reach 29 FPS, meeting the real-time requirements. This work can provide ideas for applying computer vision in construction of intelligent factories.

在钢铁生产中,带钢跑偏会造成重大的经济损失,甚至导致整条钢铁生产线停产。但是,由于带钢运行速度快(100-140 m/min),在运行过程中,在线准确判断带钢是否运行偏差并控制其偏差是一个难题。本文提出了一种快速准确的带钢运行偏差检测模型,该模型可以根据检测模型的结果对带钢运行偏差进行实时控制。在我们的模型中,注意模块用于提高检测精度。可实时控制轧制设备的压紧力,纠正带钢运行偏差。与原模型相比,本文提出的模型精度提高了3%,检测速度可达29 FPS,满足实时性要求。本研究为计算机视觉在智能工厂建设中的应用提供了思路。
{"title":"Strip running deviation monitoring and feedback real-time in smart factories based on improved YOLOv5","authors":"Jun Luo ,&nbsp;Gang Wang ,&nbsp;Mingliang Zhou ,&nbsp;Huayan Pu ,&nbsp;Jun Luo","doi":"10.1016/j.suscom.2023.100923","DOIUrl":"https://doi.org/10.1016/j.suscom.2023.100923","url":null,"abstract":"<div><p>The strip running deviation in steel production can cause significant economic losses by forcing a shutdown of the whole steel production line. However, due to the fast running speed (100–140 m/min) of the strip, it a difficult problem to accurately judge online whether the strip running deviation or not and control its deviation during operation. In this paper, a fast and accurate model for detecting strip running deviation is proposed, this model allows for real-time control of strip operation deviation according to the detection model’s results. In our model, the attention module is used to improve the detection accuracy. The rolling equipment’s pressing force can be real-time controlled to correct the strip running deviation. Compared with the original model, the proposed model in this paper achieves an increase in accuracy of 3 %, and the detection speed can reach 29 FPS, meeting the real-time requirements. This work can provide ideas for applying computer vision in construction of intelligent factories.</p></div>","PeriodicalId":48686,"journal":{"name":"Sustainable Computing-Informatics & Systems","volume":"40 ","pages":"Article 100923"},"PeriodicalIF":4.5,"publicationDate":"2023-10-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"92024809","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Soil moisture simulation of rice using optimized Support Vector Machine for sustainable agricultural applications 基于优化支持向量机的水稻土壤水分模拟在可持续农业中的应用
IF 4.5 3区 计算机科学 Q1 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2023-10-13 DOI: 10.1016/j.suscom.2023.100924
Parijata Majumdar , Sanjoy Mitra , Diptendu Bhattacharya

The growth and development of rice crops primarily depend on appropriate soil water balance for which soil moisture is the key determinant. Soil moisture is a crucial parameter in the hydrological cycle, which has a vital role in optimal water management for sustainable agricultural growth as it has a significant impact on hydrological, ecological, and climatic processes. Thus, accurate estimation of soil moisture is important otherwise it will drastically reduce crop yields, intensifying the global food crisis. A novel soil moisture prediction model (SVM-COLGWO) that incorporates the Grey Wolf Optimizer (GWO) into Chebyshev chaotic maps and opposition-based learning to optimize the Support Vector Machine (SVM) model is proposed. The suggested model simultaneously increases the simulated model’s accuracy while speeding up global convergence. To evaluate the proposed model, the prediction performance is compared with other hybrid and standalone models where the feasibility of the proposed model is validated through superior simulation results (MAE = 0.167, MSE = 0.179, RMSE = 0.423, MAPE = 0.162, and R2= 0.949) including Shannon’s Entropy. Thus, based on accurate soil moisture simulation through the proposed model, irrigation can be effectively scheduled for sustainable rice growth.

水稻作物的生长发育主要取决于适当的土壤水分平衡,而土壤水分是关键的决定因素。土壤水分是水文循环中的一个关键参数,它对水文、生态和气候过程有着重大影响,在可持续农业增长的最佳水管理中发挥着至关重要的作用。因此,准确估计土壤湿度很重要,否则将大幅降低作物产量,加剧全球粮食危机。提出了一种新的土壤水分预测模型(SVM-COLGWO),该模型将灰狼优化器(GWO)引入Chebyshev混沌图中,并通过基于对立学习对支持向量机(SVM)模型进行优化。所提出的模型在加快全局收敛的同时提高了模拟模型的精度。为了评估所提出的模型,将预测性能与其他混合和独立模型进行比较,其中通过包括Shannon熵在内的优越模拟结果(MAE=0.167,MSE=0.179,RMSE=0.423,MAPE=0.162,R2=0.949)验证了所提出模型的可行性。因此,通过所提出的模型,在精确模拟土壤水分的基础上,可以有效地安排灌溉,实现水稻的可持续生长。
{"title":"Soil moisture simulation of rice using optimized Support Vector Machine for sustainable agricultural applications","authors":"Parijata Majumdar ,&nbsp;Sanjoy Mitra ,&nbsp;Diptendu Bhattacharya","doi":"10.1016/j.suscom.2023.100924","DOIUrl":"https://doi.org/10.1016/j.suscom.2023.100924","url":null,"abstract":"<div><p><span>The growth and development of rice crops primarily depend on appropriate soil water balance for which soil moisture is the key determinant. Soil moisture is a crucial parameter in the hydrological cycle, which has a vital role in optimal water management for sustainable agricultural growth as it has a significant impact on hydrological, ecological, and climatic processes. Thus, accurate estimation of soil moisture is important otherwise it will drastically reduce crop yields, intensifying the global food crisis. A novel soil moisture prediction model (SVM-COLGWO) that incorporates the Grey Wolf Optimizer (GWO) into Chebyshev chaotic maps and opposition-based learning to optimize the Support Vector Machine (SVM) model is proposed. The suggested model simultaneously increases the simulated model’s accuracy while speeding up global convergence. To evaluate the proposed model, the prediction performance is compared with other hybrid and standalone models where the feasibility of the proposed model is validated through superior simulation results (MAE </span><span><math><mo>=</mo></math></span><span> 0.167, MSE </span><span><math><mo>=</mo></math></span><span> 0.179, RMSE </span><span><math><mo>=</mo></math></span> 0.423, MAPE <span><math><mo>=</mo></math></span> 0.162, and <span><math><mrow><msup><mrow><mi>R</mi></mrow><mrow><mn>2</mn></mrow></msup><mo>=</mo></mrow></math></span> 0.949) including Shannon’s Entropy. Thus, based on accurate soil moisture simulation through the proposed model, irrigation can be effectively scheduled for sustainable rice growth.</p></div>","PeriodicalId":48686,"journal":{"name":"Sustainable Computing-Informatics & Systems","volume":"40 ","pages":"Article 100924"},"PeriodicalIF":4.5,"publicationDate":"2023-10-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"49827070","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Hybrid approach for virtual machine allocation in cloud computing 云计算中虚拟机分配的混合方法
IF 4.5 3区 计算机科学 Q1 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2023-10-13 DOI: 10.1016/j.suscom.2023.100922
B. Booba , X. Joshphin Jasaline Anitha , C. Mohan , Jeyalaksshmi S

In this manuscript, a Combined Approach of Generalized Backtracking Regularized Adaptive Matching Pursuit Algorithm and Adaptive β-Hill Climbing Algorithm for Virtual Machine Allocation in Cloud Computing (BA-VMA-CC) is proposed. Generalized Backtracking Regularized Adaptive Matching Pursuit Algorithm (GBRAMP) is used for Virtual Machine (VM) Migration process and Adaptive β-Hill Climbing Algorithm is used to Virtual Machine Placement. These two tasks are essential elements of VM allocation. GBRAMP is used to minimize cost and energy for both cloud service providers and users with help of migration process and to save time and energy. Adaptive β-Hill Climbing Algorithm (AβHCA) is employed for maximizing efficiency, minimizing power consumption and resource wastage. By Combining both GBRAMPA-AβHCA VM is optimally allocated in PM with high efficiency by minimizing cost and energy consumptions. The proposed BA-VMA-CC is implemented in MATLAB platform. The performance of proposed method attains 23.84 %, 28.94 %, 33.94 % lower energy consumption, 28.94 %, 34.95 %, 25.36 % lower CPU utilization is analyzed with existing methods, such as sine cosine with ant lion optimization for VM allocation in Cloud Computing (SCA-ALO-VMA-CC), hybrid distinct multiple object whale optimization and multi-verse optimization for VM allocation in Cloud Computing (DMOWOA-MVO-VMA-CC) and Cuckoo search optimization algorithm and particle swarm optimization algorithm (CSO-PSO-VMA-CC) respectively.

本文提出了一种结合广义回溯正则化自适应匹配追踪算法和自适应β-爬坡算法的云计算虚拟机分配方法(BA-VMA-CC)。虚拟机迁移过程采用广义回溯正则化自适应匹配追踪算法(GBRAMP),虚拟机放置过程采用自适应β-爬坡算法。这两个任务是分配虚拟机的基本要素。使用GBRAMP可以帮助云服务提供商和用户在迁移过程中最大限度地降低成本和能源,节省时间和能源。采用自适应β-爬坡算法(a - β hca)实现效率最大化、功耗最小化和资源浪费最小化。通过两者的结合,gbrampa - a - β使hca VM在PM中以最低的成本和能量消耗获得高效率的最佳分配。提出的BA-VMA-CC在MATLAB平台上实现。与现有的云计算虚拟机分配算法(SCA-ALO-VMA-CC)相比,所提方法的性能分别降低了23.84%、28.94%、33.94%、28.94%、34.95%、25.36%的CPU利用率。云计算中虚拟机分配的混合明显多目标鲸优化和多宇宙优化(DMOWOA-MVO-VMA-CC)和杜鹃搜索优化算法和粒子群优化算法(CSO-PSO-VMA-CC)。
{"title":"Hybrid approach for virtual machine allocation in cloud computing","authors":"B. Booba ,&nbsp;X. Joshphin Jasaline Anitha ,&nbsp;C. Mohan ,&nbsp;Jeyalaksshmi S","doi":"10.1016/j.suscom.2023.100922","DOIUrl":"10.1016/j.suscom.2023.100922","url":null,"abstract":"<div><p><span><span><span>In this manuscript, a Combined Approach of Generalized Backtracking Regularized Adaptive Matching Pursuit Algorithm and Adaptive β-Hill Climbing Algorithm for Virtual Machine Allocation in </span>Cloud Computing<span> (BA-VMA-CC) is proposed. Generalized Backtracking Regularized Adaptive Matching Pursuit Algorithm (GBRAMP) is used for Virtual Machine (VM) Migration process and Adaptive β-Hill Climbing Algorithm is used to Virtual Machine Placement. These two tasks are essential elements of VM allocation. GBRAMP is used to minimize cost and energy for both cloud service providers and users with help of migration process and to save time and energy. Adaptive β-Hill Climbing Algorithm (AβHCA) is employed for maximizing efficiency, minimizing </span></span>power consumption<span><span><span> and resource wastage. By Combining both GBRAMPA-AβHCA VM is optimally allocated in PM with high efficiency by minimizing cost and energy consumptions. The proposed BA-VMA-CC is implemented in MATLAB platform. The performance of proposed method attains 23.84 %, 28.94 %, 33.94 % lower energy consumption, 28.94 %, 34.95 %, 25.36 % lower CPU utilization is analyzed with existing methods, such as sine cosine with ant lion optimization for VM allocation in Cloud Computing (SCA-ALO-VMA-CC), hybrid distinct multiple object whale optimization and multi-verse optimization for VM allocation in Cloud Computing (DMOWOA-MVO-VMA-CC) and </span>Cuckoo search </span>optimization algorithm and </span></span>particle swarm optimization algorithm (CSO-PSO-VMA-CC) respectively.</p></div>","PeriodicalId":48686,"journal":{"name":"Sustainable Computing-Informatics & Systems","volume":"41 ","pages":"Article 100922"},"PeriodicalIF":4.5,"publicationDate":"2023-10-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135707818","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Deep learning-based energy inefficiency detection in the smart buildings 基于深度学习的智能建筑节能检测
IF 4.5 3区 计算机科学 Q1 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2023-10-05 DOI: 10.1016/j.suscom.2023.100921
Jueru Huang , Dmitry D. Koroteev , Marina Rynkovskaya

The operation of the heating, ventilation, and air conditioning (HVAC) system is essential for the indoor thermal environment and is significant for energy consumers in commercial properties. Although earlier studies suggested that reinforcement learning controls could increase HVAC energy savings, they lacked sufficient details regarding end-to-end management. Recently, the focus on gathering and analyzing data from smart meters and buildings connected to energy-saving studies has increased. Deep reinforcement learning (DRL) suggests novel methods for operating HVAC systems and lowering energy usage. This paper evaluates energy consumption by Convolution Recurrent Neural Networks (CRNN), and Deep Reinforcement Learning is used. This is intended to forecast energy use under various climatic circumstances, and the processes are assessed under different communication protocols. The suggested control technique might directly accept quantitative elements, such as climate and indoor air quality conditions, as input and control indoor thermal set - points at a supervisory level by utilizing the deep neural network. In a highly effective office area in the Houston area, time series data, CRNN, and DRL are effectively used to uncover new energy-saving options (TX, USA). The article presents 1-year information from the Net Zero, Energy Star, and Leadership in Energy and Environment Design (LEED)-certified building, demonstrating a potential energy savings of 8% with the presented design. The findings demonstrate how useful the suggested strategy is in assisting building owners in locating new potential for energy conservation.

供暖、通风和空调(HVAC)系统的运行对室内热环境至关重要,对商业地产中的能源消费者也很重要。尽管早期的研究表明,强化学习控制可以增加暖通空调的节能,但它们缺乏关于端到端管理的足够细节。最近,人们越来越关注收集和分析与节能研究相关的智能电表和建筑物的数据。深度强化学习(DRL)提出了操作暖通空调系统和降低能源使用的新方法。本文使用卷积递归神经网络(CRNN)评估能量消耗,并使用深度强化学习。这是为了预测各种气候条件下的能源使用,并根据不同的通信协议对过程进行评估。所提出的控制技术可以直接接受气候和室内空气质量条件等定量元素作为输入,并利用深度神经网络在监督级别控制室内热设定值。在休斯顿地区的高效办公区,时间序列数据、CRNN和DRL被有效地用于发现新的节能选项(美国德克萨斯州)。本文介绍了净零、能源之星和能源与环境设计领导力(LEED)认证建筑的一年信息,证明了所提出的设计可以节省8%的潜在能源。研究结果表明,建议的策略在帮助建筑业主寻找新的节能潜力方面是多么有用。
{"title":"Deep learning-based energy inefficiency detection in the smart buildings","authors":"Jueru Huang ,&nbsp;Dmitry D. Koroteev ,&nbsp;Marina Rynkovskaya","doi":"10.1016/j.suscom.2023.100921","DOIUrl":"https://doi.org/10.1016/j.suscom.2023.100921","url":null,"abstract":"<div><p><span><span>The operation of the heating, ventilation, and air conditioning (HVAC) system is essential for the indoor thermal environment<span> and is significant for energy consumers in commercial properties. Although earlier studies suggested that reinforcement learning<span> controls could increase HVAC energy savings, they lacked sufficient details regarding end-to-end management. Recently, the focus on gathering and analyzing data from smart meters and buildings connected to energy-saving studies has increased. </span></span></span>Deep reinforcement learning<span> (DRL) suggests novel methods for operating HVAC systems and lowering energy usage. This paper evaluates energy consumption by Convolution Recurrent Neural Networks (CRNN), and Deep Reinforcement Learning is used. This is intended to forecast energy use under various climatic circumstances, and the processes are assessed under different communication protocols. The suggested control technique might directly accept quantitative elements, such as climate and indoor air quality conditions, as input and control indoor thermal set - points at a supervisory level by utilizing the </span></span>deep neural network<span>. In a highly effective office area in the Houston area, time series data<span>, CRNN, and DRL are effectively used to uncover new energy-saving options (TX, USA). The article presents 1-year information from the Net Zero, Energy Star, and Leadership in Energy and Environment Design (LEED)-certified building, demonstrating a potential energy savings of 8% with the presented design. The findings demonstrate how useful the suggested strategy is in assisting building owners in locating new potential for energy conservation.</span></span></p></div>","PeriodicalId":48686,"journal":{"name":"Sustainable Computing-Informatics & Systems","volume":"40 ","pages":"Article 100921"},"PeriodicalIF":4.5,"publicationDate":"2023-10-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"49827067","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
How can a hybrid quantum-inspired gravitational search algorithm decrease energy consumption in IoT-based software-defined networks? 在基于物联网的软件定义网络中,混合量子启发的引力搜索算法如何降低能耗?
IF 4.5 3区 计算机科学 Q1 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2023-10-05 DOI: 10.1016/j.suscom.2023.100920
Lian Tong, Lan Yang, Xin Zhao, Li Liu

The growth of Internet of Things (IoT) devices has prompted the growing use of software-defined networks (SDNs) in today's quickly changing technological environment. In SDN, execution and security of supporting applications and creating an adaptable network design allow the network to associate with applications legitimately. As a result, SDN promotes the growth of IoT-enabled devices, boosts network resource-sharing effectiveness, and boosts the reliability of IoT services. While these interconnected systems offer unprecedented convenience and efficiency, they also come with an increasing energy consumption challenge. The original features of these networks, such as the dynamic topology and energy constraints, challenge the routing issue in these networks. This article delves into the strategies and innovations that can effectively decrease energy consumption in IoT-based SDNs. The previous methods had some problems, such as increasing energy consumption, delay and network lifetime, etc. Thus, fuzzy and meta-heuristic methods have been used to maximize the search space and achieve optimum results. Due to the NP-hard nature of this issue, the Binary Quantum-Inspired Gravitational Search Algorithm (BQIGSA) is used in this paper to offer a fuzzy-based routing approach in IoT-based SDN, which aims to optimize energy, delay, and expected transmission rate. Fuzzy modeling, and particularly fuzzy routing algorithms, are explained in this study in relation to the decision-making component. The synergy of Fuzzy Logic and BQIGSA offers a promising avenue for enhancing IoT-based SDNs. This innovative approach tackles the challenges of uncertainty, energy optimization, and adaptive decision-making that are inherent in IoT networks. The simulation is performed through MATLAB. The outcomes of simulations and tests demonstrated that the suggested approach performed better than the current methods in terms of energy usage, delay rate, and data delivery rate.

物联网(IoT)设备的增长促使在当今快速变化的技术环境中越来越多地使用软件定义网络(sdn)。在SDN中,支持应用程序的执行和安全性以及创建可适应的网络设计允许网络合法地与应用程序关联。因此,SDN促进了物联网设备的增长,提高了网络资源共享效率,提高了物联网服务的可靠性。虽然这些互联系统提供了前所未有的便利和效率,但它们也带来了越来越多的能源消耗挑战。这些网络的原有特性,如动态拓扑和能量约束等,对网络中的路由问题提出了挑战。本文深入研究了能够有效降低物联网sdn能耗的策略和创新。以往的方法存在能耗大、时延大、网络寿命长等问题。因此,模糊和元启发式方法被用于最大化搜索空间并获得最优结果。由于该问题的NP-hard性质,本文使用二进制量子启发引力搜索算法(BQIGSA)在基于物联网的SDN中提供一种基于模糊的路由方法,旨在优化能量、延迟和预期传输速率。模糊建模,特别是模糊路由算法,在本研究中解释了与决策组件的关系。模糊逻辑和BQIGSA的协同作用为增强基于物联网的sdn提供了一条有前途的途径。这种创新的方法解决了物联网网络固有的不确定性、能源优化和自适应决策的挑战。通过MATLAB进行了仿真。仿真和测试结果表明,该方法在能耗、延迟率和数据传输率方面优于现有方法。
{"title":"How can a hybrid quantum-inspired gravitational search algorithm decrease energy consumption in IoT-based software-defined networks?","authors":"Lian Tong,&nbsp;Lan Yang,&nbsp;Xin Zhao,&nbsp;Li Liu","doi":"10.1016/j.suscom.2023.100920","DOIUrl":"https://doi.org/10.1016/j.suscom.2023.100920","url":null,"abstract":"<div><p>The growth of Internet of Things<span><span> (IoT) devices has prompted the growing use of software-defined networks (SDNs) in today's quickly changing technological environment. In SDN, execution and security of supporting applications and creating an adaptable network design allow the network to associate with applications legitimately. As a result, SDN promotes the growth of IoT-enabled devices, boosts network resource-sharing effectiveness, and boosts the reliability of IoT services. While these interconnected systems offer unprecedented convenience and efficiency, they also come with an increasing energy consumption challenge. The original features of these networks, such as the dynamic topology<span><span> and energy constraints, challenge the routing issue in these networks. This article delves into the strategies and innovations that can effectively decrease energy consumption in IoT-based SDNs. The previous methods had some problems, such as increasing energy consumption, delay and network lifetime, etc. Thus, fuzzy and meta-heuristic methods have been used to maximize the search space and achieve optimum results. Due to the NP-hard nature of this issue, the Binary Quantum-Inspired Gravitational Search Algorithm (BQIGSA) is used in this paper to offer a fuzzy-based routing approach in IoT-based SDN, which aims to optimize energy, delay, and expected transmission rate. </span>Fuzzy modeling, and particularly fuzzy </span></span>routing algorithms<span>, are explained in this study in relation to the decision-making component. The synergy of Fuzzy Logic and BQIGSA offers a promising avenue for enhancing IoT-based SDNs. This innovative approach tackles the challenges of uncertainty, energy optimization, and adaptive decision-making that are inherent in IoT networks. The simulation is performed through MATLAB. The outcomes of simulations and tests demonstrated that the suggested approach performed better than the current methods in terms of energy usage, delay rate, and data delivery rate.</span></span></p></div>","PeriodicalId":48686,"journal":{"name":"Sustainable Computing-Informatics & Systems","volume":"40 ","pages":"Article 100920"},"PeriodicalIF":4.5,"publicationDate":"2023-10-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"49865017","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A systematic review on techniques and approaches to estimate mobile software energy consumption 系统回顾估算移动软件能耗的技术和方法
IF 4.5 3区 计算机科学 Q1 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2023-10-04 DOI: 10.1016/j.suscom.2023.100919
Andreas Schuler , Gabriele Kotsis

Developing green and sustainable software has become a prominent topic in research over the last years. While approaches are being constantly researched and developed to estimate and in turn optimize the energy consumption of software applications, there is still a lack of knowledge amongst practitioners how to address energy consumption as an important non-functional quality aspect and in turn develop sustainable software. By providing a comprehensive review on the state-of-the-art in mobile software energy consumption, we want to examine how research has contributed to fill this gap in knowledge over the last decade, by providing the foundations to estimate mobile software energy consumption. Therefore, we categorize available work amongst the approach taken to profile energy consumption, the individual contributions and the intended platform of use. Furthermore, we examine the availability of tools and frameworks for research and practice. The foundation for this review is a systematically collected selection of 134 studies published in between 2011 till 2021. From the data synthesized from the selected studies, we discuss key observations and future ongoing challenges in mobile software, energy consumption profiling. Furthermore, we believe that the key for a broad adoption is a common terminology. Henceforth, we propose an ontology describing mobile software energy consumption profiling from the results obtained in the presented review.

在过去的几年里,开发绿色和可持续的软件已经成为一个突出的研究课题。虽然不断地研究和开发方法来估计和优化软件应用程序的能源消耗,但从业者仍然缺乏知识,如何将能源消耗作为一个重要的非功能质量方面,从而开发可持续的软件。通过对最新的移动软件能耗进行全面的回顾,我们希望通过提供估算移动软件能耗的基础,研究如何在过去十年中为填补这一知识空白做出贡献。因此,我们根据所采取的方法对可用的工作进行分类,以描述能源消耗、个人贡献和预期的使用平台。此外,我们研究了研究和实践的工具和框架的可用性。本综述的基础是系统收集了2011年至2021年间发表的134项研究。根据所选研究的综合数据,我们讨论了移动软件、能源消耗分析方面的关键观察结果和未来的挑战。此外,我们认为广泛采用的关键是通用术语。因此,我们提出了一个本体来描述移动软件的能耗分析。
{"title":"A systematic review on techniques and approaches to estimate mobile software energy consumption","authors":"Andreas Schuler ,&nbsp;Gabriele Kotsis","doi":"10.1016/j.suscom.2023.100919","DOIUrl":"10.1016/j.suscom.2023.100919","url":null,"abstract":"<div><p>Developing green and sustainable software has become a prominent topic in research over the last years. While approaches are being constantly researched and developed to estimate and in turn optimize the energy consumption of software applications, there is still a lack of knowledge amongst practitioners how to address energy consumption as an important non-functional quality aspect and in turn develop sustainable software. By providing a comprehensive review on the state-of-the-art in mobile software energy consumption, we want to examine how research has contributed to fill this gap in knowledge over the last decade, by providing the foundations to estimate mobile software energy consumption. Therefore, we categorize available work amongst the approach taken to profile energy consumption, the individual contributions and the intended platform of use. Furthermore, we examine the availability of tools and frameworks for research and practice. The foundation for this review is a systematically collected selection of 134 studies published in between 2011 till 2021. From the data synthesized from the selected studies, we discuss key observations and future ongoing challenges in mobile software, energy consumption profiling. Furthermore, we believe that the key for a broad adoption is a common terminology. Henceforth, we propose an ontology describing mobile software energy consumption profiling from the results obtained in the presented review.</p></div>","PeriodicalId":48686,"journal":{"name":"Sustainable Computing-Informatics & Systems","volume":"41 ","pages":"Article 100919"},"PeriodicalIF":4.5,"publicationDate":"2023-10-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134935414","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
E-AVOA-TS: Enhanced African vultures optimization algorithm-based task scheduling strategy for fog–cloud computing E-AVOA-TS:基于增强型非洲秃鹫优化算法的雾-云计算任务调度策略
IF 4.5 3区 计算机科学 Q1 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2023-09-14 DOI: 10.1016/j.suscom.2023.100918
R. Ghafari, N. Mansouri

In fog computing, inefficient scheduling of user tasks causes more delays. Moreover, how to schedule tasks that need to be offloaded to fog nodes or cloud nodes has not been fully addressed. The task scheduling process needs to be optimized and efficient in order to address the issues of resource utilization, response time, and energy consumption. This paper proposes an Enhanced African Vultures Optimization Algorithm-based Task Scheduling Strategy (E-AVOA-TS) for fog-cloud computing. Through the proposed strategy, each village learns from its neighbors rather than from all of its members. The minimization of makespan, cost, and energy consumption in the proposed algorithm are considered as objective function. To prioritize tasks, the Best Worst Method (BWM) is used to handle the sensitivity of task delays. Latency-sensitive tasks are sent to the fog environment, while latency-tolerant tasks are sent to the cloud. E-AVOA is compared to other state-of-the-art optimizers using classic benchmark functions and ten benchmark tests from CEC-C06. Compared to other competitors, E-AVOA-TS outperforms makespan by 24.2%, cost by 16%, energy consumption by 4.7%, and DST% by 6.2% for large scale tasks. According to the simulation results, makespan shows improvements of 33%, 53%, and 48%, and energy consumption is reduced by 32%, 44%, and 5%, compared with PSG-M, IWC, and DCOHHOTS, respectively.

在雾计算中,用户任务的低效调度会导致更多的延迟。此外,如何调度需要卸载到雾节点或云节点的任务还没有完全解决。任务调度过程需要优化和高效,以解决资源利用率、响应时间和能耗等问题。本文提出了一种用于雾云计算的基于增强非洲秃鹫优化算法的任务调度策略(E-AVOA-TS)。通过拟议的战略,每个村庄都向邻居学习,而不是向所有成员学习。该算法将完工时间、成本和能耗的最小化作为目标函数。为了对任务进行优先级排序,使用最佳-最差方法(BWM)来处理任务延迟的敏感性。延迟敏感任务被发送到雾环境,而延迟容忍任务则被发送到云。E-AVOA与其他最先进的优化器进行了比较,使用了CEC-C06的经典基准函数和十个基准测试。与其他竞争对手相比,E-AVOA-TS在大规模任务中的性能优于makespan 24.2%、成本16%、能耗4.7%和DST%6.2%。根据模拟结果,与PSG-M、IWC和DCOHHOTS相比,制造跨度分别提高了33%、53%和48%,能耗分别降低了32%、44%和5%。
{"title":"E-AVOA-TS: Enhanced African vultures optimization algorithm-based task scheduling strategy for fog–cloud computing","authors":"R. Ghafari,&nbsp;N. Mansouri","doi":"10.1016/j.suscom.2023.100918","DOIUrl":"https://doi.org/10.1016/j.suscom.2023.100918","url":null,"abstract":"<div><p><span><span>In fog computing, inefficient scheduling of user tasks causes more delays. Moreover, how to schedule tasks that need to be offloaded to fog nodes or cloud nodes has not been fully addressed. The </span>task scheduling process needs to be optimized and efficient in order to address the issues of resource utilization, response time, and energy consumption. This paper proposes an Enhanced African Vultures Optimization Algorithm-based Task Scheduling Strategy (E-AVOA-TS) for fog-cloud computing. Through the proposed strategy, each village learns from its neighbors rather than from all of its members. The minimization of makespan, cost, and energy consumption in the proposed algorithm are considered as objective function. To prioritize tasks, the </span>Best Worst Method<span> (BWM) is used to handle the sensitivity of task delays. Latency-sensitive tasks are sent to the fog environment, while latency-tolerant tasks are sent to the cloud. E-AVOA is compared to other state-of-the-art optimizers using classic benchmark functions and ten benchmark tests from CEC-C06. Compared to other competitors, E-AVOA-TS outperforms makespan by 24.2%, cost by 16%, energy consumption by 4.7%, and DST% by 6.2% for large scale tasks. According to the simulation results, makespan shows improvements of 33%, 53%, and 48%, and energy consumption is reduced by 32%, 44%, and 5%, compared with PSG-M, IWC, and DCOHHOTS, respectively.</span></p></div>","PeriodicalId":48686,"journal":{"name":"Sustainable Computing-Informatics & Systems","volume":"40 ","pages":"Article 100918"},"PeriodicalIF":4.5,"publicationDate":"2023-09-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"49827068","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Sustainable Computing-Informatics & Systems
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1