Schema outerLoopCg.xsd


complexType OuterLoopXML
diagram outerLoopCg_diagrams/outerLoopCg_p1.png
attributes
Name  Type  Use  Default  Fixed  Annotation
method  xs:string    fletcher-reeves    
documentation
Specify conjugate gradient method: (1) fletcher-reeves, (2) polak ribiere, (3) Steepest Descent.
maxIterations  xs:integer  optional  200    
documentation
Maximum number of outer iterations.
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/@method
annotation
documentation
Specify conjugate gradient method: (1) fletcher-reeves, (2) polak ribiere, (3) Steepest Descent.

attribute OuterLoopXML/@maxIterations
annotation
documentation
Maximum number of outer iterations.

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