Property | Type | Description | |
---|---|---|---|
GodenRatio | double |
Method | Description | |
---|---|---|
FindMiminum ( double>.Func |
y = func(x) 함수의 [lower, upper] 구간에서 f(x)의 최소 값이 되는 x를 구합니다.
|
public FindMiminum ( double>.Func |
||
@func | double>.Func | |
lower | double | 구간의 하한 |
upper | double | 구간의 상한 |
tryCount | int | 시도횟수 |
tolerance | double | 허용 오차 |
return | double |