C# 클래스 Coon.Compass.Procyon.alglib.alglib.minlm

파일 보기 프로젝트 열기: dbaileychess/Compass

공개 메소드들

메소드 설명
minlmcreatefgh ( int n, double x, minlmstate state ) : void
minlmcreatefgj ( int n, int m, double x, minlmstate state ) : void
minlmcreatefj ( int n, int m, double x, minlmstate state ) : void
minlmcreatev ( int n, int m, double x, double diffstep, minlmstate state ) : void
minlmcreatevgj ( int n, int m, double x, minlmstate state ) : void
minlmcreatevj ( int n, int m, double x, minlmstate state ) : void
minlmiteration ( minlmstate state ) : bool
minlmrestartfrom ( minlmstate state, double x ) : void
minlmresults ( minlmstate state, double &x, minlmreport rep ) : void
minlmresultsbuf ( minlmstate state, double &x, minlmreport rep ) : void
minlmsetacctype ( minlmstate state, int acctype ) : void
minlmsetbc ( minlmstate state, double bndl, double bndu ) : void
minlmsetcond ( minlmstate state, double epsg, double epsf, double epsx, int maxits ) : void
minlmsetgradientcheck ( minlmstate state, double teststep ) : void
minlmsetscale ( minlmstate state, double s ) : void
minlmsetstpmax ( minlmstate state, double stpmax ) : void
minlmsetxrep ( minlmstate state, bool needxrep ) : void

비공개 메소드들

메소드 설명
boundedscaledantigradnorm ( minlmstate state, double x, double g ) : double
clearrequestfields ( minlmstate state ) : void
decreaselambda ( double &lambdav, double &nu ) : void
increaselambda ( double &lambdav, double &nu ) : bool
lmprepare ( int n, int m, bool havegrad, minlmstate state ) : void

메소드 상세

minlmcreatefgh() 공개 정적인 메소드

public static minlmcreatefgh ( int n, double x, minlmstate state ) : void
n int
x double
state minlmstate
리턴 void

minlmcreatefgj() 공개 정적인 메소드

public static minlmcreatefgj ( int n, int m, double x, minlmstate state ) : void
n int
m int
x double
state minlmstate
리턴 void

minlmcreatefj() 공개 정적인 메소드

public static minlmcreatefj ( int n, int m, double x, minlmstate state ) : void
n int
m int
x double
state minlmstate
리턴 void

minlmcreatev() 공개 정적인 메소드

public static minlmcreatev ( int n, int m, double x, double diffstep, minlmstate state ) : void
n int
m int
x double
diffstep double
state minlmstate
리턴 void

minlmcreatevgj() 공개 정적인 메소드

public static minlmcreatevgj ( int n, int m, double x, minlmstate state ) : void
n int
m int
x double
state minlmstate
리턴 void

minlmcreatevj() 공개 정적인 메소드

public static minlmcreatevj ( int n, int m, double x, minlmstate state ) : void
n int
m int
x double
state minlmstate
리턴 void

minlmiteration() 공개 정적인 메소드

public static minlmiteration ( minlmstate state ) : bool
state minlmstate
리턴 bool

minlmrestartfrom() 공개 정적인 메소드

public static minlmrestartfrom ( minlmstate state, double x ) : void
state minlmstate
x double
리턴 void

minlmresults() 공개 정적인 메소드

public static minlmresults ( minlmstate state, double &x, minlmreport rep ) : void
state minlmstate
x double
rep minlmreport
리턴 void

minlmresultsbuf() 공개 정적인 메소드

public static minlmresultsbuf ( minlmstate state, double &x, minlmreport rep ) : void
state minlmstate
x double
rep minlmreport
리턴 void

minlmsetacctype() 공개 정적인 메소드

public static minlmsetacctype ( minlmstate state, int acctype ) : void
state minlmstate
acctype int
리턴 void

minlmsetbc() 공개 정적인 메소드

public static minlmsetbc ( minlmstate state, double bndl, double bndu ) : void
state minlmstate
bndl double
bndu double
리턴 void

minlmsetcond() 공개 정적인 메소드

public static minlmsetcond ( minlmstate state, double epsg, double epsf, double epsx, int maxits ) : void
state minlmstate
epsg double
epsf double
epsx double
maxits int
리턴 void

minlmsetgradientcheck() 공개 정적인 메소드

public static minlmsetgradientcheck ( minlmstate state, double teststep ) : void
state minlmstate
teststep double
리턴 void

minlmsetscale() 공개 정적인 메소드

public static minlmsetscale ( minlmstate state, double s ) : void
state minlmstate
s double
리턴 void

minlmsetstpmax() 공개 정적인 메소드

public static minlmsetstpmax ( minlmstate state, double stpmax ) : void
state minlmstate
stpmax double
리턴 void

minlmsetxrep() 공개 정적인 메소드

public static minlmsetxrep ( minlmstate state, bool needxrep ) : void
state minlmstate
needxrep bool
리턴 void