Class: OOL::Conmin::Minimizer::Pgrad::Parameters
- Defined in:
- lib/ool/conmin.rb,
ext/gsl_native/ool.c
Instance Attribute Summary collapse
-
#alpha ⇒ Object
Returns the value of attribute alpha.
-
#fmin ⇒ Object
Returns the value of attribute fmin.
-
#sigma1 ⇒ Object
Returns the value of attribute sigma1.
-
#sigma2 ⇒ Object
Returns the value of attribute sigma2.
-
#tol ⇒ Object
Returns the value of attribute tol.
Method Summary
Methods inherited from Array
#to_gplot, #to_gsl_integration_qawo_table, #to_gsl_integration_qaws_table, #to_gsplot, #to_gv
Instance Attribute Details
#alpha ⇒ Object
Returns the value of attribute alpha.
7 8 9 |
# File 'lib/ool/conmin.rb', line 7 def alpha @alpha end |
#fmin ⇒ Object
Returns the value of attribute fmin.
7 8 9 |
# File 'lib/ool/conmin.rb', line 7 def fmin @fmin end |
#sigma1 ⇒ Object
Returns the value of attribute sigma1.
7 8 9 |
# File 'lib/ool/conmin.rb', line 7 def sigma1 @sigma1 end |
#sigma2 ⇒ Object
Returns the value of attribute sigma2.
7 8 9 |
# File 'lib/ool/conmin.rb', line 7 def sigma2 @sigma2 end |
#tol ⇒ Object
Returns the value of attribute tol.
7 8 9 |
# File 'lib/ool/conmin.rb', line 7 def tol @tol end |