和声搜索算法 MATLAB
Harmony search tries to find a vector which optimizes (minimizes or maximizes) a certain objective function. The algorithm has the following steps: Step 1: Generate random vectors () as many as (harmony memory size), then store them in harmony memory (HM). Step 2: Generate a new vector . For each c
用户评论
推荐下载
-
ACM_搜索算法
关于ACM竞赛中会用到的一些算法,很多ACMER在开始练习搜索时缺少基础的巩固,希望通过这些算法给大家帮助
25 2019-03-12 -
TSP禁忌搜索算法
TSP 禁忌搜索算法
40 2018-12-08 -
跳棋Minimax搜索算法
Minimax搜索算法实现一个跳棋游戏游戏由专门的借口定义,非常好的教学例子,代码也很值得学习
19 2019-05-15 -
powell优化搜索算法
powell优化搜索算法,适合于多参数优化且目标函数中不包含参数的情况
32 2019-05-16 -
ACM专题搜索算法
系统地讲了各种搜索算法!回溯法深度优先广度优先A算法A*算法启发式搜索算法等
30 2019-07-29 -
Grover量子搜索算法
Grover'salgorithmisaquantumalgorithmthatfindswithhighprobabilitytheuniqueinputtoablackboxfunctiontha
30 2019-07-29 -
等代价搜索算法
Equal cost search algorithm
22 2019-06-27 -
量子Grover搜索算法
量子Grover搜索算法,该算法能够实现经典计算机上的搜索算法的二次加速
21 2019-04-29 -
禁忌搜索算法python
智能算法——禁忌搜索算法,使用python3.6实现。。。。
74 2019-05-13 -
引力搜索算法GravitationalSearchAlgorithm
Thisisthe'GravitationalSearchAlgorithm'Mathlabcodeforminimizing23benchmarkfunctions.fromtheauthor
42 2019-05-13
暂无评论