首页 > 最新文献

Proceedings of the 11th Annual conference on Genetic and evolutionary computation最新文献

英文 中文
An experimental investigation of model-based parameter optimisation: SPO and beyond 基于模型的参数优化的实验研究:SPO及其他
F. Hutter, H. Hoos, Kevin Leyton-Brown, Kevin P. Murphy
This work experimentally investigates model-based approaches for optimising the performance of parameterised randomised algorithms. We restrict our attention to procedures based on Gaussian process models, the most widely-studied family of models for this problem. We evaluated two approaches from the literature, and found that sequential parameter optimisation (SPO) [4] offered the most robust performance. We then investigated key design decisions within the SPO paradigm, characterising the performance consequences of each. Based on these findings, we propose a new version of SPO, dubbed SPO+, which extends SPO with a novel intensification procedure and log-transformed response values. Finally, in a domain for which performance results for other (model-free) parameter optimisation approaches are available, we demonstrate that SPO+ achieves state-of-the-art performance.
这项工作实验研究了优化参数化随机算法性能的基于模型的方法。我们将注意力限制在基于高斯过程模型的程序上,这是研究该问题最广泛的模型族。我们评估了文献中的两种方法,发现顺序参数优化(SPO)[4]提供了最稳健的性能。然后,我们研究了SPO范式中的关键设计决策,描述了每个设计决策的性能后果。基于这些发现,我们提出了一个新的SPO版本,称为SPO+,它扩展了SPO,具有新的增强过程和对数变换的响应值。最后,在其他(无模型)参数优化方法的性能结果可用的领域中,我们证明了SPO+达到了最先进的性能。
{"title":"An experimental investigation of model-based parameter optimisation: SPO and beyond","authors":"F. Hutter, H. Hoos, Kevin Leyton-Brown, Kevin P. Murphy","doi":"10.1145/1569901.1569940","DOIUrl":"https://doi.org/10.1145/1569901.1569940","url":null,"abstract":"This work experimentally investigates model-based approaches for optimising the performance of parameterised randomised algorithms. We restrict our attention to procedures based on Gaussian process models, the most widely-studied family of models for this problem. We evaluated two approaches from the literature, and found that sequential parameter optimisation (SPO) [4] offered the most robust performance. We then investigated key design decisions within the SPO paradigm, characterising the performance consequences of each. Based on these findings, we propose a new version of SPO, dubbed SPO+, which extends SPO with a novel intensification procedure and log-transformed response values. Finally, in a domain for which performance results for other (model-free) parameter optimisation approaches are available, we demonstrate that SPO+ achieves state-of-the-art performance.","PeriodicalId":193093,"journal":{"name":"Proceedings of the 11th Annual conference on Genetic and evolutionary computation","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-07-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115500147","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}
引用次数: 103
On the evolution of neural networks for pairwise classification using gene expression programming 基于基因表达式编程的神经网络两两分类进化研究
Stephen Johns, M. Santos
Neural networks are a common choice for solving classification problems, but require experimental adjustments of the topology, weights and thresholds to be effective. Success has been seen in the development of neural networks with evolutionary algorithms, making the extension of this work to classification problems a logical step. This paper presents the first known use of the Gene Expression Programming-based GEP-NN algorithm to design neural networks for classification purposes. The system uses pairwise decomposition to produce a series of binary classifiers for a given multi-class problem, with the results of the classifier set being combined by majority vote.
神经网络是解决分类问题的常用选择,但需要对拓扑、权值和阈值进行实验调整才能有效。在进化算法的神经网络的发展中已经看到了成功,这使得将这项工作扩展到分类问题是一个合乎逻辑的步骤。本文提出了已知的第一个使用基于基因表达编程的GEP-NN算法来设计用于分类目的的神经网络。该系统对给定的多类问题使用两两分解生成一系列二元分类器,分类器集的结果通过多数投票组合。
{"title":"On the evolution of neural networks for pairwise classification using gene expression programming","authors":"Stephen Johns, M. Santos","doi":"10.1145/1569901.1570227","DOIUrl":"https://doi.org/10.1145/1569901.1570227","url":null,"abstract":"Neural networks are a common choice for solving classification problems, but require experimental adjustments of the topology, weights and thresholds to be effective. Success has been seen in the development of neural networks with evolutionary algorithms, making the extension of this work to classification problems a logical step. This paper presents the first known use of the Gene Expression Programming-based GEP-NN algorithm to design neural networks for classification purposes. The system uses pairwise decomposition to produce a series of binary classifiers for a given multi-class problem, with the results of the classifier set being combined by majority vote.","PeriodicalId":193093,"journal":{"name":"Proceedings of the 11th Annual conference on Genetic and evolutionary computation","volume":"77 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-07-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115718821","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}
引用次数: 2
Partial neighborhoods of elementary landscapes 初级景观的局部街区
L. D. Whitley, Andrew M. Sutton
This paper introduces a new component based model that makes it relatively simple to prove that certain types of landscapes are elementary. We use the model to reconstruct proofs for the Traveling Salesman Problem, Graph Coloring and Min-Cut Graph Partitioning. The same model is then used to efficiently compute the average values over particular partial neighborhoods for these same problems. For Graph Coloring and Min-Cut Graph Partitioning, this computation can be used to focus search on those moves that are most likely to yield an improving move, ignoring moves that cannot yield an improving move. Let x be a candidate solution with objective function value f(x). The mean value of the objective function over the entire landscape is denoted f. Normally in an elementary landscape one can only be sure that a neighborhood includes an improving move (assuming minimization) if f(x) > f. However, by computing the expected value of an appropriate partial neighborhood it is sometimes possible to know that an improving move exists in the partial neighborhood even when f(x) < f.
本文介绍了一种新的基于组件的模型,使得证明某些类型的景观是基本的相对简单。利用该模型重构了旅行商问题、图着色问题和最小切图划分问题的证明。然后使用相同的模型来有效地计算这些相同问题的特定部分邻域的平均值。对于图着色和最小切图划分,这个计算可以用来集中搜索那些最有可能产生改进的移动,忽略那些不能产生改进的移动。设x为目标函数值为f(x)的候选解。目标函数在整个景观上的平均值表示为f。通常在基本景观中,只有当f(x) > f时,才能确定邻域包含改进移动(假设最小化)。然而,通过计算适当的局部邻域的期望值,有时可能知道在局部邻域中存在改进移动,即使f(x) < f。
{"title":"Partial neighborhoods of elementary landscapes","authors":"L. D. Whitley, Andrew M. Sutton","doi":"10.1145/1569901.1569954","DOIUrl":"https://doi.org/10.1145/1569901.1569954","url":null,"abstract":"This paper introduces a new component based model that makes it relatively simple to prove that certain types of landscapes are elementary. We use the model to reconstruct proofs for the Traveling Salesman Problem, Graph Coloring and Min-Cut Graph Partitioning. The same model is then used to efficiently compute the average values over particular partial neighborhoods for these same problems. For Graph Coloring and Min-Cut Graph Partitioning, this computation can be used to focus search on those moves that are most likely to yield an improving move, ignoring moves that cannot yield an improving move. Let x be a candidate solution with objective function value f(x). The mean value of the objective function over the entire landscape is denoted f. Normally in an elementary landscape one can only be sure that a neighborhood includes an improving move (assuming minimization) if f(x) > f. However, by computing the expected value of an appropriate partial neighborhood it is sometimes possible to know that an improving move exists in the partial neighborhood even when f(x) < f.","PeriodicalId":193093,"journal":{"name":"Proceedings of the 11th Annual conference on Genetic and evolutionary computation","volume":"7 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-07-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114402290","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
Evolution of hyperheuristics for the biobjective graph coloring problem using multiobjective genetic programming 基于多目标遗传规划的双目标图着色问题的超启发式进化
Paresh Tolay, Rajeev Kumar
We consider a formulation of the biobjective soft graph coloring problem so as to simultaneously minimize the number of colors used as well as the number of edges that connect vertices of the same color. We aim to evolve hyperheuristics for this class of problem using multiobjective genetic programming (MOGP). The major advantage being that these hyperheuristics can then be applied to any instance of this problem. We test the hyperheuristics on benchmark graph coloring problems, and in the absence of an actual Pareto-front, we compare the solutions obtained with existing heuristics. We then further improve the quality of hyperheuristics evolved, and try to make them closer to human-designed heuristics.
我们考虑了一种双目标软图着色问题的公式,以便同时最小化使用的颜色数量以及连接相同颜色顶点的边的数量。我们的目标是利用多目标遗传规划(MOGP)来进化这类问题的超启发式算法。主要的优点是,这些超启发式可以应用于这个问题的任何实例。我们在基准图着色问题上测试了超启发式算法,并在没有实际Pareto-front的情况下,将得到的解与现有的启发式算法进行了比较。然后我们进一步提高进化的超启发式的质量,并尝试使它们更接近人类设计的启发式。
{"title":"Evolution of hyperheuristics for the biobjective graph coloring problem using multiobjective genetic programming","authors":"Paresh Tolay, Rajeev Kumar","doi":"10.1145/1569901.1570247","DOIUrl":"https://doi.org/10.1145/1569901.1570247","url":null,"abstract":"We consider a formulation of the biobjective soft graph coloring problem so as to simultaneously minimize the number of colors used as well as the number of edges that connect vertices of the same color. We aim to evolve hyperheuristics for this class of problem using multiobjective genetic programming (MOGP). The major advantage being that these hyperheuristics can then be applied to any instance of this problem. We test the hyperheuristics on benchmark graph coloring problems, and in the absence of an actual Pareto-front, we compare the solutions obtained with existing heuristics. We then further improve the quality of hyperheuristics evolved, and try to make them closer to human-designed heuristics.","PeriodicalId":193093,"journal":{"name":"Proceedings of the 11th Annual conference on Genetic and evolutionary computation","volume":"142 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-07-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114818848","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}
引用次数: 4
Session details: Track 1: ant colony optimization and swarm intelligence 议题1:蚁群优化和群体智能
M. Birattari, T. Stützle
{"title":"Session details: Track 1: ant colony optimization and swarm intelligence","authors":"M. Birattari, T. Stützle","doi":"10.1145/3257495","DOIUrl":"https://doi.org/10.1145/3257495","url":null,"abstract":"","PeriodicalId":193093,"journal":{"name":"Proceedings of the 11th Annual conference on Genetic and evolutionary computation","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-07-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115023484","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
Neuroevolutionary reinforcement learning for generalized helicopter control 广义直升机控制的神经进化强化学习
Rogier Koppejan, Shimon Whiteson
Helicopter hovering is an important challenge problem in the field of reinforcement learning. This paper considers several neuroevolutionary approaches to discovering robust controllers for a generalized version of the problem used in the 2008 Reinforcement Learning Competition, in which wind in the helicopter's environment varies from run to run. We present the simple model-free strategy that won first place in the competition and also describe several more complex model-based approaches. Our empirical results demonstrate that neuroevolution is effective at optimizing the weights of multi-layer perceptrons, that linear regression is faster and more effective than evolution for learning models, and that model-based approaches can outperform the simple model-free strategy, especially if prior knowledge is used to aid model learning.
直升机悬停是强化学习领域的一个重要挑战问题。本文考虑了几种神经进化方法来发现鲁棒控制器,用于2008年强化学习竞赛中使用的问题的广义版本,其中直升机环境中的风因运行而异。我们提出了在竞赛中获得第一名的简单的无模型策略,并描述了几种更复杂的基于模型的方法。我们的实证结果表明,神经进化在优化多层感知器的权重方面是有效的,线性回归在学习模型方面比进化更快更有效,基于模型的方法可以优于简单的无模型策略,特别是如果使用先验知识来帮助模型学习。
{"title":"Neuroevolutionary reinforcement learning for generalized helicopter control","authors":"Rogier Koppejan, Shimon Whiteson","doi":"10.1145/1569901.1569922","DOIUrl":"https://doi.org/10.1145/1569901.1569922","url":null,"abstract":"Helicopter hovering is an important challenge problem in the field of reinforcement learning. This paper considers several neuroevolutionary approaches to discovering robust controllers for a generalized version of the problem used in the 2008 Reinforcement Learning Competition, in which wind in the helicopter's environment varies from run to run. We present the simple model-free strategy that won first place in the competition and also describe several more complex model-based approaches. Our empirical results demonstrate that neuroevolution is effective at optimizing the weights of multi-layer perceptrons, that linear regression is faster and more effective than evolution for learning models, and that model-based approaches can outperform the simple model-free strategy, especially if prior knowledge is used to aid model learning.","PeriodicalId":193093,"journal":{"name":"Proceedings of the 11th Annual conference on Genetic and evolutionary computation","volume":"83 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-07-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114533787","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}
引用次数: 44
An ant based algorithm for task allocation in large-scale and dynamic multiagent scenarios 基于蚁群的大规模动态多智能体任务分配算法
F. Santos, A. Bazzan
This paper addresses the problem of multiagent task allocation in extreme teams. An extreme team is composed by a large number of agents with overlapping functionality operating in dynamic environments with possible inter-task constraints. We present eXtreme-Ants, an approximate algorithm for task allocation in extreme teams. The algorithm is inspired by the division of labor in social insects and in the process of recruitment for cooperative transport observed in ant colonies. Division of labor offers fast and efficient decision-making, while the recruitment ensures the allocation of tasks that require simultaneous execution. We compare eXtreme-Ants with two other algorithms for task allocation in extreme teams and we show that it achieves balanced efficiency regarding quality of the solution, communication, and computational effort.
研究了极端团队中的多智能体任务分配问题。极端团队由大量具有重叠功能的代理组成,这些代理在可能存在任务间约束的动态环境中工作。我们提出了一种用于极端团队任务分配的近似算法“极端蚂蚁”。该算法的灵感来自于群居昆虫的劳动分工和蚁群中合作运输的招募过程。分工提供了快速有效的决策,而招聘确保了需要同时执行的任务的分配。我们比较了极端蚂蚁和其他两种算法在极端团队中的任务分配,我们表明它在解决方案的质量、通信和计算工作量方面达到了平衡的效率。
{"title":"An ant based algorithm for task allocation in large-scale and dynamic multiagent scenarios","authors":"F. Santos, A. Bazzan","doi":"10.1145/1569901.1569912","DOIUrl":"https://doi.org/10.1145/1569901.1569912","url":null,"abstract":"This paper addresses the problem of multiagent task allocation in extreme teams. An extreme team is composed by a large number of agents with overlapping functionality operating in dynamic environments with possible inter-task constraints. We present eXtreme-Ants, an approximate algorithm for task allocation in extreme teams. The algorithm is inspired by the division of labor in social insects and in the process of recruitment for cooperative transport observed in ant colonies. Division of labor offers fast and efficient decision-making, while the recruitment ensures the allocation of tasks that require simultaneous execution. We compare eXtreme-Ants with two other algorithms for task allocation in extreme teams and we show that it achieves balanced efficiency regarding quality of the solution, communication, and computational effort.","PeriodicalId":193093,"journal":{"name":"Proceedings of the 11th Annual conference on Genetic and evolutionary computation","volume":"22 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-07-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114954994","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
Session details: Track 12: parallel evolutionary systems 议题12:平行进化系统
E. Alba
{"title":"Session details: Track 12: parallel evolutionary systems","authors":"E. Alba","doi":"10.1145/3257506","DOIUrl":"https://doi.org/10.1145/3257506","url":null,"abstract":"","PeriodicalId":193093,"journal":{"name":"Proceedings of the 11th Annual conference on Genetic and evolutionary computation","volume":"5 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-07-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116818081","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
MOCEA: a multi-objective clustering evolutionary algorithm for inferring protein-protein functional interactions MOCEA:用于推断蛋白质-蛋白质功能相互作用的多目标聚类进化算法
J. Tapia, E. Vallejo, E. Morett
This paper explores the capabilities of multi-objective genetic algorithms to cluster genomic data. We used multiple objective functions not only to further expand the clustering abilities of the algorithm, but also to give more biological significance to the results. Particularly, we grouped a large set of proteins described by a set collection of genomic attributes to infer functional interactions among them. We conducted various computational experiments that demonstrated the proficiency of the proposed method when compared to algorithms that rely on a single biological parameter.
本文探讨了多目标遗传算法聚类基因组数据的能力。我们使用多目标函数不仅进一步扩展了算法的聚类能力,而且使结果具有更多的生物学意义。特别是,我们将一组由基因组属性集合描述的大量蛋白质分组,以推断它们之间的功能相互作用。我们进行了各种计算实验,与依赖单一生物参数的算法相比,证明了所提出方法的熟练程度。
{"title":"MOCEA: a multi-objective clustering evolutionary algorithm for inferring protein-protein functional interactions","authors":"J. Tapia, E. Vallejo, E. Morett","doi":"10.1145/1569901.1570164","DOIUrl":"https://doi.org/10.1145/1569901.1570164","url":null,"abstract":"This paper explores the capabilities of multi-objective genetic algorithms to cluster genomic data. We used multiple objective functions not only to further expand the clustering abilities of the algorithm, but also to give more biological significance to the results. Particularly, we grouped a large set of proteins described by a set collection of genomic attributes to infer functional interactions among them. We conducted various computational experiments that demonstrated the proficiency of the proposed method when compared to algorithms that rely on a single biological parameter.","PeriodicalId":193093,"journal":{"name":"Proceedings of the 11th Annual conference on Genetic and evolutionary computation","volume":"58 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-07-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124664588","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
Mining probabilistic models learned by EDAs in the optimization of multi-objective problems 多目标问题优化中eda学习的概率模型挖掘
Roberto Santana, C. Bielza, J. A. Lozano, P. Larrañaga
One of the uses of the probabilistic models learned by estimation of distribution algorithms is to reveal previous unknown information about the problem structure. In this paper we investigate the mapping between the problem structure and the dependencies captured in the probabilistic models learned by EDAs for a set of multi-objective satisfiability problems. We present and discuss the application of different data mining and visualization techniques for processing and visualizing relevant information from the structure of the learned probabilistic models. We show that also in the case of multi-objective optimization problems, some features of the original problem structure can be translated to the probabilistic models and unveiled by using algorithms that mine the model structures.
通过分布估计算法学习到的概率模型的用途之一是揭示先前关于问题结构的未知信息。本文研究了一组多目标可满足性问题的eda学习概率模型中捕获的问题结构与依赖关系之间的映射关系。我们提出并讨论了不同的数据挖掘和可视化技术的应用,用于处理和可视化来自学习概率模型结构的相关信息。我们还表明,在多目标优化问题的情况下,原始问题结构的一些特征可以转化为概率模型,并通过使用挖掘模型结构的算法来揭示。
{"title":"Mining probabilistic models learned by EDAs in the optimization of multi-objective problems","authors":"Roberto Santana, C. Bielza, J. A. Lozano, P. Larrañaga","doi":"10.1145/1569901.1569963","DOIUrl":"https://doi.org/10.1145/1569901.1569963","url":null,"abstract":"One of the uses of the probabilistic models learned by estimation of distribution algorithms is to reveal previous unknown information about the problem structure. In this paper we investigate the mapping between the problem structure and the dependencies captured in the probabilistic models learned by EDAs for a set of multi-objective satisfiability problems. We present and discuss the application of different data mining and visualization techniques for processing and visualizing relevant information from the structure of the learned probabilistic models. We show that also in the case of multi-objective optimization problems, some features of the original problem structure can be translated to the probabilistic models and unveiled by using algorithms that mine the model structures.","PeriodicalId":193093,"journal":{"name":"Proceedings of the 11th Annual conference on Genetic and evolutionary computation","volume":"1696 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-07-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129391753","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
期刊
Proceedings of the 11th Annual conference on Genetic and evolutionary computation
全部 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