Class: OOL::Conmin::Minimizer::Gencan::Parameters
- Defined in:
- lib/ool/conmin.rb,
ext/gsl_native/ool.c
Instance Attribute Summary collapse
-
#beta ⇒ Object
Returns the value of attribute beta.
-
#cg_epsf ⇒ Object
Returns the value of attribute cg_epsf.
-
#cg_epsi ⇒ Object
Returns the value of attribute cg_epsi.
-
#cg_epsnqmp ⇒ Object
Returns the value of attribute cg_epsnqmp.
-
#cg_gpnf ⇒ Object
Returns the value of attribute cg_gpnf.
-
#cg_maxitnqmp ⇒ Object
Returns the value of attribute cg_maxitnqmp.
-
#cg_scre ⇒ Object
Returns the value of attribute cg_scre.
-
#deltamin ⇒ Object
Returns the value of attribute deltamin.
-
#epsabs ⇒ Object
Returns the value of attribute epsabs.
-
#epsgpen ⇒ Object
Returns the value of attribute epsgpen.
-
#epsgpsn ⇒ Object
Returns the value of attribute epsgpsn.
-
#epsrel ⇒ Object
Returns the value of attribute epsrel.
-
#eta ⇒ Object
Returns the value of attribute eta.
-
#fmin ⇒ Object
Returns the value of attribute fmin.
-
#gamma ⇒ Object
Returns the value of attribute gamma.
-
#infabs ⇒ Object
Returns the value of attribute infabs.
-
#infrel ⇒ Object
Returns the value of attribute infrel.
-
#lspgma ⇒ Object
Returns the value of attribute lspgma.
-
#lspgmi ⇒ Object
Returns the value of attribute lspgmi.
-
#maxextrap ⇒ Object
Returns the value of attribute maxextrap.
-
#mininterp ⇒ Object
Returns the value of attribute mininterp.
-
#nearlyq ⇒ Object
Returns the value of attribute nearlyq.
-
#next ⇒ Object
Returns the value of attribute next.
-
#nint ⇒ Object
Returns the value of attribute nint.
-
#sigma1 ⇒ Object
Returns the value of attribute sigma1.
-
#sigma2 ⇒ Object
Returns the value of attribute sigma2.
-
#theta ⇒ Object
Returns the value of attribute theta.
-
#trtype ⇒ Object
Returns the value of attribute trtype.
-
#ucgmia ⇒ Object
Returns the value of attribute ucgmia.
-
#ucgmib ⇒ Object
Returns the value of attribute ucgmib.
-
#udelta0 ⇒ Object
Returns the value of attribute udelta0.
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
#beta ⇒ Object
Returns the value of attribute beta.
24 25 26 |
# File 'lib/ool/conmin.rb', line 24 def beta @beta end |
#cg_epsf ⇒ Object
Returns the value of attribute cg_epsf.
20 21 22 |
# File 'lib/ool/conmin.rb', line 20 def cg_epsf @cg_epsf end |
#cg_epsi ⇒ Object
Returns the value of attribute cg_epsi.
20 21 22 |
# File 'lib/ool/conmin.rb', line 20 def cg_epsi @cg_epsi end |
#cg_epsnqmp ⇒ Object
Returns the value of attribute cg_epsnqmp.
21 22 23 |
# File 'lib/ool/conmin.rb', line 21 def cg_epsnqmp @cg_epsnqmp end |
#cg_gpnf ⇒ Object
Returns the value of attribute cg_gpnf.
20 21 22 |
# File 'lib/ool/conmin.rb', line 20 def cg_gpnf @cg_gpnf end |
#cg_maxitnqmp ⇒ Object
Returns the value of attribute cg_maxitnqmp.
21 22 23 |
# File 'lib/ool/conmin.rb', line 21 def cg_maxitnqmp @cg_maxitnqmp end |
#cg_scre ⇒ Object
Returns the value of attribute cg_scre.
20 21 22 |
# File 'lib/ool/conmin.rb', line 20 def cg_scre @cg_scre end |
#deltamin ⇒ Object
Returns the value of attribute deltamin.
23 24 25 |
# File 'lib/ool/conmin.rb', line 23 def deltamin @deltamin end |
#epsabs ⇒ Object
Returns the value of attribute epsabs.
25 26 27 |
# File 'lib/ool/conmin.rb', line 25 def epsabs @epsabs end |
#epsgpen ⇒ Object
Returns the value of attribute epsgpen.
18 19 20 |
# File 'lib/ool/conmin.rb', line 18 def epsgpen @epsgpen end |
#epsgpsn ⇒ Object
Returns the value of attribute epsgpsn.
18 19 20 |
# File 'lib/ool/conmin.rb', line 18 def epsgpsn @epsgpsn end |
#epsrel ⇒ Object
Returns the value of attribute epsrel.
25 26 27 |
# File 'lib/ool/conmin.rb', line 25 def epsrel @epsrel end |
#eta ⇒ Object
Returns the value of attribute eta.
23 24 25 |
# File 'lib/ool/conmin.rb', line 23 def eta @eta end |
#fmin ⇒ Object
Returns the value of attribute fmin.
18 19 20 |
# File 'lib/ool/conmin.rb', line 18 def fmin @fmin end |
#gamma ⇒ Object
Returns the value of attribute gamma.
24 25 26 |
# File 'lib/ool/conmin.rb', line 24 def gamma @gamma end |
#infabs ⇒ Object
Returns the value of attribute infabs.
25 26 27 |
# File 'lib/ool/conmin.rb', line 25 def infabs @infabs end |
#infrel ⇒ Object
Returns the value of attribute infrel.
25 26 27 |
# File 'lib/ool/conmin.rb', line 25 def infrel @infrel end |
#lspgma ⇒ Object
Returns the value of attribute lspgma.
23 24 25 |
# File 'lib/ool/conmin.rb', line 23 def lspgma @lspgma end |
#lspgmi ⇒ Object
Returns the value of attribute lspgmi.
23 24 25 |
# File 'lib/ool/conmin.rb', line 23 def lspgmi @lspgmi end |
#maxextrap ⇒ Object
Returns the value of attribute maxextrap.
22 23 24 |
# File 'lib/ool/conmin.rb', line 22 def maxextrap @maxextrap end |
#mininterp ⇒ Object
Returns the value of attribute mininterp.
22 23 24 |
# File 'lib/ool/conmin.rb', line 22 def mininterp @mininterp end |
#nearlyq ⇒ Object
Returns the value of attribute nearlyq.
21 22 23 |
# File 'lib/ool/conmin.rb', line 21 def nearlyq @nearlyq end |
#next ⇒ Object
Returns the value of attribute next.
22 23 24 |
# File 'lib/ool/conmin.rb', line 22 def next @next end |
#nint ⇒ Object
Returns the value of attribute nint.
22 23 24 |
# File 'lib/ool/conmin.rb', line 22 def nint @nint end |
#sigma1 ⇒ Object
Returns the value of attribute sigma1.
24 25 26 |
# File 'lib/ool/conmin.rb', line 24 def sigma1 @sigma1 end |
#sigma2 ⇒ Object
Returns the value of attribute sigma2.
24 25 26 |
# File 'lib/ool/conmin.rb', line 24 def sigma2 @sigma2 end |
#theta ⇒ Object
Returns the value of attribute theta.
24 25 26 |
# File 'lib/ool/conmin.rb', line 24 def theta @theta end |
#trtype ⇒ Object
Returns the value of attribute trtype.
23 24 25 |
# File 'lib/ool/conmin.rb', line 23 def trtype @trtype end |
#ucgmia ⇒ Object
Returns the value of attribute ucgmia.
19 20 21 |
# File 'lib/ool/conmin.rb', line 19 def ucgmia @ucgmia end |
#ucgmib ⇒ Object
Returns the value of attribute ucgmib.
19 20 21 |
# File 'lib/ool/conmin.rb', line 19 def ucgmib @ucgmib end |
#udelta0 ⇒ Object
Returns the value of attribute udelta0.
18 19 20 |
# File 'lib/ool/conmin.rb', line 18 def udelta0 @udelta0 end |