C# Class Coon.Compass.Procyon.alglib.alglib.linmin.armijostate

Inheritance: apobject
Show file Open project: dbaileychess/Compass

Public Properties

Property Type Description
f double
fcur double
fmax int
info int
n int
needf bool
nfev int
rstate rcommstate
s double[]
stplen double
stpmax double
x double[]
xbase double[]

Public Methods

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

Method Details

armijostate() public method

public armijostate ( ) : System
return System

init() public method

public init ( ) : void
return void

make_copy() public method

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

Property Details

f public property

public double f
return double

fcur public property

public double fcur
return double

fmax public property

public int fmax
return int

info public property

public int info
return int

n public property

public int n
return int

needf public property

public bool needf
return bool

nfev public property

public int nfev
return int

rstate public property

public rcommstate rstate
return rcommstate

s public property

public double[] s
return double[]

stplen public property

public double stplen
return double

stpmax public property

public double stpmax
return double

x public property

public double[] x
return double[]

xbase public property

public double[] xbase
return double[]