Package datk :: Package core :: Module distalgs :: Class Asynchronous_Algorithm
[hide private]
[frames] | no frames]

Class Asynchronous_Algorithm

source code

Algorithm --+
            |
           Asynchronous_Algorithm
Known Subclasses:

We assume that the separate Processes take steps in an arbitrary order, at arbitrary relative speeds.

Instance Methods [hide private]
 
run(self, network, params={})
Executes the algorithm on the network
source code
 
run_process(self, process) source code

Inherited from Algorithm: __call__, __init__, cleanup, cleanup_i, count_msg, delete, get, halt, halt_i, has, increment, msgs_i, output, print_algorithm_terminated, set, trans_i

Class Variables [hide private]

Inherited from Algorithm: DEFAULT, DEFAULT_PARAMS, QUIET, SILENT, VERBOSE

Method Details [hide private]

run(self, network, params={})

source code 

Executes the algorithm on the network

Parameters:
  • network - the parameter to run in
  • params - runtime parameters
Overrides: Algorithm.run
(inherited documentation)