__init__(self,
model_free=None,
model_type=None,
spin=None,
sim_index=None,
scaling_matrix=None)
(Constructor)
| source code
|
Initialise the model-free memo class.
This memo stores the model-free class instance so that the
disassemble_result() method can be called to store the optimisation
results. The other args are those required by this method but not
generated through optimisation.
- Parameters:
model_free (specific_analyses.model_free.Model_free instance) - The model-free class instance.
spin (SpinContainer instance) - The spin data container. If this argument is supplied, then the
spin_id argument will be ignored.
sim_index (int) - The optional MC simulation index.
scaling_matrix (numpy diagonal matrix) - The diagonal, square scaling matrix.
- Overrides:
object.__init__
|