Package parsimony :: Package algorithms :: Module utils :: Class Info
[hide private]
[frames] | no frames]

Class Info

source code

object --+
         |
        Info

Enum-like class for information constants.

Fields may _NOT_ be None!

This class will be replaced with Enum, so do not rely on the actual values of the fields. Never use the string "ok", always use Info.ok.

Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  ok = 'ok'
  converged = 'converged'
  num_iter = 'num_iter'
  time = 'time'
  fvalue = 'fvalue'
  func_val = 'func_val'
  smooth_func_val = 'smooth_func_val'
  gap = 'gap'
  mu = 'mu'
  parameter = 'parameter'
  bound = 'bound'
  beta = 'beta'
  betak = 'betak'
  beta_start = 'beta_start'
  continuations = 'continuations'
Properties [hide private]

Inherited from object: __class__