首页 > 最新文献

2018 IEEE Congress on Evolutionary Computation (CEC)最新文献

英文 中文
Self-adaptive Evolutionary Algorithm for DNA Codeword Design DNA码字设计的自适应进化算法
Pub Date : 2018-07-01 DOI: 10.1109/CEC.2018.8477827
J. Prieto, Elizabeth León Guzman, M. Garzon
DNA has emerged as a new computational resource for data encoding and processing. The fundamental problem of DNA Codeword Design (CWD) calls for finding effective ways to encode and process data in DNA. The problem has shown to be of interest in other areas as well, including computational memories, self-assembly and phylogenetic analysis, among others. In prior work, a framework to analyze this problem has been developed and simple versions of CWD have been shown to be NP-complete using any single reasonable metric that approximates the Gibbs energy, thus practically making it very difficult to find a general procedure for finding optimal efficient encodings. We present a Self-adaptive Evolutionary Algorithm for CWD (SaEA-CWD) as an extension of the Hybrid Adaptive Evolutionary algorithm (HAEA). SaEA-CWD is a parameter adaptation technique that automatically adapts the rates of its genetic operator applications to exploit structural properties of the search space to improve the speed and quality of the solutions. An implementation and preliminary results are evaluated in spaces where searches are already prohibitive to ordinary methods (such as 8- and 10-mers) due to the combinatorial explosion of the solution DNA space. Applications to other problems are suggested, such as a general technique for dimensionality reduction based on SaEA-CWD.
DNA已经成为一种新的数据编码和处理的计算资源。DNA码字设计(CWD)的根本问题要求找到有效的编码和处理DNA数据的方法。这个问题在其他领域也引起了人们的兴趣,包括计算记忆、自组装和系统发育分析等。在之前的工作中,已经开发了一个框架来分析这个问题,并且已经证明CWD的简单版本使用任何近似吉布斯能量的合理度量都是np完全的,因此实际上很难找到寻找最优有效编码的一般程序。作为混合自适应进化算法(HAEA)的扩展,我们提出了一种CWD自适应进化算法(SaEA-CWD)。SaEA-CWD是一种参数自适应技术,它自动调整其遗传算子的应用速度,利用搜索空间的结构特性来提高解的速度和质量。在由于溶液DNA空间的组合爆炸而无法使用普通方法(如8-和10-mers)进行搜索的空间中评估实现和初步结果。提出了在其他问题上的应用,例如基于SaEA-CWD的通用降维技术。
{"title":"Self-adaptive Evolutionary Algorithm for DNA Codeword Design","authors":"J. Prieto, Elizabeth León Guzman, M. Garzon","doi":"10.1109/CEC.2018.8477827","DOIUrl":"https://doi.org/10.1109/CEC.2018.8477827","url":null,"abstract":"DNA has emerged as a new computational resource for data encoding and processing. The fundamental problem of DNA Codeword Design (CWD) calls for finding effective ways to encode and process data in DNA. The problem has shown to be of interest in other areas as well, including computational memories, self-assembly and phylogenetic analysis, among others. In prior work, a framework to analyze this problem has been developed and simple versions of CWD have been shown to be NP-complete using any single reasonable metric that approximates the Gibbs energy, thus practically making it very difficult to find a general procedure for finding optimal efficient encodings. We present a Self-adaptive Evolutionary Algorithm for CWD (SaEA-CWD) as an extension of the Hybrid Adaptive Evolutionary algorithm (HAEA). SaEA-CWD is a parameter adaptation technique that automatically adapts the rates of its genetic operator applications to exploit structural properties of the search space to improve the speed and quality of the solutions. An implementation and preliminary results are evaluated in spaces where searches are already prohibitive to ordinary methods (such as 8- and 10-mers) due to the combinatorial explosion of the solution DNA space. Applications to other problems are suggested, such as a general technique for dimensionality reduction based on SaEA-CWD.","PeriodicalId":212677,"journal":{"name":"2018 IEEE Congress on Evolutionary Computation (CEC)","volume":"146 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116496576","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
A Hierarchical Model with Pseudoinverse Learning Algorithm Optimazation for Pulsar Candidate Selection 脉冲星候选星选择的伪逆学习分层模型优化
Pub Date : 2018-07-01 DOI: 10.1109/CEC.2018.8477886
Shijia Li, Sibo Feng, Ping Guo, Qian Yin
Pulsars search has always been one of the most concerned problem in the field of astronomy. Nowadays, with the development of astronomical instruments and observation technology, the amount of data is getting bigger and bigger. Radio pulsar surveys have generated and will generate vast amounts of data. To handle big data, developing new technologies and frameworks to efficiently and accurately analyze these data become increasing urgent. The number of positive and negative samples in pulsar candidate data set is very unbalanced, if we only use these a few positive samples to train a deep neural network (DNN), the trained DNN is prone because of the problem of overfitting and will affect the generalization ability. Motivated by the mixtures of experts network architecture, we proposed a hierarchical model for pulsar candidate selection which assembles a set of trained base classifiers. Moreover, training a neural network always takes a lot of time because of using gradient descent (GD) based algorithm. In this work, we utilize the pseudoinverse learning algorithm instead of GD based algorithm to train proposed model. With the designed network architecture and adopted training algorithm, our model has the advantages not only with high steady-state precision but also good generalization performance.
脉冲星的搜寻一直是天文学领域最为关注的问题之一。如今,随着天文仪器和观测技术的发展,数据量越来越大。射电脉冲星调查已经并将产生大量的数据。为了处理大数据,开发新的技术和框架来高效、准确地分析这些数据变得越来越紧迫。脉冲星候选数据集中正样本和负样本的数量非常不平衡,如果只使用这几个正样本来训练深度神经网络(DNN),训练出来的DNN容易出现过拟合问题,影响其泛化能力。在混合专家网络结构的激励下,我们提出了一种脉冲星候选选择的分层模型,该模型将一组训练好的基分类器组合在一起。此外,由于使用基于梯度下降(GD)的算法,神经网络的训练总是花费大量的时间。在这项工作中,我们使用伪逆学习算法代替基于GD的算法来训练所提出的模型。通过设计的网络结构和采用的训练算法,该模型不仅具有较高的稳态精度,而且具有良好的泛化性能。
{"title":"A Hierarchical Model with Pseudoinverse Learning Algorithm Optimazation for Pulsar Candidate Selection","authors":"Shijia Li, Sibo Feng, Ping Guo, Qian Yin","doi":"10.1109/CEC.2018.8477886","DOIUrl":"https://doi.org/10.1109/CEC.2018.8477886","url":null,"abstract":"Pulsars search has always been one of the most concerned problem in the field of astronomy. Nowadays, with the development of astronomical instruments and observation technology, the amount of data is getting bigger and bigger. Radio pulsar surveys have generated and will generate vast amounts of data. To handle big data, developing new technologies and frameworks to efficiently and accurately analyze these data become increasing urgent. The number of positive and negative samples in pulsar candidate data set is very unbalanced, if we only use these a few positive samples to train a deep neural network (DNN), the trained DNN is prone because of the problem of overfitting and will affect the generalization ability. Motivated by the mixtures of experts network architecture, we proposed a hierarchical model for pulsar candidate selection which assembles a set of trained base classifiers. Moreover, training a neural network always takes a lot of time because of using gradient descent (GD) based algorithm. In this work, we utilize the pseudoinverse learning algorithm instead of GD based algorithm to train proposed model. With the designed network architecture and adopted training algorithm, our model has the advantages not only with high steady-state precision but also good generalization performance.","PeriodicalId":212677,"journal":{"name":"2018 IEEE Congress on Evolutionary Computation (CEC)","volume":"37 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127602952","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Monday, July 9 7月9日星期一
Pub Date : 2018-07-01 DOI: 10.1109/cec.2018.8477695
{"title":"Monday, July 9","authors":"","doi":"10.1109/cec.2018.8477695","DOIUrl":"https://doi.org/10.1109/cec.2018.8477695","url":null,"abstract":"","PeriodicalId":212677,"journal":{"name":"2018 IEEE Congress on Evolutionary Computation (CEC)","volume":"8 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127997433","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Optimal Ensemble Classifiers Based Classification for Automatic Vehicle Type Recognition 基于最优集成分类器的车辆类型自动识别
Pub Date : 2018-07-01 DOI: 10.1109/CEC.2018.8477979
N. Shvai, Antoine Meicler, A. Hasnat, Edouard Machover, P. Maarek, Stephane Loquet, A. Nakib
In this work, a challenging vehicle type classification problem for automatic toll collection task is considered, which is currently accomplished with an Optical Sensors (OS) and corrected manually. Indeed, the human operators are engaged to manually correct the OS misclassified vehicles by observing the images obtained from the camera. In this paper, we propose a novel vehicle classification algorithm, which first uses the camera images to obtain the vehicle class probabilities using several Convolutional Neural Networks (CNNs) models and then uses the Gradient Boosting based classifier to fuse the continuous class probabilities with the discrete class labels obtained from two optical sensors. We train and evaluate our method using a challenging dataset collected from the cameras of the toll collection points. Results show that our method performs significantly (98.22% compared to 75.11%) better than the existing automatic toll collection system and, hence will vastly reduce the workload of the human operators. Moreover, we provide an in-depth analysis w.r.t. the learning strategies:e.g., choice of the optimization algorithm of the CNN model. Our results and analysis highlights interesting perspectives and challenges for the future work.
本文研究了一个具有挑战性的车辆类型分类问题,该问题目前主要由光学传感器(OS)完成,并通过人工校正。实际上,操作人员通过观察从相机获得的图像来手动纠正操作系统错误分类的车辆。在本文中,我们提出了一种新的车辆分类算法,该算法首先使用多个卷积神经网络(cnn)模型从相机图像中获得车辆类别概率,然后使用基于梯度提升的分类器将连续类别概率与两个光学传感器获得的离散类别标签融合在一起。我们使用从收费站的摄像机收集的具有挑战性的数据集来训练和评估我们的方法。结果表明,该方法的效率(98.22%比75.11%)明显优于现有的自动收费系统,因此将大大减少人工操作员的工作量。此外,我们还对学习策略进行了深入的分析:, CNN模型优化算法的选择。我们的结果和分析突出了未来工作的有趣观点和挑战。
{"title":"Optimal Ensemble Classifiers Based Classification for Automatic Vehicle Type Recognition","authors":"N. Shvai, Antoine Meicler, A. Hasnat, Edouard Machover, P. Maarek, Stephane Loquet, A. Nakib","doi":"10.1109/CEC.2018.8477979","DOIUrl":"https://doi.org/10.1109/CEC.2018.8477979","url":null,"abstract":"In this work, a challenging vehicle type classification problem for automatic toll collection task is considered, which is currently accomplished with an Optical Sensors (OS) and corrected manually. Indeed, the human operators are engaged to manually correct the OS misclassified vehicles by observing the images obtained from the camera. In this paper, we propose a novel vehicle classification algorithm, which first uses the camera images to obtain the vehicle class probabilities using several Convolutional Neural Networks (CNNs) models and then uses the Gradient Boosting based classifier to fuse the continuous class probabilities with the discrete class labels obtained from two optical sensors. We train and evaluate our method using a challenging dataset collected from the cameras of the toll collection points. Results show that our method performs significantly (98.22% compared to 75.11%) better than the existing automatic toll collection system and, hence will vastly reduce the workload of the human operators. Moreover, we provide an in-depth analysis w.r.t. the learning strategies:e.g., choice of the optimization algorithm of the CNN model. Our results and analysis highlights interesting perspectives and challenges for the future work.","PeriodicalId":212677,"journal":{"name":"2018 IEEE Congress on Evolutionary Computation (CEC)","volume":"51 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132534003","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 7
An Immune Algorithm with an Evolutionary Scheme for Component Selection for the kNN Method 基于进化方案的kNN方法中组件选择的免疫算法
Pub Date : 2018-07-01 DOI: 10.1109/CEC.2018.8477671
A. Pawlovsky
We introduce an immune algorithm (IA) that for the generation of a cell for a new (immune candidate) cell group uses an evolutionary scheme that makes the cell inherit receptors from more than two other cells. This IA is used to find combinations of features (components) that could improve the accuracy of a kNN (k Nearest Neighbor) when it is used for diagnosis or prognosis. We evaluated our approach with five medical data sets and found that it effectively helps to improve the accuracy of kNN in more than 2%.
我们引入了一种免疫算法(IA),该算法使用一种进化方案,使细胞从两个以上的其他细胞中继承受体,用于新(免疫候选)细胞群的细胞生成。当kNN (k最近邻)用于诊断或预后时,该IA用于寻找可以提高其准确性的特征(组件)组合。我们用5个医疗数据集评估了我们的方法,发现它有效地帮助将kNN的准确性提高了2%以上。
{"title":"An Immune Algorithm with an Evolutionary Scheme for Component Selection for the kNN Method","authors":"A. Pawlovsky","doi":"10.1109/CEC.2018.8477671","DOIUrl":"https://doi.org/10.1109/CEC.2018.8477671","url":null,"abstract":"We introduce an immune algorithm (IA) that for the generation of a cell for a new (immune candidate) cell group uses an evolutionary scheme that makes the cell inherit receptors from more than two other cells. This IA is used to find combinations of features (components) that could improve the accuracy of a kNN (k Nearest Neighbor) when it is used for diagnosis or prognosis. We evaluated our approach with five medical data sets and found that it effectively helps to improve the accuracy of kNN in more than 2%.","PeriodicalId":212677,"journal":{"name":"2018 IEEE Congress on Evolutionary Computation (CEC)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132657686","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A Darwinian Swarm Robotics Strategy Applied to Underwater Exploration 一种应用于水下探测的达尔文群机器人策略
Pub Date : 2018-07-01 DOI: 10.1109/CEC.2018.8477738
Nicolas D. Griffiths Sanchez, P. A. Vargas, M. Couceiro
This work focuses on the development of an autonomous multi-robot strategy to explore unknown underwater environments by collecting data about water properties and the existence of obstacles. Unknown underwater spaces are hostile environments whose exploration is often a complex, high-risk undertaking. The use of human divers or manned vehicles for these scenarios involves significant risk and enormous overheads. The systems currently employed for such tasks usually rely on remotely operated vehicles (ROVs), which are controlled by a human operator. The problems associated with this approach include the considerable costs of hiring a highly trained operator, the required presence of a manned vehicle in close proximity to the ROV, and the lag in communication often experienced between the operator and the ROV. This work proposes the use of autonomous robots, as opposed to human divers, which would enable costs to be substantially reduced. Likewise, a distributed swarm approach would allow the environment to be explored more rapidly and more efficiently than when using a single robot. The swarm strategy described in this work is based on Robotic Darwinian Particle Swarm Optimization (RDPSO), which was initially designed for planar robotic ground applications. This is the first study to generalize the RPSO algorithm for 3D applications, focusing on underwater robotics with the aim of providing a higher exploration speed and improved robustness to individual failures when compared to traditional single ROV approaches.
这项工作的重点是开发一种自主多机器人策略,通过收集有关水特性和障碍物存在的数据来探索未知的水下环境。未知的水下空间是充满敌意的环境,其探索往往是一项复杂、高风险的任务。在这些情况下,使用人类潜水员或载人车辆涉及重大风险和巨大的管理费用。目前用于此类任务的系统通常依赖于由人类操作员控制的远程操作车辆(rov)。与这种方法相关的问题包括雇用训练有素的操作人员的成本相当高,需要在靠近ROV的位置放置有人驾驶车辆,以及操作人员和ROV之间经常出现的通信滞后。这项工作建议使用自主机器人,而不是人类潜水员,这将大大降低成本。同样,与使用单个机器人相比,分布式群体方法将允许对环境进行更快速、更有效的探索。本工作中描述的群体策略基于机器人达尔文粒子群优化(RDPSO),该策略最初是为平面机器人地面应用而设计的。这是第一个将RPSO算法推广到3D应用的研究,重点是水下机器人,与传统的单一ROV方法相比,其目的是提供更高的勘探速度,并提高对单个故障的鲁棒性。
{"title":"A Darwinian Swarm Robotics Strategy Applied to Underwater Exploration","authors":"Nicolas D. Griffiths Sanchez, P. A. Vargas, M. Couceiro","doi":"10.1109/CEC.2018.8477738","DOIUrl":"https://doi.org/10.1109/CEC.2018.8477738","url":null,"abstract":"This work focuses on the development of an autonomous multi-robot strategy to explore unknown underwater environments by collecting data about water properties and the existence of obstacles. Unknown underwater spaces are hostile environments whose exploration is often a complex, high-risk undertaking. The use of human divers or manned vehicles for these scenarios involves significant risk and enormous overheads. The systems currently employed for such tasks usually rely on remotely operated vehicles (ROVs), which are controlled by a human operator. The problems associated with this approach include the considerable costs of hiring a highly trained operator, the required presence of a manned vehicle in close proximity to the ROV, and the lag in communication often experienced between the operator and the ROV. This work proposes the use of autonomous robots, as opposed to human divers, which would enable costs to be substantially reduced. Likewise, a distributed swarm approach would allow the environment to be explored more rapidly and more efficiently than when using a single robot. The swarm strategy described in this work is based on Robotic Darwinian Particle Swarm Optimization (RDPSO), which was initially designed for planar robotic ground applications. This is the first study to generalize the RPSO algorithm for 3D applications, focusing on underwater robotics with the aim of providing a higher exploration speed and improved robustness to individual failures when compared to traditional single ROV approaches.","PeriodicalId":212677,"journal":{"name":"2018 IEEE Congress on Evolutionary Computation (CEC)","volume":"211 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133922422","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 9
A Self-adaptive Artificial Bee Colony Algorithm with Guard Stage for Global Optimization 一种具有全局优化保护阶段的自适应人工蜂群算法
Pub Date : 2018-07-01 DOI: 10.1109/CEC.2018.8477678
Bingyam Mao, Zhijiang Xie, Yongbo Wang, Huapeng Wu, H. Handroos
The artificial bee colony (ABC) algorithm is a heuristic optimization algorithm based on the behavior of honeybee swarms. Inspired by particle swarm optimization (PSO) and differential evolution (DE) algorithms, we propose an improved ABC algorithm, named SAG-ABC, which incorporates a self-adaptive employed bees and guard stage to construct a more efficient algorithm. This algorithm combines the advantages of ABC algorithm, which has good exploration capability and global search ability and ease of implementation with fewer control parameters, DE and PSO algorithm, which exchange information with several individuals and utilize the history best information. The searching strategies in these different swarm intelligent algorithms are presented. The information is exchanged among individuals or elements. For the new SAG-ABC algorithm, the self-adaptive employed bees are guided by the global history best bee to enable search in a wider area. Then the search results are adapted to a smaller area. The guard stage is applied to improve the search performance of the employed bees phase by controlling the frequency with which the employed bees abandon the food source. Comparisons between the PSO algorithm, DE algorithm and ABC algorithm are made based on 16 benchmark functions. The results demonstrate the good performance and searching ability of the proposed algorithm.
人工蜂群算法是一种基于蜂群行为的启发式优化算法。在粒子群算法(PSO)和差分进化算法(DE)的启发下,我们提出了一种改进的ABC算法,命名为SAG-ABC,该算法将自适应雇佣蜜蜂和守卫阶段结合起来,构建了一个更高效的算法。该算法结合了ABC算法具有良好的搜索能力和全局搜索能力以及控制参数少易于实现的优点,结合了DE和PSO算法与多个个体交换信息并利用历史最优信息的优点。给出了不同群体智能算法的搜索策略。信息在个体或元素之间交换。对于新的SAG-ABC算法,自适应雇佣蜜蜂以全球历史最佳蜜蜂为指导,使其能够在更大的区域进行搜索。然后将搜索结果调整到更小的区域。守卫阶段通过控制受雇蜂放弃食物来源的频率来提高受雇蜂阶段的搜索性能。基于16个基准函数,对PSO算法、DE算法和ABC算法进行了比较。结果表明,该算法具有良好的性能和搜索能力。
{"title":"A Self-adaptive Artificial Bee Colony Algorithm with Guard Stage for Global Optimization","authors":"Bingyam Mao, Zhijiang Xie, Yongbo Wang, Huapeng Wu, H. Handroos","doi":"10.1109/CEC.2018.8477678","DOIUrl":"https://doi.org/10.1109/CEC.2018.8477678","url":null,"abstract":"The artificial bee colony (ABC) algorithm is a heuristic optimization algorithm based on the behavior of honeybee swarms. Inspired by particle swarm optimization (PSO) and differential evolution (DE) algorithms, we propose an improved ABC algorithm, named SAG-ABC, which incorporates a self-adaptive employed bees and guard stage to construct a more efficient algorithm. This algorithm combines the advantages of ABC algorithm, which has good exploration capability and global search ability and ease of implementation with fewer control parameters, DE and PSO algorithm, which exchange information with several individuals and utilize the history best information. The searching strategies in these different swarm intelligent algorithms are presented. The information is exchanged among individuals or elements. For the new SAG-ABC algorithm, the self-adaptive employed bees are guided by the global history best bee to enable search in a wider area. Then the search results are adapted to a smaller area. The guard stage is applied to improve the search performance of the employed bees phase by controlling the frequency with which the employed bees abandon the food source. Comparisons between the PSO algorithm, DE algorithm and ABC algorithm are made based on 16 benchmark functions. The results demonstrate the good performance and searching ability of the proposed algorithm.","PeriodicalId":212677,"journal":{"name":"2018 IEEE Congress on Evolutionary Computation (CEC)","volume":"116 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134151066","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
The Hybrid Algorithms Based on Differential Evolution for Satellite Layout Optimization Design 基于差分进化的卫星布局优化设计混合算法
Pub Date : 2018-07-01 DOI: 10.1109/CEC.2018.8477969
Xianqi Chen, Wen Yao, Yong Zhao, Xiaoqian Chen, Jun Zhang, Yazhong Luo
The satellite layout optimization design (SLOD) problem is a kind of three-dimensional layout problems with complex performance constraints and known as a NP-hard problem. To solve SLOD problems efficiently and effectively, two types of hybrid optimization algorithm based on differential evolution (DE) are proposed in this paper. Concerning the design requirements of satellite attitude control subsystem, the SLOD problem is formulated, aiming to improve the overall mass characteristics of satellite. To explore the layout design space globally, the DE algorithm is utilized as the main framework of the proposed hybrid algorithm. Then in order to improve the local exploitation capability and algorithm robustness, sequential quadratic programming (SQP), as a gradient-based method, is combined with DE in two unique ways, comprising two types of hybrid algorithm. In the first type of hybrid algorithm (denoted by DESQP), SQP is performed when iteration process of DE has finished and only the final solution of DE is used as the initial point of SQP, the purpose of which is to locate the most promising area of optimum with DE first and then make a rapid exploitation around the quasi-optimum. In the second type of hybrid algorithm (denoted by DESQPDE), SQP is performed in the specific iteration of DE and all the current-generation population individuals are used as the initial points, the purpose of which is to accelerate the evolution process while holding the diversity of the population and to enhance the robustness. Finally, the efficacy and robustness of the proposed hybrid algorithms are compared with classical DE and also validated by two three-dimensional satellite layout cases with 14 and 40 components, respectively.
卫星布局优化设计(SLOD)问题是一类具有复杂性能约束的三维布局问题,被称为np困难问题。为了高效地解决SLOD问题,本文提出了两种基于差分进化(DE)的混合优化算法。针对卫星姿态控制分系统的设计要求,提出了SLOD问题,旨在提高卫星的整体质量特性。为了在全局范围内探索布局设计空间,将DE算法作为混合算法的主要框架。然后,为了提高局部开发能力和算法的鲁棒性,将序列二次规划(SQP)作为一种基于梯度的方法,以两种独特的方式与遗传算法相结合,构成两种混合算法。在第一类混合算法(DESQP)中,当DE的迭代过程结束时进行SQP,仅将DE的最终解作为SQP的起始点,其目的是首先利用DE找到最有希望的最优区域,然后围绕准最优进行快速开发。第二类混合算法(称为DESQPDE)在DE的特定迭代中进行SQP,并将所有当代种群个体作为初始点,目的是在保持种群多样性的同时加速进化过程,增强鲁棒性。最后,将混合算法的有效性和鲁棒性与经典DE进行了比较,并通过分别包含14个和40个组件的三维卫星布局案例进行了验证。
{"title":"The Hybrid Algorithms Based on Differential Evolution for Satellite Layout Optimization Design","authors":"Xianqi Chen, Wen Yao, Yong Zhao, Xiaoqian Chen, Jun Zhang, Yazhong Luo","doi":"10.1109/CEC.2018.8477969","DOIUrl":"https://doi.org/10.1109/CEC.2018.8477969","url":null,"abstract":"The satellite layout optimization design (SLOD) problem is a kind of three-dimensional layout problems with complex performance constraints and known as a NP-hard problem. To solve SLOD problems efficiently and effectively, two types of hybrid optimization algorithm based on differential evolution (DE) are proposed in this paper. Concerning the design requirements of satellite attitude control subsystem, the SLOD problem is formulated, aiming to improve the overall mass characteristics of satellite. To explore the layout design space globally, the DE algorithm is utilized as the main framework of the proposed hybrid algorithm. Then in order to improve the local exploitation capability and algorithm robustness, sequential quadratic programming (SQP), as a gradient-based method, is combined with DE in two unique ways, comprising two types of hybrid algorithm. In the first type of hybrid algorithm (denoted by DESQP), SQP is performed when iteration process of DE has finished and only the final solution of DE is used as the initial point of SQP, the purpose of which is to locate the most promising area of optimum with DE first and then make a rapid exploitation around the quasi-optimum. In the second type of hybrid algorithm (denoted by DESQPDE), SQP is performed in the specific iteration of DE and all the current-generation population individuals are used as the initial points, the purpose of which is to accelerate the evolution process while holding the diversity of the population and to enhance the robustness. Finally, the efficacy and robustness of the proposed hybrid algorithms are compared with classical DE and also validated by two three-dimensional satellite layout cases with 14 and 40 components, respectively.","PeriodicalId":212677,"journal":{"name":"2018 IEEE Congress on Evolutionary Computation (CEC)","volume":"215 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134540547","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 7
Multi-Objective Optimization for Workflow Scheduling Under Task Selection Policies in Clouds 云环境下任务选择策略下工作流调度的多目标优化
Pub Date : 2018-07-01 DOI: 10.1109/CEC.2018.8477799
H. Shishido, J. C. Estrella, C. Toledo
Cloud computing provides infrastructure for executing workflows that require high processing and storage capacity. Although there are several algorithms for scheduling workflows, few consider security criterion. Algorithms that cover security usually optimize either cost or makespan. However, there are cases where the user would like to choose or evaluate among different solutions that present a trade-off between monetary cost and execution time (makespan) of the workflow. The selection of the tasks, which involve confidential/sensitive data, has to prioritize the safe execution of the workflow. In this paper, we propose a multi-objective optimization for scheduling of workflow tasks in cloud environments by considering cost and makespan under different task selection policies. Extensive experiments in real-world workflows with different policies show that our approach returns several solutions in the Pareto frontier for both cost and makespan. The results revealed a reasonable ability to find Pareto frontiers during the optimization process.
云计算为执行需要高处理和存储容量的工作流提供了基础设施。虽然工作流调度算法有很多,但很少考虑安全标准。涉及安全性的算法通常要么优化成本,要么优化完工时间。然而,在某些情况下,用户希望在不同的解决方案中进行选择或评估,这些解决方案在货币成本和工作流的执行时间(makespan)之间进行权衡。在选择涉及机密/敏感数据的任务时,必须优先考虑工作流的安全执行。本文通过考虑不同任务选择策略下的成本和完工时间,提出了云环境下工作流任务调度的多目标优化方法。在具有不同策略的现实工作流程中进行的大量实验表明,我们的方法在成本和完工时间的帕累托边界都返回了几个解决方案。结果表明,在优化过程中具有一定的Pareto边界查找能力。
{"title":"Multi-Objective Optimization for Workflow Scheduling Under Task Selection Policies in Clouds","authors":"H. Shishido, J. C. Estrella, C. Toledo","doi":"10.1109/CEC.2018.8477799","DOIUrl":"https://doi.org/10.1109/CEC.2018.8477799","url":null,"abstract":"Cloud computing provides infrastructure for executing workflows that require high processing and storage capacity. Although there are several algorithms for scheduling workflows, few consider security criterion. Algorithms that cover security usually optimize either cost or makespan. However, there are cases where the user would like to choose or evaluate among different solutions that present a trade-off between monetary cost and execution time (makespan) of the workflow. The selection of the tasks, which involve confidential/sensitive data, has to prioritize the safe execution of the workflow. In this paper, we propose a multi-objective optimization for scheduling of workflow tasks in cloud environments by considering cost and makespan under different task selection policies. Extensive experiments in real-world workflows with different policies show that our approach returns several solutions in the Pareto frontier for both cost and makespan. The results revealed a reasonable ability to find Pareto frontiers during the optimization process.","PeriodicalId":212677,"journal":{"name":"2018 IEEE Congress on Evolutionary Computation (CEC)","volume":"3 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114783298","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 6
A Biased Random-Key Genetic Algorithm for the Rescue Unit Allocation and Scheduling Problem 一种求解救援单元分配与调度问题的有偏随机密钥遗传算法
Pub Date : 2018-07-01 DOI: 10.1109/CEC.2018.8477819
Victor Cunha, Luciana S. Pessoa, M. Vellasco, R. Tanscheit, M. Pacheco
The occurrence of a disaster brings about damages, destruction, ecological disruption, loss of human life, human suffering, deterioration of health and health service of sufficient magnitude to require external assistance, demanding the mobilization and deployment of emergency rescue units within the affected area, in order to reduce casualties and economic losses. The scheduling of those units is one of the key issues in the emergency response phase and can be seen as a generalization of the unrelated parallel machine scheduling problem with sequence and machine dependent setup. The objective is to minimize the total weighted completion time of the incidents to be attended, where the weight correspond to its severity level. We propose a biased random-key genetic algorithm to tackle this problem, considering fuzzy required processing times for the incidents, and compare the solutions with those generated by a constructive heuristic, from the literature, developed to deal with this problem. Our results show that the genetic algorithm's solutions are 2.17% better than those obtained with the constructive heuristic when applied to instances with up to 40 incidents and 40 rescue units.
灾害的发生造成损害、破坏、生态破坏、人命损失、人类痛苦、健康和保健服务恶化,其严重程度足以需要外部援助,要求在受灾地区动员和部署紧急救援单位,以减少伤亡和经济损失。这些单元的调度是应急响应阶段的关键问题之一,可以看作是具有顺序和机器相关设置的不相关并行机器调度问题的推广。目标是最小化要处理的事件的总加权完成时间,其中权重对应于其严重性级别。我们提出了一个有偏差的随机密钥遗传算法来解决这个问题,考虑到事件的模糊所需处理时间,并将解决方案与从文献中开发的用于处理这个问题的建设性启发式生成的解决方案进行比较。结果表明,在40个事件、40个救援单位的情况下,遗传算法的解比建设性启发式算法的解高2.17%。
{"title":"A Biased Random-Key Genetic Algorithm for the Rescue Unit Allocation and Scheduling Problem","authors":"Victor Cunha, Luciana S. Pessoa, M. Vellasco, R. Tanscheit, M. Pacheco","doi":"10.1109/CEC.2018.8477819","DOIUrl":"https://doi.org/10.1109/CEC.2018.8477819","url":null,"abstract":"The occurrence of a disaster brings about damages, destruction, ecological disruption, loss of human life, human suffering, deterioration of health and health service of sufficient magnitude to require external assistance, demanding the mobilization and deployment of emergency rescue units within the affected area, in order to reduce casualties and economic losses. The scheduling of those units is one of the key issues in the emergency response phase and can be seen as a generalization of the unrelated parallel machine scheduling problem with sequence and machine dependent setup. The objective is to minimize the total weighted completion time of the incidents to be attended, where the weight correspond to its severity level. We propose a biased random-key genetic algorithm to tackle this problem, considering fuzzy required processing times for the incidents, and compare the solutions with those generated by a constructive heuristic, from the literature, developed to deal with this problem. Our results show that the genetic algorithm's solutions are 2.17% better than those obtained with the constructive heuristic when applied to instances with up to 40 incidents and 40 rescue units.","PeriodicalId":212677,"journal":{"name":"2018 IEEE Congress on Evolutionary Computation (CEC)","volume":"55 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114987743","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 9
期刊
2018 IEEE Congress on Evolutionary Computation (CEC)
全部 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