搜索资源列表
-
0下载:
现代设计理论中涉及的一些常用的优化设计方法,如一维搜索(黄金分割、二次差值等)、无约束优化方法(梯度法、牛顿法等)、约束优化方法(复合形法、DFP、惩罚函数法等)。-Some commonly used method for optimizing the design of modern design theory involved, as one-dimensional search (golden section, the second difference, etc.), unconstr
-
-
0下载:
codings for layer Program 13.1 Golden Section Search for minimum of f(x)
Start with unimodal f(x) and minimum in [a,b]
Input: inline function f, interval [a,b], number of steps k
Output: approximate minimum y
function y=gss(f,a,b,k)
g=(s
-
-
0下载:
常见的搜索策略有黄金分割法、抛物线法、、Powell法、蚁群算法等。
本人论文主要学习了下面几种算法并进行matlab程序演示。-Common search strategies have golden section method, parabolic law,, Powell method, ant colony algorithm.
I learned the following thesis several algorithms and matlab program demons
-
-
0下载:
Golden section search methods
-