Schema outerLoopBfgs.xsd


complexType OuterLoopXML
diagram outerLoopBfgs_diagrams/outerLoopBfgs_p1.png
attributes
Name  Type  Use  Default  Fixed  Annotation
limitedMemory  xs:boolean  optional  true    
documentation
Specify whether to use LBFGS (limited memory BFGS).
numOfVectors  xs:integer  optional  3    
documentation
Maximum number of  stored vectors.
maxIterations  xs:integer  optional  200    
documentation
Maximum number of iterations for (L)BFGS.
absTolGrad  xs:double  optional  0.01    
documentation
Absolute tolerance for gradient.
relTolGrad  xs:double  optional  0.01    
documentation
Relative tolerance for gradient.
absTolStep  xs:double  optional  0.001    
documentation
Absolute tolerance for step size.
relTolStep  xs:double  optional  0.001    
documentation
Relative tolerance for step size.

attribute OuterLoopXML/@limitedMemory
annotation
documentation
Specify whether to use LBFGS (limited memory BFGS).

attribute OuterLoopXML/@numOfVectors
annotation
documentation
Maximum number of  stored vectors.

attribute OuterLoopXML/@maxIterations
annotation
documentation
Maximum number of iterations for (L)BFGS.

attribute OuterLoopXML/@absTolGrad
annotation
documentation
Absolute tolerance for gradient.

attribute OuterLoopXML/@relTolGrad
annotation
documentation
Relative tolerance for gradient.

attribute OuterLoopXML/@absTolStep
annotation
documentation
Absolute tolerance for step size.

attribute OuterLoopXML/@relTolStep
annotation
documentation
Relative tolerance for step size.


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy