C# 클래스 YAMP.Numerics.Pijavsky

Represents the Pijavsky algorithm for optimizing.
상속: OptimizationBase
파일 보기 프로젝트 열기: FlorianRappl/YAMP

공개 메소드들

메소드 설명
Pijavsky ( double>.Func f, double a, double b, double l, int n ) : System

Creates a new instance.

메소드 상세

Pijavsky() 공개 메소드

Creates a new instance.
public Pijavsky ( double>.Func f, double a, double b, double l, int n ) : System
f double>.Func The function to optimize.
a double The starting point.
b double The ending point.
l double The weight parameter.
n int The number of points.
리턴 System