MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.param.SolverState Class Reference

The SolverState specifies the state of a given solver. More...

Public Member Functions

 SolverState ()
 The SolverState constructor. More...
 

Properties

int iter [getset]
 The current iteration. More...
 
int start [getset]
 Specifies the start used by L-BGFS More...
 
int end [getset]
 Specifies the end used by L-BGFS More...
 
List< BlobProtohistory [getset]
 The history for SGD solvers. More...
 
int current_step [getset]
 The current step for learning rate. More...
 
BlobProto gradients [getset]
 Gradients used with L-BFGS state. More...
 
BlobProto direction [getset]
 Direction used with L-BFGS state. More...
 
List< BlobProtos_history [getset]
 S history used with L-BFGS state. More...
 
List< double > rho_history [getset]
 rho history used with L-BFGS state. More...
 

Detailed Description

The SolverState specifies the state of a given solver.

Definition at line 16 of file SolverState.cs.

Constructor & Destructor Documentation

◆ SolverState()

MyCaffe.param.SolverState.SolverState ( )

The SolverState constructor.

Definition at line 32 of file SolverState.cs.

Property Documentation

◆ current_step

int MyCaffe.param.SolverState.current_step
getset

The current step for learning rate.

Definition at line 75 of file SolverState.cs.

◆ direction

BlobProto MyCaffe.param.SolverState.direction
getset

Direction used with L-BFGS state.

Definition at line 93 of file SolverState.cs.

◆ end

int MyCaffe.param.SolverState.end
getset

Specifies the end used by L-BGFS

Definition at line 57 of file SolverState.cs.

◆ gradients

BlobProto MyCaffe.param.SolverState.gradients
getset

Gradients used with L-BFGS state.

Definition at line 84 of file SolverState.cs.

◆ history

List<BlobProto> MyCaffe.param.SolverState.history
getset

The history for SGD solvers.

Definition at line 66 of file SolverState.cs.

◆ iter

int MyCaffe.param.SolverState.iter
getset

The current iteration.

Definition at line 39 of file SolverState.cs.

◆ rho_history

List<double> MyCaffe.param.SolverState.rho_history
getset

rho history used with L-BFGS state.

Definition at line 111 of file SolverState.cs.

◆ s_history

List<BlobProto> MyCaffe.param.SolverState.s_history
getset

S history used with L-BFGS state.

Definition at line 102 of file SolverState.cs.

◆ start

int MyCaffe.param.SolverState.start
getset

Specifies the start used by L-BGFS

Definition at line 48 of file SolverState.cs.


The documentation for this class was generated from the following file: