Package gmisclib :: Module mcmc_cooperate
[frames] | no frames]

Module mcmc_cooperate

source code

Classes
  Barrier
  Oops
  LateToBarrier
  connection
Functions
 
test0() source code
 
test0s() source code
 
test1() source code
 
test_many(n, fcn) source code
 
op_string_median(tmp) source code
 
op_float_median(tmp) source code
Variables
  encoder = g_encode.encoder(regex= r"""[^a-zA-Z0-9<>?,./:";'{}[...
  Ops = {'string_median': op_string_median, 'float_median': op_f...
  Unpack = {'float_median': <type 'float'>, 'string_median': <ty...
  test_args = ('localhost', 8487, 'K', 'job')
  __package__ = 'gmisclib'

Imports: socket, random, hashlib, cPickle, g_encode


Variables Details

encoder

Value:
g_encode.encoder(regex= r"""[^a-zA-Z0-9<>?,./:";'{}[\]!@$^&*()_+=|\\-]\
""")

Ops

Value:
{'string_median': op_string_median, 'float_median': op_float_median}

Unpack

Value:
{'float_median': <type 'float'>, 'string_median': <type 'str'>}