ENSESt

所属分类:人工智能/神经网络/深度学习
开发工具:matlab
文件大小:17KB
下载次数:0
上传日期:2015-02-07 14:28:05
上 传 者sh-1993
说明:  ENSESt,ENSESt是一个使用进化策略(ES)而不是遗传算法(GA)作为进化算法(...
(ENSESt is a module that uses Evolution Strategies (ES) instead of Genetic Algorithms (GA) as Evolutionary Algorithm (EA) in the NSGA-II procedure for multi-objective optimization.)

文件列表:
ENSESt.m (4988, 2015-02-07)
LICENSE (11325, 2015-02-07)
domination_matix.m (2226, 2015-02-07)
examples.m (21765, 2015-02-07)
mutation_es.m (2326, 2015-02-07)
non_dominated_sorting_algorithm_es.m (6185, 2015-02-07)
recombination.m (7806, 2015-02-07)
validate_size_es.m (1910, 2015-02-07)

#ENSESt ENSESt is a module that uses Evolution Strategies (ES) instead of Genetic Algorithms (GA) as Evolutionary Algorithm (EA) in the NSGA-II procedure for multi-objective optimization. The algorithm is able to find the pareto optimal front in most of the functions implemented in the file 'Examples.m', but the algorithm is unable to find the Pareto optimal front of the functions ZDT1, ZDT2, ZDT3, ZDT4 (Cases 11, 12, 13, 14 in file 'Examples.m') when the number of states is set to 30 (for ZDT1, ZDT2, ZDT3) and 10 (for ZDT4) as Prof. Deb specified in [1], but the pareto is found if the number of states is set to 2 (in those examples). I appreciate if you are able to find the mistake in the algorithm (if there is...) and let me know to make the respective corrections. Feel free to send me your doubts, corrections and/or suggestions. Thanks beforehand for downloading and reading this code, I hope it will be useful for you and other people working on multi-objective optimization. * Bibliography: [1] DEB, Kalyanmoy. "Multi-Objective optimization using evolutionary algorithms". John Wiley & Sons, LTD. Kanpur, India. 2004. [2] BACK, Thomas. "Evolutionary algorithms in theory and practice". Oxford University Press. New York. 1996. [3] BINH, Thanh; KORN, Ulrich. "MOBES: A multiobjective evolution strategy for constrained optimization problems". Third International Conference on Genetic Algorithms. Pag. 176-182. Czech Republic, 1997. [4] BINH, Thanh. "A multiobjective evolutionary algorithm. The study cases". Technical report. Barleben, Germany. 1999.

近期下载者

相关文件


收藏者