__init__(self,
processor=None,
memo_id=None,
results=None,
A_5D_bc=None,
pcs_theta=None,
rdc_theta=None,
completed=False)
(Constructor)
| source code
|
Set up the class, placing the minimisation results here.
- Parameters:
processor (multi.processor.Processor instance) - The processor object.
memo_id (str) - The memo identification string.
results (tuple) - The results as returned by minfx.
A_5D_bc (numpy float64 array) - The reduced back-calculated alignment tensors from the target
function.
pcs_theta (numpy float64 array) - The back calculated PCS values from the target function.
rdc_theta (numpy float64 array) - The back calculated RDC values from the target function.
model (class instance) - The target function class instance which has been optimised.
completed (bool) - A flag which if True signals that the optimisation successfully
completed.
- Overrides:
multi.misc.Result.__init__
|