net.moraleboost.junsai.learner.lbfgs
クラス LBFGS.SharedParam

java.lang.Object
  上位を拡張 net.moraleboost.junsai.learner.lbfgs.LBFGS.SharedParam
含まれているクラス:
LBFGS

protected static class LBFGS.SharedParam
extends java.lang.Object


フィールドの概要
 int nfev
           
 double stp
           
 double stp1
           
 
コンストラクタの概要
protected LBFGS.SharedParam()
           
 
メソッドの概要
 void clear()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

nfev

public int nfev

stp1

public double stp1

stp

public double stp
コンストラクタの詳細

LBFGS.SharedParam

protected LBFGS.SharedParam()
メソッドの詳細

clear

public void clear()