首页 > 最新文献

The 2003 Congress on Evolutionary Computation, 2003. CEC '03.最新文献

英文 中文
Adaptive temperature schedule determined by genetic algorithm for parallel simulated annealing 用遗传算法确定并行模拟退火的自适应温度调度
Pub Date : 2003-12-08 DOI: 10.1109/CEC.2003.1299611
M. Miki, T. Hiroyasu, Jun Wako, T. Yoshida
Simulated annealing (SA) is an effective general heuristic method for solving many combinatorial optimization problems. This paper deals with two problems in SA. One is the long computational time of the numerical annealings, and the solution to it is the parallel processing of SA. The other one is the determination of the appropriate temperature schedule in SA, and the solution to it is the introduction of an adaptive mechanism for changing the temperature. The multiple SA processes are performed in multiple processors, and the temperatures in the SA processes are determined by genetic algorithm. The proposed method is applied to solve many TSPs (travelling salesman problems) and JSPs (jobshop scheduling problems), and it is found that the method is very useful and effective.
模拟退火(SA)是求解组合优化问题的一种有效的通用启发式方法。本文讨论了SA中的两个问题。一是数值退火计算时间长,解决这一问题的方法是对SA进行并行处理。另一个问题是在SA中确定合适的温度计划,解决这个问题的方法是引入一种自适应的温度变化机制。多个SA进程在多个处理器中执行,SA进程中的温度由遗传算法确定。将该方法应用于许多旅行商问题(tsp)和作业车间调度问题(jsp)的求解,结果表明该方法是非常实用和有效的。
{"title":"Adaptive temperature schedule determined by genetic algorithm for parallel simulated annealing","authors":"M. Miki, T. Hiroyasu, Jun Wako, T. Yoshida","doi":"10.1109/CEC.2003.1299611","DOIUrl":"https://doi.org/10.1109/CEC.2003.1299611","url":null,"abstract":"Simulated annealing (SA) is an effective general heuristic method for solving many combinatorial optimization problems. This paper deals with two problems in SA. One is the long computational time of the numerical annealings, and the solution to it is the parallel processing of SA. The other one is the determination of the appropriate temperature schedule in SA, and the solution to it is the introduction of an adaptive mechanism for changing the temperature. The multiple SA processes are performed in multiple processors, and the temperatures in the SA processes are determined by genetic algorithm. The proposed method is applied to solve many TSPs (travelling salesman problems) and JSPs (jobshop scheduling problems), and it is found that the method is very useful and effective.","PeriodicalId":416243,"journal":{"name":"The 2003 Congress on Evolutionary Computation, 2003. CEC '03.","volume":"69 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2003-12-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128429239","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}
引用次数: 16
Saving computational effort in genetic programming by means of plagues 利用瘟疫节省遗传规划的计算量
Pub Date : 2003-12-08 DOI: 10.1109/CEC.2003.1299924
F. Fernández, M. Tomassini, L. Vanneschi
A new technique for saving computing resources when using genetic programming is presented in this work. Instead of directly fighting bloat $the main factor explaining the large computational cost required for the evaluation of generations - by acting on individuals, we apply a new operator to the whole population: the plague. By removing some individuals every generation, we compensate for the increase in size of individuals, thus saving computing time when looking for solutions.
提出了一种利用遗传规划节省计算资源的新方法。我们没有直接与膨胀(解释世代评估所需的大量计算成本的主要因素)作斗争,而是对个体采取行动,我们对整个种群应用了一个新的算子:瘟疫。通过每代删除一些个体,我们补偿了个体大小的增加,从而节省了寻找解决方案时的计算时间。
{"title":"Saving computational effort in genetic programming by means of plagues","authors":"F. Fernández, M. Tomassini, L. Vanneschi","doi":"10.1109/CEC.2003.1299924","DOIUrl":"https://doi.org/10.1109/CEC.2003.1299924","url":null,"abstract":"A new technique for saving computing resources when using genetic programming is presented in this work. Instead of directly fighting bloat $the main factor explaining the large computational cost required for the evaluation of generations - by acting on individuals, we apply a new operator to the whole population: the plague. By removing some individuals every generation, we compensate for the increase in size of individuals, thus saving computing time when looking for solutions.","PeriodicalId":416243,"journal":{"name":"The 2003 Congress on Evolutionary Computation, 2003. CEC '03.","volume":"44 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2003-12-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127497410","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}
引用次数: 34
Evolving aesthetic images using multiobjective optimization 基于多目标优化的美学图像演化
Pub Date : 2003-12-08 DOI: 10.1109/CEC.2003.1299906
G. Greenfield
We consider the problem of using evolutionary multiobjective optimization to evolve visual imagery. In our method, images (phenomes) are generated from expressions (genomes), and then color segmented so that they can be evaluated under a number of different aesthetic criteria. Our principal task is to formulate fitness functions that make the best use of these elementary aesthetic components. We demonstrate the benefits obtained from using more than one objective function. We also discuss technical issues that arose as a consequence of treating our computational aesthetics problem as a "real-world" application of evolutionary multiobjective optimization.
我们考虑了使用进化多目标优化来进化视觉图像的问题。在我们的方法中,图像(现象)是从表达式(基因组)生成的,然后进行颜色分割,以便可以在许多不同的美学标准下对它们进行评估。我们的主要任务是制定适应度函数,以充分利用这些基本的美学成分。我们演示了使用多个目标函数所获得的好处。我们还讨论了由于将计算美学问题视为进化多目标优化的“现实世界”应用而产生的技术问题。
{"title":"Evolving aesthetic images using multiobjective optimization","authors":"G. Greenfield","doi":"10.1109/CEC.2003.1299906","DOIUrl":"https://doi.org/10.1109/CEC.2003.1299906","url":null,"abstract":"We consider the problem of using evolutionary multiobjective optimization to evolve visual imagery. In our method, images (phenomes) are generated from expressions (genomes), and then color segmented so that they can be evaluated under a number of different aesthetic criteria. Our principal task is to formulate fitness functions that make the best use of these elementary aesthetic components. We demonstrate the benefits obtained from using more than one objective function. We also discuss technical issues that arose as a consequence of treating our computational aesthetics problem as a \"real-world\" application of evolutionary multiobjective optimization.","PeriodicalId":416243,"journal":{"name":"The 2003 Congress on Evolutionary Computation, 2003. CEC '03.","volume":"8 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2003-12-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128895731","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}
引用次数: 30
A modified genetic algorithm for optimal electrical distribution network reconfiguration 配电网优化重构的改进遗传算法
Pub Date : 2003-12-08 DOI: 10.1109/CEC.2003.1299844
B. Radha, R. King, H. Rughooputh
Network reconfiguration in distribution systems is realised by changing the status of sectionalizing switches and is usually done for loss reduction. The distribution reconfiguration belongs to a complex combinatorial optimization problem. This is because there are multiple constraints, which must not be violated while finding an optimal or near-optimal solution to the distribution network reconfiguration problem. An exhaustive search can definitely find the optimal solution but is computationally intensive. Moreover, solution produced by other heuristic search techniques often produce local optima. Consequently, to solve the problem with implementation simplicity, computation efficiency, solution feasibility and optimality, an improved method based on a modified genetic algorithm (GA) with real valued genes and an adaptive mutation rate is used. The distribution network reconfiguration (DNRC) model, in which the objective is to minimize the system power loss, is presented in this paper with application to 16-bus, 33-bus systems and a real distribution network of Mauritius.
配电系统中的网络重构是通过改变分网开关的状态来实现的,通常是为了减少损耗。分布重构属于一个复杂的组合优化问题。这是因为在寻找配电网重构问题的最优或接近最优解决方案时,存在多个约束,不能违反这些约束。穷举搜索肯定能找到最优解,但计算量很大。此外,其他启发式搜索技术产生的解往往产生局部最优。因此,为了使问题实现简单、计算效率高、解可行且最优,采用了一种基于实数基因和自适应突变率的改进遗传算法(GA)。本文以毛里求斯16总线、33总线系统和实际配电网为例,提出了以系统功率损耗最小为目标的配电网重构模型。
{"title":"A modified genetic algorithm for optimal electrical distribution network reconfiguration","authors":"B. Radha, R. King, H. Rughooputh","doi":"10.1109/CEC.2003.1299844","DOIUrl":"https://doi.org/10.1109/CEC.2003.1299844","url":null,"abstract":"Network reconfiguration in distribution systems is realised by changing the status of sectionalizing switches and is usually done for loss reduction. The distribution reconfiguration belongs to a complex combinatorial optimization problem. This is because there are multiple constraints, which must not be violated while finding an optimal or near-optimal solution to the distribution network reconfiguration problem. An exhaustive search can definitely find the optimal solution but is computationally intensive. Moreover, solution produced by other heuristic search techniques often produce local optima. Consequently, to solve the problem with implementation simplicity, computation efficiency, solution feasibility and optimality, an improved method based on a modified genetic algorithm (GA) with real valued genes and an adaptive mutation rate is used. The distribution network reconfiguration (DNRC) model, in which the objective is to minimize the system power loss, is presented in this paper with application to 16-bus, 33-bus systems and a real distribution network of Mauritius.","PeriodicalId":416243,"journal":{"name":"The 2003 Congress on Evolutionary Computation, 2003. CEC '03.","volume":"84 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2003-12-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132411725","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}
引用次数: 31
Group selection and its application to constrained evolutionary optimization 群体选择及其在约束进化优化中的应用
Pub Date : 2003-12-08 DOI: 10.1109/CEC.2003.1299642
Ming Chang, K. Ohkura, K. Ueda, M. Sugiyama
Multilevel selection theory views natural selection as hierarchy process that acts on any level of biological organizations whenever there exist heritable variation in fitness among units of that level. In this paper, selection schemes of evolutionary algorithms (EAs) are reconsidered from the point of view of the theory, and a novel constraint handling method is introduced in which a two-level selection process, namely within-group selection and between-group selection, is modeled to keep right balance between objective and penalty functions. The method is implemented on 3 group selection models that possessing different population structures and tested using (/spl mu/, /spl lambda/)-evolution strategies on a set of 13 benchmark problems. We show that a proper understanding of multilevel selection theory will help us to design EAs and might also enable us to challenge the old problems from a new angle.
多层次选择理论认为,自然选择是一种等级过程,它作用于任何水平的生物组织,只要该水平上的单位之间存在可遗传的适应度变异。本文从理论的角度对进化算法的选择方案进行了重新思考,并引入了一种新的约束处理方法,该方法采用两级选择过程,即群内选择和群间选择,以保持目标函数和惩罚函数之间的适当平衡。该方法在具有不同种群结构的3个群体选择模型上实现,并在13个基准问题上使用(/spl mu/, /spl lambda/)进化策略进行了测试。研究表明,正确理解多层次选择理论将有助于我们设计ea,也可能使我们能够从新的角度挑战老问题。
{"title":"Group selection and its application to constrained evolutionary optimization","authors":"Ming Chang, K. Ohkura, K. Ueda, M. Sugiyama","doi":"10.1109/CEC.2003.1299642","DOIUrl":"https://doi.org/10.1109/CEC.2003.1299642","url":null,"abstract":"Multilevel selection theory views natural selection as hierarchy process that acts on any level of biological organizations whenever there exist heritable variation in fitness among units of that level. In this paper, selection schemes of evolutionary algorithms (EAs) are reconsidered from the point of view of the theory, and a novel constraint handling method is introduced in which a two-level selection process, namely within-group selection and between-group selection, is modeled to keep right balance between objective and penalty functions. The method is implemented on 3 group selection models that possessing different population structures and tested using (/spl mu/, /spl lambda/)-evolution strategies on a set of 13 benchmark problems. We show that a proper understanding of multilevel selection theory will help us to design EAs and might also enable us to challenge the old problems from a new angle.","PeriodicalId":416243,"journal":{"name":"The 2003 Congress on Evolutionary Computation, 2003. CEC '03.","volume":"192 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2003-12-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132862747","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
A coevolutionary multi-objective evolutionary algorithm 一种协同进化的多目标进化算法
Pub Date : 2003-12-08 DOI: 10.1109/CEC.2003.1299614
C. Coello, M. Sierra
In this paper, we propose a first version of a multi-objective evolutionary algorithm that incorporates some coevolutionary concepts. The primary design goal of the proposed approach is to reduce the total number of objective function evaluations required to produce a reasonable good approximation of the true Pareto front of a problem. The main idea of the proposed approach is to concentrate the search effort on promising regions that arise during the evolutionary process as a byproduct of a mechanism that subdivides decision variable space based on an estimate of the relative importance of each decision variable. The proposed approach is validated using several test functions taken from the specialized literature and it is compared with respect to three approaches that are representative of the state-of-the-art in evolutionary multiobjective optimization.
在本文中,我们提出了一个包含一些共同进化概念的多目标进化算法的第一个版本。所提出的方法的主要设计目标是减少产生问题的真正帕累托前沿的合理良好近似值所需的目标函数评估的总数。所提出的方法的主要思想是将搜索工作集中在进化过程中出现的有希望的区域上,这些区域是基于每个决策变量的相对重要性估计细分决策变量空间的机制的副产品。所提出的方法使用来自专业文献的几个测试函数进行了验证,并与代表进化多目标优化中最先进的三种方法进行了比较。
{"title":"A coevolutionary multi-objective evolutionary algorithm","authors":"C. Coello, M. Sierra","doi":"10.1109/CEC.2003.1299614","DOIUrl":"https://doi.org/10.1109/CEC.2003.1299614","url":null,"abstract":"In this paper, we propose a first version of a multi-objective evolutionary algorithm that incorporates some coevolutionary concepts. The primary design goal of the proposed approach is to reduce the total number of objective function evaluations required to produce a reasonable good approximation of the true Pareto front of a problem. The main idea of the proposed approach is to concentrate the search effort on promising regions that arise during the evolutionary process as a byproduct of a mechanism that subdivides decision variable space based on an estimate of the relative importance of each decision variable. The proposed approach is validated using several test functions taken from the specialized literature and it is compared with respect to three approaches that are representative of the state-of-the-art in evolutionary multiobjective optimization.","PeriodicalId":416243,"journal":{"name":"The 2003 Congress on Evolutionary Computation, 2003. CEC '03.","volume":"61 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2003-12-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132094614","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}
引用次数: 65
Hybrid evolutionary algorithms based on PSO and GA 基于粒子群算法和遗传算法的混合进化算法
Pub Date : 2003-12-08 DOI: 10.1109/CEC.2003.1299387
Xiaohu Shi, Y. H. Lu, Chunguang Zhou, H. Lee, W. Z. Lin, Yanchun Liang
Inspired by the idea of genetic algorithm, we propose two hybrid evolutionary algorithms based on PSO and GA methods through crossing over the PSO and GA algorithms. The main ideas of the two proposed methods are to integrate PSO and GA methods in parallel and series forms respectively. Simulations for a series of benchmark test functions show that both of the two proposed methods possess better ability to find the global optimum than that of the standard PSO algorithm.
受遗传算法思想的启发,通过对粒子群算法和遗传算法的交叉,提出了两种基于粒子群算法和遗传算法的混合进化算法。提出的两种方法的主要思想是将粒子群算法和遗传算法分别以并联和串联形式进行整合。对一系列基准测试函数的仿真表明,两种方法都比标准粒子群算法具有更好的全局寻优能力。
{"title":"Hybrid evolutionary algorithms based on PSO and GA","authors":"Xiaohu Shi, Y. H. Lu, Chunguang Zhou, H. Lee, W. Z. Lin, Yanchun Liang","doi":"10.1109/CEC.2003.1299387","DOIUrl":"https://doi.org/10.1109/CEC.2003.1299387","url":null,"abstract":"Inspired by the idea of genetic algorithm, we propose two hybrid evolutionary algorithms based on PSO and GA methods through crossing over the PSO and GA algorithms. The main ideas of the two proposed methods are to integrate PSO and GA methods in parallel and series forms respectively. Simulations for a series of benchmark test functions show that both of the two proposed methods possess better ability to find the global optimum than that of the standard PSO algorithm.","PeriodicalId":416243,"journal":{"name":"The 2003 Congress on Evolutionary Computation, 2003. CEC '03.","volume":"26 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2003-12-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132134854","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}
引用次数: 95
Application of neuro-fuzzy technique to the bandwidth reservation for sectored cellular communications 神经模糊技术在分区蜂窝通信带宽保留中的应用
Pub Date : 2003-12-08 DOI: 10.1109/CEC.2003.1299770
Chenn-Jung Huang, W. Lai
Many mechanisms based on bandwidth reservation have been proposed in the literature to decrease connection blocking probability and connection dropping probability in cellular communications. The handoff events occur at a much higher rate in sectored cellular networks than in traditional cellular systems. An efficient bandwidth reservation mechanism for the neighboring cells is therefore critical in the process of handoff during the connection of multimedia calls to avoid the unwillingly forced termination and waste of limited bandwidth in the sectored cellular communications, particularly when the handoff traffic is heavy. A self-adaptive bandwidth reservation scheme which employs a neural fuzzy bandwidth-reserving estimator, is proposed, and the simulation results show that our scheme can achieve superior performance than traditional fixed bandwidth-reserving scheme in sectored cellular networks when performance metrics are measured in terms of the new call blocking probability and the forced termination probability.
文献中提出了许多基于带宽保留的机制来降低蜂窝通信中的连接阻塞概率和连接丢失概率。在扇区蜂窝网络中,切换事件发生的频率比在传统蜂窝系统中要高得多。因此,在多媒体呼叫连接的切换过程中,有效的相邻小区带宽保留机制至关重要,以避免不情愿的强制终止和浪费扇区小区通信中有限的带宽,特别是在切换流量很大的情况下。提出了一种采用神经模糊带宽保留估计器的自适应带宽保留方案,仿真结果表明,当以新的呼叫阻塞概率和强制终止概率衡量性能指标时,该方案在扇形蜂窝网络中比传统的固定带宽保留方案具有更好的性能。
{"title":"Application of neuro-fuzzy technique to the bandwidth reservation for sectored cellular communications","authors":"Chenn-Jung Huang, W. Lai","doi":"10.1109/CEC.2003.1299770","DOIUrl":"https://doi.org/10.1109/CEC.2003.1299770","url":null,"abstract":"Many mechanisms based on bandwidth reservation have been proposed in the literature to decrease connection blocking probability and connection dropping probability in cellular communications. The handoff events occur at a much higher rate in sectored cellular networks than in traditional cellular systems. An efficient bandwidth reservation mechanism for the neighboring cells is therefore critical in the process of handoff during the connection of multimedia calls to avoid the unwillingly forced termination and waste of limited bandwidth in the sectored cellular communications, particularly when the handoff traffic is heavy. A self-adaptive bandwidth reservation scheme which employs a neural fuzzy bandwidth-reserving estimator, is proposed, and the simulation results show that our scheme can achieve superior performance than traditional fixed bandwidth-reserving scheme in sectored cellular networks when performance metrics are measured in terms of the new call blocking probability and the forced termination probability.","PeriodicalId":416243,"journal":{"name":"The 2003 Congress on Evolutionary Computation, 2003. CEC '03.","volume":"2 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2003-12-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130892530","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
An investigation on piece differential information in co-evolution on games using Kalah 利用卡拉法研究博弈协同进化中的棋子微分信息
Pub Date : 2003-12-08 DOI: 10.1109/CEC.2003.1299868
Wee-Chong Oon, Yew Jin Lim
This paper describes a series of experiments using co-evolution of artificial neural networks on a game called Kalah. The technique employed closely follows the one used by Chellapilla and Fogel to evolve the successful checkers program Anaconda. The experiments aim to provide insight on the effect of including piece differential information, a basic yet crucial piece of expert knowledge, into the neural network inputs.
本文描述了在一款名为Kalah的游戏中使用人工神经网络的协同进化进行的一系列实验。所采用的技术与Chellapilla和Fogel开发成功的跳棋程序Anaconda的技术非常相似。这些实验旨在深入了解将片段差分信息(一种基本但至关重要的专家知识)纳入神经网络输入的效果。
{"title":"An investigation on piece differential information in co-evolution on games using Kalah","authors":"Wee-Chong Oon, Yew Jin Lim","doi":"10.1109/CEC.2003.1299868","DOIUrl":"https://doi.org/10.1109/CEC.2003.1299868","url":null,"abstract":"This paper describes a series of experiments using co-evolution of artificial neural networks on a game called Kalah. The technique employed closely follows the one used by Chellapilla and Fogel to evolve the successful checkers program Anaconda. The experiments aim to provide insight on the effect of including piece differential information, a basic yet crucial piece of expert knowledge, into the neural network inputs.","PeriodicalId":416243,"journal":{"name":"The 2003 Congress on Evolutionary Computation, 2003. CEC '03.","volume":"3 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2003-12-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129001152","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
Towards effective subspace clustering with an evolutionary algorithm 基于进化算法的有效子空间聚类
Pub Date : 2003-12-08 DOI: 10.1109/CEC.2003.1299749
I. Sarafis, P. Trinder, A. Zalzala
We propose a new evolutionary algorithm for subspace clustering in very large and high-dimensional databases. The design includes task-specific coding and genetic operators, along with a nonrandom initialization procedure. Experimental results show that the algorithm scales almost linearly with the size and dimensionality of the database as well as the dimensionality of the hidden clusters. Our algorithm is able to discover clusters of different densities embedded in both low and high dimensional subspaces of the original space. Finally, the discovered knowledge is presented in the form of nonoverlapping clustering rules where only those features relevant to the clustering are reported. These two properties contributes to the relatively high comprehensibility of the clustering output.
我们提出了一种新的进化算法用于超大高维数据库中的子空间聚类。该设计包括特定任务的编码和遗传操作符,以及非随机初始化过程。实验结果表明,该算法与数据库的大小、维数以及隐藏聚类的维数几乎呈线性关系。我们的算法能够在原始空间的低维和高维子空间中发现不同密度的聚类。最后,发现的知识以非重叠聚类规则的形式呈现,其中仅报告与聚类相关的特征。这两个特性使得聚类输出具有较高的可理解性。
{"title":"Towards effective subspace clustering with an evolutionary algorithm","authors":"I. Sarafis, P. Trinder, A. Zalzala","doi":"10.1109/CEC.2003.1299749","DOIUrl":"https://doi.org/10.1109/CEC.2003.1299749","url":null,"abstract":"We propose a new evolutionary algorithm for subspace clustering in very large and high-dimensional databases. The design includes task-specific coding and genetic operators, along with a nonrandom initialization procedure. Experimental results show that the algorithm scales almost linearly with the size and dimensionality of the database as well as the dimensionality of the hidden clusters. Our algorithm is able to discover clusters of different densities embedded in both low and high dimensional subspaces of the original space. Finally, the discovered knowledge is presented in the form of nonoverlapping clustering rules where only those features relevant to the clustering are reported. These two properties contributes to the relatively high comprehensibility of the clustering output.","PeriodicalId":416243,"journal":{"name":"The 2003 Congress on Evolutionary Computation, 2003. CEC '03.","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2003-12-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128804416","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}
引用次数: 21
期刊
The 2003 Congress on Evolutionary Computation, 2003. CEC '03.
全部 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