搜索资源列表
guangjinfenge
- 黄金分割搜索法的vc代码,有两个过程实现,分别是Golden和mnbrak,mnbrak利用黄金比率和二次插值确定函数的极小值点的所在区间,Golden用黄金分割法求一元函数的极小值。-Golden Section Search vc law code, there are two processes to achieve, and Golden were mnbrak. mnbrak golden ratio and use quadratic interpolation function t
Main
- Algorithm of Golden Ratio Method
GoldenSection
- In mathematics and the arts, two quantities are in the golden ratio if the ratio of the sum of the quantities to the larger quantity is equal to the ratio of the larger quantity to the smaller one. The golden ratio is an irrational mathematical const
Delphi-_FiboSunflowersSource
- program illustrating the relationship among Fibonacci numbers, the Golden ratio and Sunflowers
face_detection
- face detection program by matlap it detect face from given image it used ratio algorithm that golden ratio=1.6 between width and hight-face detection program by matlap it detect face from given image it used ratio algorithm that golden ratio=1.6 bet
Ismailoptmzsyn
- Here is a project about Optimization lesson at Master of Science in Turkey. Fibonacci and Golden Ratio techniques are executed.
matlab3
- 黄金分割法的原理:把一条线段分割为两部分,使其中一部分与全长之比等于另一部分与这部分之比。其比值是一个无理数,取其前三位数字的近似值是0.618-Golden principles of the method: the line segment is divided into two parts, so that the part is equal to the ratio of the full length of another portion of this part of the rat
gold
- 黄金分割比的求值,并且用图形表述这一过程。-Evaluated the golden ratio, and the graphical representation of this process.
gold
- 基于黄金分割法的一维搜索算法,被优化函数为翼型的阻力,变量为翼型的展弦比-Based on Golden Section one-dimensional search algorithm is optimized airfoil resistance function, variable aspect ratio airfoil
3_golden_ratio
- The golden ratio, also known as the divine proportion, golden mean, or golden section, is a number often encountered when taking the ratios of distances in simple geometric figures such as the pentagon, pentagram, decagon and dodecahedron. It is deno
golden
- Optimization Problem with the method Golden Ratio. Easy to understand.
greetings
- 季节性假日分形。 问候语(PHI)生成一个季节性假日分形,取决于参数φ。PHI的默认值是黄金比率。其他的φ值会发生什么?尝试简单的分数和浮点逼近非理性的值(Seasonal holiday fractal. GREETINGS(phi) generates a seasonal holiday fractal that depends upon the parameter phi. The default value of phi is the golden ratio. What
Desktop
- 黄金比例搜索算法/黄金分割法/0.618法/Golden Section Search/Golden Ratio Search 表达的都是同一个东西,它是一种精确的一维搜索(line search)算法。黄金比例搜索算法只需要计算目标函数值,而无需计算导数之类的值,因此用起来非常容易,应用广泛。(Golden ratio search algorithm / golden section method, /0.618 method, /Golden, Section, Search/Golden