C# Class Coon.Compass.Procyon.alglib.alglib.lsfit.lsfitstate

Inheritance: apobject
Show file Open project: dbaileychess/Compass

Public Properties

Property Type Description
bndl double[]
bndu double[]
c double[]
diffstep double
epsf double
epsx double
f double
g double[]
h ].double[
invrep matinv.matinvreport
k int
m int
maxits int
needf bool
needfg bool
needfgh bool
npoints int
nweights int
optalgo int
optrep minlm.minlmreport
optstate minlm.minlmstate
pointindex int
prevalgo int
prevnpt int
rep lsfitreport
repavgerror double
repavgrelerror double
repiterationscount int
repmaxerror double
reprmserror double
repterminationtype int
repvaridx int
repwrmserror double
rstate rcommstate
s double[]
stpmax double
taskw double[]
taskx ].double[
tasky double[]
teststep double
tmp double[]
tmpf double[]
tmpjac ].double[
tmpjacw ].double[
tmpnoise double
wcur double[]
wits int
wkind int
x double[]
xrep bool
xupdated bool

Public Methods

Method Description
init ( ) : void
lsfitstate ( ) : System
make_copy ( ) : alglib.apobject

Method Details

init() public method

public init ( ) : void
return void

lsfitstate() public method

public lsfitstate ( ) : System
return System

make_copy() public method

public make_copy ( ) : alglib.apobject
return alglib.apobject

Property Details

bndl public property

public double[] bndl
return double[]

bndu public property

public double[] bndu
return double[]

c public property

public double[] c
return double[]

diffstep public property

public double diffstep
return double

epsf public property

public double epsf
return double

epsx public property

public double epsx
return double

f public property

public double f
return double

g public property

public double[] g
return double[]

h public property

public double[,] h
return ].double[

invrep public property

public matinv.matinvreport invrep
return matinv.matinvreport

k public property

public int k
return int

m public property

public int m
return int

maxits public property

public int maxits
return int

needf public property

public bool needf
return bool

needfg public property

public bool needfg
return bool

needfgh public property

public bool needfgh
return bool

npoints public property

public int npoints
return int

nweights public property

public int nweights
return int

optalgo public property

public int optalgo
return int

optrep public property

public minlm.minlmreport optrep
return minlm.minlmreport

optstate public property

public minlm.minlmstate optstate
return minlm.minlmstate

pointindex public property

public int pointindex
return int

prevalgo public property

public int prevalgo
return int

prevnpt public property

public int prevnpt
return int

rep public property

public lsfitreport rep
return lsfitreport

repavgerror public property

public double repavgerror
return double

repavgrelerror public property

public double repavgrelerror
return double

repiterationscount public property

public int repiterationscount
return int

repmaxerror public property

public double repmaxerror
return double

reprmserror public property

public double reprmserror
return double

repterminationtype public property

public int repterminationtype
return int

repvaridx public property

public int repvaridx
return int

repwrmserror public property

public double repwrmserror
return double

rstate public property

public rcommstate rstate
return rcommstate

s public property

public double[] s
return double[]

stpmax public property

public double stpmax
return double

taskw public property

public double[] taskw
return double[]

taskx public property

public double[,] taskx
return ].double[

tasky public property

public double[] tasky
return double[]

teststep public property

public double teststep
return double

tmp public property

public double[] tmp
return double[]

tmpf public property

public double[] tmpf
return double[]

tmpjac public property

public double[,] tmpjac
return ].double[

tmpjacw public property

public double[,] tmpjacw
return ].double[

tmpnoise public property

public double tmpnoise
return double

wcur public property

public double[] wcur
return double[]

wits public property

public int wits
return int

wkind public property

public int wkind
return int

x public property

public double[] x
return double[]

xrep public property

public bool xrep
return bool

xupdated public property

public bool xupdated
return bool