C# Класс Coon.Compass.Procyon.alglib.alglib.minlm

Показать файл Открыть проект

Открытые методы

Метод Описание
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