Method: CatEngine::Bank#to_h

Defined in:
lib/cat_engine/bank.rb

#to_hObject



36
37
38
39
40
41
42
# File 'lib/cat_engine/bank.rb', line 36

def to_h
  {
    finished: finished?,
    theta: theta,
    standard_error: standard_error,
  }
end