Package generic_fns :: Module minimise :: Class RelaxMinParentThread
[hide private]
[frames] | no frames]

Class RelaxMinParentThread

source code


Instance Methods [hide private]
 
__init__(self, relax, parent_run, *min_args)
Initialisation of the Monte Carlo simulation minimisation parent thread.
source code
 
thread_object(self, i)
Function for returning an initialised thread object.
source code

Inherited from thread_classes.RelaxParentThread: run, thread_clean_up

Method Details [hide private]

__init__(self, relax, parent_run, *min_args)
(Constructor)

source code 

Initialisation of the Monte Carlo simulation minimisation parent thread.

Overrides: thread_classes.RelaxParentThread.__init__