C# 클래스 Accord.Math.Optimization.BoundedBroydenFletcherGoldfarbShannoInnerStatus

Inner status of the BoundedBroydenFletcherGoldfarbShanno optimization algorithm. This class contains implementation details that can change at any time.
파일 보기 프로젝트 열기: accord-net/framework

공개 메소드들

메소드 설명
BoundedBroydenFletcherGoldfarbShannoInnerStatus ( int isave, double dsave, bool lsave, String csave, double work ) : System

Initializes a new instance of the BoundedBroydenFletcherGoldfarbShannoInnerStatus class with the inner status values from the original FORTRAN L-BFGS implementation.

메소드 상세

BoundedBroydenFletcherGoldfarbShannoInnerStatus() 공개 메소드

Initializes a new instance of the BoundedBroydenFletcherGoldfarbShannoInnerStatus class with the inner status values from the original FORTRAN L-BFGS implementation.
public BoundedBroydenFletcherGoldfarbShannoInnerStatus ( int isave, double dsave, bool lsave, String csave, double work ) : System
isave int The isave L-BFGS status argument.
dsave double The dsave L-BFGS status argument.
lsave bool The lsave L-BFGS status argument.
csave String The csave L-BFGS status argument.
work double The work L-BFGS status argument.
리턴 System