메소드 | 설명 | |
---|---|---|
GoldenSection ( double>.Func |
Creates a new golden section search instance.
|
public GoldenSection ( double>.Func |
||
f | double>.Func | The function to optimize. |
a | double | The start value. |
b | double | The end value. |
n | int | The number of points. |
리턴 | System |