C# Class Coon.Compass.Procyon.alglib.alglib.minlbfgs.minlbfgsreport

Inheritance: apobject
Mostra file Open project: dbaileychess/Compass

Public Properties

Property Type Description
iterationscount int
nfev int
terminationtype int
varidx int

Public Methods

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

Method Details

init() public method

public init ( ) : void
return void

make_copy() public method

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

minlbfgsreport() public method

public minlbfgsreport ( ) : System
return System

Property Details

iterationscount public_oe property

public int iterationscount
return int

nfev public_oe property

public int nfev
return int

terminationtype public_oe property

public int terminationtype
return int

varidx public_oe property

public int varidx
return int