首页 > 最新文献

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

英文 中文
Decomposition Based Multi-Objective Evolutionary Algorithm in XCS for Multi-Objective Reinforcement Learning 基于分解的多目标XCS多目标强化学习进化算法
Pub Date : 2018-07-01 DOI: 10.1109/CEC.2018.8477931
Xiu Cheng, Will N. Browne, Mengjie Zhang
Learning Classifier Systems (LCSs) have been widely used to tackle Reinforcement Learning (RL) problems as they have a good generalization ability and provide a simple understandable rule-based solution. The accuracy-based LCS, XCS, has been most popularly used for single-objective RL problems. As many real-world problems exhibit multiple conflicting objectives recent work has sought to adapt XCS to Multi-Objective Reinforcement Learning (MORL) tasks. However, many of these algorithms need large storage or cannot discover the Pareto Optimal solutions. This is due to the complexity of finding a policy having multiple steps to multiple possible objectives. This paper aims to employ a decomposition strategy based on MOEA/D in XCS to approximate complex Pareto Fronts. In order to achieve multi-objective learning, a new MORL algorithm has been developed based on XCS and MOEA/D. The experimental results show that on complex bi-objective maze problems our MORL algorithm is able to learn a group of Pareto optimal solutions for MORL problems without huge storage. Analysis of the learned policies shows successful trade-offs between the distance to the reward versus the amount of reward itself.
学习分类器系统(LCSs)由于具有良好的泛化能力和提供简单易懂的基于规则的解决方案而被广泛用于解决强化学习(RL)问题。基于精度的LCS (XCS)在单目标强化学习问题中应用最为广泛。由于许多现实世界的问题表现出多个相互冲突的目标,最近的工作试图使XCS适应多目标强化学习(MORL)任务。然而,许多算法需要较大的存储空间或无法发现帕累托最优解。这是由于寻找具有多个可能目标的多个步骤的策略的复杂性。本文旨在利用XCS中基于MOEA/D的分解策略来逼近复杂的Pareto front。为了实现多目标学习,提出了一种基于XCS和MOEA/D的MORL算法。实验结果表明,在复杂的双目标迷宫问题上,该算法能够学习到一组Pareto最优解,而无需大量存储。对学习策略的分析表明,在与奖励的距离和奖励本身的数量之间取得了成功的权衡。
{"title":"Decomposition Based Multi-Objective Evolutionary Algorithm in XCS for Multi-Objective Reinforcement Learning","authors":"Xiu Cheng, Will N. Browne, Mengjie Zhang","doi":"10.1109/CEC.2018.8477931","DOIUrl":"https://doi.org/10.1109/CEC.2018.8477931","url":null,"abstract":"Learning Classifier Systems (LCSs) have been widely used to tackle Reinforcement Learning (RL) problems as they have a good generalization ability and provide a simple understandable rule-based solution. The accuracy-based LCS, XCS, has been most popularly used for single-objective RL problems. As many real-world problems exhibit multiple conflicting objectives recent work has sought to adapt XCS to Multi-Objective Reinforcement Learning (MORL) tasks. However, many of these algorithms need large storage or cannot discover the Pareto Optimal solutions. This is due to the complexity of finding a policy having multiple steps to multiple possible objectives. This paper aims to employ a decomposition strategy based on MOEA/D in XCS to approximate complex Pareto Fronts. In order to achieve multi-objective learning, a new MORL algorithm has been developed based on XCS and MOEA/D. The experimental results show that on complex bi-objective maze problems our MORL algorithm is able to learn a group of Pareto optimal solutions for MORL problems without huge storage. Analysis of the learned policies shows successful trade-offs between the distance to the reward versus the amount of reward itself.","PeriodicalId":212677,"journal":{"name":"2018 IEEE Congress on Evolutionary Computation (CEC)","volume":"159 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":"123081286","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}
引用次数: 1
A New Clustering Algorithm by Using Boundary Information 一种基于边界信息的聚类算法
Pub Date : 2018-07-01 DOI: 10.1109/CEC.2018.8477697
Junkun Zhong, Yuping Wang, Hui Du, Wuning Tong
In view of the shortcomings that many clustering algorithms such as K-means clustering algorithm are not suitable for the non-convex dataset and the Affinity Propagation (AP) algorithm may cluster two adjacent different class points into one class, we proposed a new clustering algorithm by using boundary information. The idea of the proposed algorithm in this paper is as follows: First, use the number of points contained in each point's neighborhood as its density, and consider the points whose density are below the average density as boundary points. Then, count the number of boundary points. If the number of boundary points is larger than a given threshold then clustering is carried out by transfer ideas directly, otherwise boundary points will be regarded as the cluster boundary wall. When the boundary points are encountered in the transitive clustering process, the transfer stopped and selected an unprocessed non-boundary point to start clustering process as above again until all non-boundary points are processed, so as to effectively prevent clustering two adjacent different class points into one class. Because of the clustering of transfer idea, the proposed algorithm is applicable to nonconvex datasets, and different clustering schemes are adopted according to the number of boundary points which increases the applicability of the algorithm. Experimental results on synthetic datasets and standard datasets show that the algorithm proposed in this paper is efficient.
针对K-means聚类算法等众多聚类算法不适用于非凸数据集以及Affinity Propagation (AP)算法可能将两个相邻的不同类点聚为一类的缺点,提出了一种利用边界信息的聚类算法。本文提出的算法思想是:首先,将每个点的邻域所包含的点数作为其密度,将密度低于平均密度的点作为边界点。然后,计算边界点的个数。如果边界点的数量大于给定的阈值,则直接通过转移思想进行聚类,否则将边界点视为聚类的边界墙。当在传递聚类过程中遇到边界点时,停止传递并选择一个未处理的非边界点重新开始上述聚类过程,直到处理完所有非边界点,从而有效地防止相邻的两个不同类点聚为一个类。由于传递思想的聚类,该算法适用于非凸数据集,并根据边界点的数量采用不同的聚类方案,增加了算法的适用性。在综合数据集和标准数据集上的实验结果表明,本文提出的算法是有效的。
{"title":"A New Clustering Algorithm by Using Boundary Information","authors":"Junkun Zhong, Yuping Wang, Hui Du, Wuning Tong","doi":"10.1109/CEC.2018.8477697","DOIUrl":"https://doi.org/10.1109/CEC.2018.8477697","url":null,"abstract":"In view of the shortcomings that many clustering algorithms such as K-means clustering algorithm are not suitable for the non-convex dataset and the Affinity Propagation (AP) algorithm may cluster two adjacent different class points into one class, we proposed a new clustering algorithm by using boundary information. The idea of the proposed algorithm in this paper is as follows: First, use the number of points contained in each point's neighborhood as its density, and consider the points whose density are below the average density as boundary points. Then, count the number of boundary points. If the number of boundary points is larger than a given threshold then clustering is carried out by transfer ideas directly, otherwise boundary points will be regarded as the cluster boundary wall. When the boundary points are encountered in the transitive clustering process, the transfer stopped and selected an unprocessed non-boundary point to start clustering process as above again until all non-boundary points are processed, so as to effectively prevent clustering two adjacent different class points into one class. Because of the clustering of transfer idea, the proposed algorithm is applicable to nonconvex datasets, and different clustering schemes are adopted according to the number of boundary points which increases the applicability of the algorithm. Experimental results on synthetic datasets and standard datasets show that the algorithm proposed in this paper is efficient.","PeriodicalId":212677,"journal":{"name":"2018 IEEE Congress on Evolutionary Computation (CEC)","volume":"32 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":"123227320","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}
引用次数: 1
Selection Methods to Relax Strict Acceptance Condition in Test-Based Coevolution 基于测试的协同进化中放宽严格验收条件的选择方法
Pub Date : 2018-07-01 DOI: 10.1109/CEC.2018.8477934
A. G. Bari, Alessio Gaspar, R. P. Wiegand, Anthony Bucci
The Population-based Pareto Hill Climber (P-PHC) algorithm exemplifies coevolutionary computation approaches that manage a group of candidate solutions both used as a population to explore the underlying search space as well as an archive preserving solutions that meet the adopted solution concept. In some circumstances when parsimonious evaluations are desired, inefficiencies can arise from using the same group of candidate solutions for both purposes. The reliance, in such algorithms, on the otherwise beneficial Pareto dominance concept can create bottlenecks on search progress as most newly generated solutions are non-dominated, and thus appear equally qualified to selection, when compared to the current ones they should eventually replace. We propose new selection conditions that include both Pareto dominated and Pareto non-dominated solutions, as well as other factors to help provide distinctions for selection. The potential benefits of also considering Pareto non-dominated solutions are illustrated by a visualization of the underlying interaction space in terms of levels. In addition, we define some new performance metrics that allow one to compare our various selection methods in terms of ideal evaluation of coevolution. Fewer duplicate solutions are retained in the final generation, thus allowing for more efficient usage of the fixed population size.
基于种群的Pareto Hill Climber (P-PHC)算法举例说明了协同进化计算方法,该方法管理一组候选解决方案,这些解决方案既用作探索底层搜索空间的种群,又用于满足所采用的解决方案概念的存档保存解决方案。在某些情况下,当需要进行简洁的评估时,为两个目的使用同一组候选解决方案可能会导致效率低下。在这样的算法中,对帕累托支配概念的依赖可能会对搜索过程造成瓶颈,因为大多数新生成的解决方案都是非支配的,因此与它们最终应该取代的当前解决方案相比,它们似乎同样适合选择。我们提出了新的选择条件,包括帕累托支配和帕累托非支配的解决方案,以及其他因素,以帮助提供选择的区别。考虑帕累托非主导解决方案的潜在好处,可以通过层次的潜在交互空间的可视化来说明。此外,我们定义了一些新的性能指标,允许人们根据共同进化的理想评估来比较我们的各种选择方法。在最后一代中保留较少的重复解决方案,从而允许更有效地使用固定的种群大小。
{"title":"Selection Methods to Relax Strict Acceptance Condition in Test-Based Coevolution","authors":"A. G. Bari, Alessio Gaspar, R. P. Wiegand, Anthony Bucci","doi":"10.1109/CEC.2018.8477934","DOIUrl":"https://doi.org/10.1109/CEC.2018.8477934","url":null,"abstract":"The Population-based Pareto Hill Climber (P-PHC) algorithm exemplifies coevolutionary computation approaches that manage a group of candidate solutions both used as a population to explore the underlying search space as well as an archive preserving solutions that meet the adopted solution concept. In some circumstances when parsimonious evaluations are desired, inefficiencies can arise from using the same group of candidate solutions for both purposes. The reliance, in such algorithms, on the otherwise beneficial Pareto dominance concept can create bottlenecks on search progress as most newly generated solutions are non-dominated, and thus appear equally qualified to selection, when compared to the current ones they should eventually replace. We propose new selection conditions that include both Pareto dominated and Pareto non-dominated solutions, as well as other factors to help provide distinctions for selection. The potential benefits of also considering Pareto non-dominated solutions are illustrated by a visualization of the underlying interaction space in terms of levels. In addition, we define some new performance metrics that allow one to compare our various selection methods in terms of ideal evaluation of coevolution. Fewer duplicate solutions are retained in the final generation, thus allowing for more efficient usage of the fixed population size.","PeriodicalId":212677,"journal":{"name":"2018 IEEE Congress on Evolutionary Computation (CEC)","volume":"28 5 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":"123418045","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}
引用次数: 5
Genetic Programming for Preprocessing Tandem Mass Spectra to Improve the Reliability of Peptide Identification 遗传规划预处理串联质谱以提高多肽鉴定的可靠性
Pub Date : 2018-07-01 DOI: 10.1109/CEC.2018.8477810
Samaneh Azari, Mengjie Zhang, Bing Xue, Lifeng Peng
Tandem mass spectrometry (MS/MS) is currently the most commonly used technology in proteomics for identifying proteins in complex biological samples. Mass spectrometers can produce a large number of MS/MS spectra each of which has hundreds of peaks. These peaks normally contain background noise, therefore a preprocessing step to filter the noise peaks can improve the accuracy and reliability of peptide identification. This paper proposes to preprocess the data by classifying peaks as noise peaks or signal peaks, i.e., a highly-imbalanced binary classification task, and uses genetic programming (GP) to address this task. The expectation is to increase the peptide identification reliability. Meanwhile, six different types of classification algorithms in addition to GP are used on various imbalance ratios and evaluated in terms of the average accuracy and recall. The GP method appears to be the best in the retention of more signal peaks as examined on a benchmark dataset containing 1, 674 MS/MS spectra. To further evaluate the effectiveness of the GP method, the preprocessed spectral data is submitted to a benchmark de novo sequencing software, PEAKS, to identify the peptides. The results show that the proposed method improves the reliability of peptide identification compared to the original un-preprocessed data and the intensity-based thresholding methods.
串联质谱(MS/MS)是目前蛋白质组学中最常用的技术,用于鉴定复杂生物样品中的蛋白质。质谱仪可以产生大量的MS/MS谱图,每个谱图都有数百个峰。这些峰通常包含背景噪声,因此预处理步骤过滤噪声峰可以提高多肽识别的准确性和可靠性。本文提出对数据进行预处理,将峰值分类为噪声峰值或信号峰值,即一个高度不平衡的二值分类任务,并使用遗传规划(GP)来解决该任务。期望提高多肽鉴定的可靠性。同时,除GP算法外,对不同的不平衡比率使用了6种不同的分类算法,并对其平均准确率和召回率进行了评价。在包含1674个MS/MS谱的基准数据集上,GP方法在保留更多信号峰方面表现最好。为了进一步评估GP方法的有效性,将预处理后的光谱数据提交给基准从头测序软件PEAKS,以识别肽。结果表明,与未经预处理的原始数据和基于强度的阈值方法相比,该方法提高了多肽识别的可靠性。
{"title":"Genetic Programming for Preprocessing Tandem Mass Spectra to Improve the Reliability of Peptide Identification","authors":"Samaneh Azari, Mengjie Zhang, Bing Xue, Lifeng Peng","doi":"10.1109/CEC.2018.8477810","DOIUrl":"https://doi.org/10.1109/CEC.2018.8477810","url":null,"abstract":"Tandem mass spectrometry (MS/MS) is currently the most commonly used technology in proteomics for identifying proteins in complex biological samples. Mass spectrometers can produce a large number of MS/MS spectra each of which has hundreds of peaks. These peaks normally contain background noise, therefore a preprocessing step to filter the noise peaks can improve the accuracy and reliability of peptide identification. This paper proposes to preprocess the data by classifying peaks as noise peaks or signal peaks, i.e., a highly-imbalanced binary classification task, and uses genetic programming (GP) to address this task. The expectation is to increase the peptide identification reliability. Meanwhile, six different types of classification algorithms in addition to GP are used on various imbalance ratios and evaluated in terms of the average accuracy and recall. The GP method appears to be the best in the retention of more signal peaks as examined on a benchmark dataset containing 1, 674 MS/MS spectra. To further evaluate the effectiveness of the GP method, the preprocessed spectral data is submitted to a benchmark de novo sequencing software, PEAKS, to identify the peptides. The results show that the proposed method improves the reliability of peptide identification compared to the original un-preprocessed data and the intensity-based thresholding methods.","PeriodicalId":212677,"journal":{"name":"2018 IEEE Congress on Evolutionary Computation (CEC)","volume":"6 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":"121690008","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
LSHADE44 with an Improved $epsilon$ Constraint-Handling Method for Solving Constrained Single-Objective Optimization Problems 求解约束单目标优化问题的改进$epsilon$约束处理方法LSHADE44
Pub Date : 2018-07-01 DOI: 10.1109/CEC.2018.8477943
Zhun Fan, Yi Fang, Wenji Li, Yutong Yuan, Zhaojun Wang, Xinchao Bian
This paper proposes an improved $epsilon$ constrained handling method (IEpsilon) for solving constrained single-objective optimization problems (CSOPs). The IEpsilon method adaptively adjusts the value of $epsilon$ according to the proportion of feasible solutions in the current population, which has an ability to balance the search between feasible regions and infeasible regions during the evolutionary process. The proposed constrained handling method is embedded to the differential evolutionary algorithm LSHADE44 to solve CSOPs. Furthermore, a new mutation operator DE/randr1*/1 is proposed in the LSHADE44-IEpsilon. In this paper, twenty-eight CSOPs given by “Problem Definitions and Evaluation Criteria for the CEC 2017 Competition on Constrained Real-Parameter Optimization” are tested by the LSHADE44-IEpsilon and four other differential evolution algorithms CAL-SHADE, LSHADE44+IDE, LSHADE44 and UDE. The experimental results show that the LSHADE44-IEpsilon outperforms these compared algorithms, which indicates that the IEpsilon is an effective constraint-handling method to solve the CEC2017 benchmarks.
本文提出一种改进的$epsilon$约束处理方法(IEpsilon),用于求解约束单目标优化问题(csop)。IEpsilon方法根据当前种群中可行解的比例自适应调整$epsilon$的值,具有在进化过程中平衡可行区域和不可行区域搜索的能力。将该约束处理方法嵌入到差分进化算法LSHADE44中求解csp问题。此外,在LSHADE44-IEpsilon中提出了一个新的变异算子DE/randr1*/1。本文通过LSHADE44- iepsilon和其他四种差分进化算法CAL-SHADE、LSHADE44+IDE、LSHADE44和UDE对“CEC 2017约束实参数优化竞赛问题定义和评价标准”给出的28个csop进行了测试。实验结果表明,LSHADE44-IEpsilon算法优于这些比较算法,这表明IEpsilon算法是解决CEC2017基准测试的有效约束处理方法。
{"title":"LSHADE44 with an Improved $epsilon$ Constraint-Handling Method for Solving Constrained Single-Objective Optimization Problems","authors":"Zhun Fan, Yi Fang, Wenji Li, Yutong Yuan, Zhaojun Wang, Xinchao Bian","doi":"10.1109/CEC.2018.8477943","DOIUrl":"https://doi.org/10.1109/CEC.2018.8477943","url":null,"abstract":"This paper proposes an improved $epsilon$ constrained handling method (IEpsilon) for solving constrained single-objective optimization problems (CSOPs). The IEpsilon method adaptively adjusts the value of $epsilon$ according to the proportion of feasible solutions in the current population, which has an ability to balance the search between feasible regions and infeasible regions during the evolutionary process. The proposed constrained handling method is embedded to the differential evolutionary algorithm LSHADE44 to solve CSOPs. Furthermore, a new mutation operator DE/randr1*/1 is proposed in the LSHADE44-IEpsilon. In this paper, twenty-eight CSOPs given by “Problem Definitions and Evaluation Criteria for the CEC 2017 Competition on Constrained Real-Parameter Optimization” are tested by the LSHADE44-IEpsilon and four other differential evolution algorithms CAL-SHADE, LSHADE44+IDE, LSHADE44 and UDE. The experimental results show that the LSHADE44-IEpsilon outperforms these compared algorithms, which indicates that the IEpsilon is an effective constraint-handling method to solve the CEC2017 benchmarks.","PeriodicalId":212677,"journal":{"name":"2018 IEEE Congress on Evolutionary Computation (CEC)","volume":"67 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":"121872391","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}
引用次数: 23
Use of Computational Intelligence for Scheduling of Pumps in Water Distribution Systems: a comparison between optimization algorithms 用水分配系统中水泵调度的计算智能:优化算法的比较
Pub Date : 2018-07-01 DOI: 10.1109/CEC.2018.8477833
Tulio P. Vieira, P. E. M. Almeida, M. Meireles, M. Souza
This work aims to study the operational scheduling of hydraulic pumps in a Treated Water Lift Station (TWLS) using computational intelligence techniques. This scheduling is very important to reduce electricity consumption of TWLS. For the experiments, a typical TWLS composed of two pumps and a reservoir is simulated. The choice of operation periods is obtained to minimize expenses with electrical energy, by means of an optimization task. From the hydraulic power spent, the TWLS electrical consumption is calculated. A factor $lambda$ is used to correlate number of pumps starts and corresponding maintenance costs. An electrical consumption function, adjusted with this maintenance factor, is used as the objective function to be optimized. In this context, two meta-heuristics are compared: Simulated Annealing (SA) and a hybrid instance of Genetic Algorithms (HGA). Both meta-heuristic approaches were chosen because the reduction of energy and maintenance expenses can be seen as a nonlinear optimization problem, in addition to both techniques being used successfully to solve several real World problems. A statistical inference based objective comparison is done between results of both algorithms, and SA showed to achieve better results. After optimizing the activities related to this scheduling, it is possible to verify a reduction of up to 28.0% in electrical energy expenses, when compared to actual non-optimized operation.
本文旨在利用计算智能技术研究处理水提升站(TWLS)液压泵的运行调度。这种调度对降低TWLS的用电量具有重要意义。在实验中,模拟了一个典型的由两个泵和一个水库组成的TWLS。通过优化任务,得到运行周期的选择,以使电能消耗最小化。根据所消耗的液压功率,计算出TWLS的耗电量。因子$lambda$用于关联泵启动数量和相应的维护成本。用电函数经该维护因子调整后,作为待优化的目标函数。在这种情况下,比较了两种元启发式方法:模拟退火(SA)和遗传算法的混合实例(HGA)。之所以选择这两种元启发式方法,是因为能源和维护费用的减少可以被视为一个非线性优化问题,此外,这两种技术都被成功地用于解决几个现实世界的问题。在统计推理的基础上,对两种算法的结果进行了客观比较,结果表明SA的效果更好。在优化了与此调度相关的活动后,与实际的未优化操作相比,可以验证减少高达28.0%的电能费用。
{"title":"Use of Computational Intelligence for Scheduling of Pumps in Water Distribution Systems: a comparison between optimization algorithms","authors":"Tulio P. Vieira, P. E. M. Almeida, M. Meireles, M. Souza","doi":"10.1109/CEC.2018.8477833","DOIUrl":"https://doi.org/10.1109/CEC.2018.8477833","url":null,"abstract":"This work aims to study the operational scheduling of hydraulic pumps in a Treated Water Lift Station (TWLS) using computational intelligence techniques. This scheduling is very important to reduce electricity consumption of TWLS. For the experiments, a typical TWLS composed of two pumps and a reservoir is simulated. The choice of operation periods is obtained to minimize expenses with electrical energy, by means of an optimization task. From the hydraulic power spent, the TWLS electrical consumption is calculated. A factor $lambda$ is used to correlate number of pumps starts and corresponding maintenance costs. An electrical consumption function, adjusted with this maintenance factor, is used as the objective function to be optimized. In this context, two meta-heuristics are compared: Simulated Annealing (SA) and a hybrid instance of Genetic Algorithms (HGA). Both meta-heuristic approaches were chosen because the reduction of energy and maintenance expenses can be seen as a nonlinear optimization problem, in addition to both techniques being used successfully to solve several real World problems. A statistical inference based objective comparison is done between results of both algorithms, and SA showed to achieve better results. After optimizing the activities related to this scheduling, it is possible to verify a reduction of up to 28.0% in electrical energy expenses, when compared to actual non-optimized operation.","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":"125280748","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
Sampling Reference Points on the Pareto Fronts of Benchmark Multi-Objective Optimization Problems 基准多目标优化问题Pareto前沿的抽样参考点
Pub Date : 2018-07-01 DOI: 10.1109/CEC.2018.8477730
Ye Tian, Xiaoshu Xiang, Xing-yi Zhang, Ran Cheng, Yaochu Jin
The effectiveness of evolutionary algorithms have been verified on multi-objective optimization, and a large number of multi-objective evolutionary algorithms have been proposed during the last two decades. To quantitatively compare the performance of different algorithms, a set of uniformly distributed reference points sampled on the Pareto fronts of benchmark problems are needed in the calculation of many performance metrics. However, not much work has been done to investigate the method for sampling reference points on Pareto fronts, even though it is not an easy task for many Pareto fronts with irregular shapes. More recently, an evolutionary multi-objective optimization platform was proposed by us, called PlatEMO, which can automatically generate reference points on each Pareto front and use them to calculate the performance metric values. In this paper, we report the reference point sampling methods used in PlatEMO for different types of Pareto fronts. Experimental results show that the reference points generated by the proposed sampling methods can evaluate the performance of algorithms more accurately than randomly sampled reference points.
进化算法在多目标优化问题上的有效性已经得到了验证,近二十年来出现了大量的多目标进化算法。为了定量比较不同算法的性能,在计算许多性能指标时需要在基准问题的Pareto前沿采样一组均匀分布的参考点。然而,尽管对于许多形状不规则的帕累托锋面来说,采样参考点的方法并不是一件容易的事情,但对帕累托锋面的采样方法的研究还不多。最近,我们提出了一种进化的多目标优化平台,称为PlatEMO,它可以自动生成每个Pareto前沿的参考点并使用它们计算性能度量值。在本文中,我们报告了PlatEMO中用于不同类型帕累托锋面的参考点采样方法。实验结果表明,与随机抽样的参考点相比,该方法生成的参考点能更准确地评价算法的性能。
{"title":"Sampling Reference Points on the Pareto Fronts of Benchmark Multi-Objective Optimization Problems","authors":"Ye Tian, Xiaoshu Xiang, Xing-yi Zhang, Ran Cheng, Yaochu Jin","doi":"10.1109/CEC.2018.8477730","DOIUrl":"https://doi.org/10.1109/CEC.2018.8477730","url":null,"abstract":"The effectiveness of evolutionary algorithms have been verified on multi-objective optimization, and a large number of multi-objective evolutionary algorithms have been proposed during the last two decades. To quantitatively compare the performance of different algorithms, a set of uniformly distributed reference points sampled on the Pareto fronts of benchmark problems are needed in the calculation of many performance metrics. However, not much work has been done to investigate the method for sampling reference points on Pareto fronts, even though it is not an easy task for many Pareto fronts with irregular shapes. More recently, an evolutionary multi-objective optimization platform was proposed by us, called PlatEMO, which can automatically generate reference points on each Pareto front and use them to calculate the performance metric values. In this paper, we report the reference point sampling methods used in PlatEMO for different types of Pareto fronts. Experimental results show that the reference points generated by the proposed sampling methods can evaluate the performance of algorithms more accurately than randomly sampled reference points.","PeriodicalId":212677,"journal":{"name":"2018 IEEE Congress on Evolutionary Computation (CEC)","volume":"15 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":"125376879","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}
引用次数: 64
An Experimental Study on Hyper-parameter Optimization for Stacked Auto-Encoders 堆叠式自编码器超参数优化的实验研究
Pub Date : 2018-07-01 DOI: 10.1109/CEC.2018.8477921
Y. Sun, Bing Xue, Mengjie Zhang, G. Yen
Deep learning algorithms have shown their superiority especially in addressing challenging machine learning tasks. The best performance of deep learning algorithms can be reached only when their hyper-parameters have been successfully optimized. However, the hyper-parameter optimization problem is non-convex and non-differentiable, and traditional optimization algorithms are incapable of addressing them well. Evolutionary algorithms are a class of meta-heuristic search algorithms, preferred for optimizing real-world problems due largely to their no mathematical requirements on the problems to be optimized. Although most researchers from the community of deep learning are aware of the effectiveness of evolutionary algorithms in optimizing the hyper-parameters of deep learning algorithms, they still believe that the grid search method is more effective when the number of hyper-parameters is small. To clarify this, we design a hyper-parameter optimization method by using particle swarm optimization that is a widely used evolutionary algorithm, to perform 192 experimental comparisons for stacked auto-encoders that are a class of deep learning algorithms with a relative small number of hyper-parameters, investigate and compare the classification accuracy and computational complexity with those of the grid search method on eight widely used image classification benchmark datasets. The experimental results show that the proposed algorithm can achieve the comparative classification accuracy but saving 10x-100x computational complexity compared with the grid search method.
深度学习算法已经显示出其优势,特别是在解决具有挑战性的机器学习任务方面。深度学习算法只有在其超参数被成功优化后才能达到最佳性能。然而,超参数优化问题是非凸不可微的,传统的优化算法无法很好地解决这一问题。进化算法是一类元启发式搜索算法,主要用于优化现实世界的问题,因为它们对要优化的问题没有数学要求。虽然深度学习界的大多数研究者都意识到进化算法在优化深度学习算法超参数方面的有效性,但他们仍然认为网格搜索方法在超参数数量较少时更有效。为了澄清这一点,我们利用广泛使用的进化算法粒子群优化设计了一种超参数优化方法,对超参数相对较少的深度学习算法堆叠自编码器进行了192次实验比较,并在8个广泛使用的图像分类基准数据集上研究了分类精度和计算复杂度与网格搜索方法的比较。实验结果表明,与网格搜索方法相比,该算法在达到比较分类精度的同时,节省了10 -100倍的计算量。
{"title":"An Experimental Study on Hyper-parameter Optimization for Stacked Auto-Encoders","authors":"Y. Sun, Bing Xue, Mengjie Zhang, G. Yen","doi":"10.1109/CEC.2018.8477921","DOIUrl":"https://doi.org/10.1109/CEC.2018.8477921","url":null,"abstract":"Deep learning algorithms have shown their superiority especially in addressing challenging machine learning tasks. The best performance of deep learning algorithms can be reached only when their hyper-parameters have been successfully optimized. However, the hyper-parameter optimization problem is non-convex and non-differentiable, and traditional optimization algorithms are incapable of addressing them well. Evolutionary algorithms are a class of meta-heuristic search algorithms, preferred for optimizing real-world problems due largely to their no mathematical requirements on the problems to be optimized. Although most researchers from the community of deep learning are aware of the effectiveness of evolutionary algorithms in optimizing the hyper-parameters of deep learning algorithms, they still believe that the grid search method is more effective when the number of hyper-parameters is small. To clarify this, we design a hyper-parameter optimization method by using particle swarm optimization that is a widely used evolutionary algorithm, to perform 192 experimental comparisons for stacked auto-encoders that are a class of deep learning algorithms with a relative small number of hyper-parameters, investigate and compare the classification accuracy and computational complexity with those of the grid search method on eight widely used image classification benchmark datasets. The experimental results show that the proposed algorithm can achieve the comparative classification accuracy but saving 10x-100x computational complexity compared with the grid search method.","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":"125562667","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}
引用次数: 35
Cluster-Guided Genetic Algorithm for Distributed Data-intensive Web Service Composition 分布式数据密集型Web服务组合的集群引导遗传算法
Pub Date : 2018-07-01 DOI: 10.1109/CEC.2018.8477729
Soheila Sadeghiram, Hui Ma, Gang Chen
Automatic Web service composition has received much interest in the last decades. Data-intensive concepts have provided a promising computing paradigm for data-intensive Web service composition. Due to the complexity of the problem, metaheuristics in particular Evolutionary Computing (EC) techniques have been used for solving this composition problem. However, most of the current works neglected the distributed nature of data-intensive Web services. In this paper, we study the problem of distributed data-intensive service composition and propose a model which integrates attributes of constituent data-intensive Web services and attributes of the network. The core idea is to propose a communication cost and time model of a composed Web service considering communication delay and cost. We therefore propose a novel method based on Genetic Algorithm (GA) which uses a variation of K-means clustering algorithm.
自动Web服务组合在过去几十年中受到了广泛关注。数据密集型概念为数据密集型Web服务组合提供了一种很有前途的计算范式。由于问题的复杂性,元启发式特别是进化计算(EC)技术已被用于解决该组合问题。然而,目前的大多数工作都忽略了数据密集型Web服务的分布式特性。本文研究了分布式数据密集型Web服务的组合问题,提出了一个将组成数据密集型Web服务的属性与网络属性相结合的模型。其核心思想是提出一个考虑通信延迟和成本的组合Web服务的通信成本和时间模型。因此,我们提出了一种基于遗传算法(GA)的新方法,该方法使用k均值聚类算法的变体。
{"title":"Cluster-Guided Genetic Algorithm for Distributed Data-intensive Web Service Composition","authors":"Soheila Sadeghiram, Hui Ma, Gang Chen","doi":"10.1109/CEC.2018.8477729","DOIUrl":"https://doi.org/10.1109/CEC.2018.8477729","url":null,"abstract":"Automatic Web service composition has received much interest in the last decades. Data-intensive concepts have provided a promising computing paradigm for data-intensive Web service composition. Due to the complexity of the problem, metaheuristics in particular Evolutionary Computing (EC) techniques have been used for solving this composition problem. However, most of the current works neglected the distributed nature of data-intensive Web services. In this paper, we study the problem of distributed data-intensive service composition and propose a model which integrates attributes of constituent data-intensive Web services and attributes of the network. The core idea is to propose a communication cost and time model of a composed Web service considering communication delay and cost. We therefore propose a novel method based on Genetic Algorithm (GA) which uses a variation of K-means clustering algorithm.","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":"129250741","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}
引用次数: 17
Predicting Diabetes Onset: An Ensemble Supervised Learning Approach 预测糖尿病发病:一种集成监督学习方法
Pub Date : 2018-07-01 DOI: 10.1109/CEC.2018.8477663
N. Nnamoko, A. Hussain, D. England
An exploratory research is presented to gauge the impact of feature selection on heterogeneous ensembles. The task is to predict diabetes onset with healthcare data obtained from UC Irvine (VCI) database. Evidence suggests that accuracy and diversity are the two vital requirements to achieve good ensembles. Therefore, the research presented in this paper exploits diversity from heterogeneous base classifiers; and the optimisation effect of feature subset selection in order to improve accuracy. Five widely used classifiers are employed for the ensembles and a meta-classifier is used to aggregate their outputs. The results are presented and compared with similar studies that used the same dataset within the literature. It is shown that by using the proposed method, diabetes onset prediction can be done with higher accuracy.
提出了一项探索性研究,以衡量特征选择对异构集成的影响。任务是通过从加州大学欧文分校(VCI)数据库获得的医疗数据来预测糖尿病的发病。有证据表明,准确性和多样性是实现良好组合的两个重要要求。因此,本文的研究利用了异构基分类器的多样性;以及特征子集选择的优化效果,以提高准确率。五种广泛使用的分类器用于集成,并使用元分类器对其输出进行聚合。将结果与文献中使用相同数据集的类似研究进行比较。结果表明,该方法能较好地预测糖尿病的发病情况。
{"title":"Predicting Diabetes Onset: An Ensemble Supervised Learning Approach","authors":"N. Nnamoko, A. Hussain, D. England","doi":"10.1109/CEC.2018.8477663","DOIUrl":"https://doi.org/10.1109/CEC.2018.8477663","url":null,"abstract":"An exploratory research is presented to gauge the impact of feature selection on heterogeneous ensembles. The task is to predict diabetes onset with healthcare data obtained from UC Irvine (VCI) database. Evidence suggests that accuracy and diversity are the two vital requirements to achieve good ensembles. Therefore, the research presented in this paper exploits diversity from heterogeneous base classifiers; and the optimisation effect of feature subset selection in order to improve accuracy. Five widely used classifiers are employed for the ensembles and a meta-classifier is used to aggregate their outputs. The results are presented and compared with similar studies that used the same dataset within the literature. It is shown that by using the proposed method, diabetes onset prediction can be done with higher accuracy.","PeriodicalId":212677,"journal":{"name":"2018 IEEE Congress on Evolutionary Computation (CEC)","volume":"14 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":"129293925","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}
引用次数: 18
期刊
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