C# Класс Accord.Math.Optimization.BoundedBroydenFletcherGoldfarbShannoInnerStatus

Inner status of the BoundedBroydenFletcherGoldfarbShanno optimization algorithm. This class contains implementation details that can change at any time.
Показать файл Открыть проект

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

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