InTech-Recent_advances_in_harmony_search外文书.pdf

  1. 1、本文档共16页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
7 Recent Advances in Harmony Search Zong Woo Geem1, M. Fesanghary2, Jeong-Yoon Choi3, M. P. Saka4, Justin C. Williams1, M. Tamer Ayvaz5, Liang Li6, Sam Ryu7 and A. Vasebi8 1Johns Hopkins University, 2Amirkabir University of Technology, 3Montgomery College, 4Middle East Technical University, 5Pamukkale University, 6Da Lian University of Technology, 7SOFEC, 8K.N.Toosi University of Technology 1,3,7USA, 2,8Iran, 4,5Turkey, 6China 1. Introduction The harmony search (HS) is a music-inspired evolutionary algorithm, mimicking the improvisation process of music players (Geem et al., 2001). The HS is simple in concept, few in parameters, and easy in implementation, with theoretical background of stochastic derivative (Geem, 2007a). The algorithm was originally developed for discrete optimization and later expanded for continuous optimization (Lee Geem, 2005). The following pseudo code describes how the HS algorithm works: procedure HS // initialize initiate parameters initialize the harmony memory //main loop while (not_termination) for I = 1 to number of decision variables (N) do R1 = uniform random number between 0 and 1 if (R1 P HMCR ) (memory consideration) X[I] will be randomly chosen from harmony memory R2 = uniform random number if (R2 P PAR ) (pitch adjustment) X[I] = X[I] ± ? end if else (random selection) X[I] = X ∈ Φ (Φ = Value Set) end if end do // evaluate the fitness of each vector fitness_X = evaluate_fitness(X) // update harmony memory update_memory(X, fitness_X) % if applicable end while end procedure Advances in Evolutionary Algorithms 128 Ensemble harmony search (EHS) is another variant of the HS where ensemble consideration is added to the original algorithm structure (Geem, 2006a). The new operation considers the relationship among decision variables. The EHS could overcome the drawback

文档评论(0)

新起点 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档