__init__(self,
processor,
memo_id,
param_vector,
func,
iter,
fc,
gc,
hc,
warning,
completed)
(Constructor)
| source code
|
Set up the class, placing the minimisation results here.
- Parameters:
processor - Processor the processor instance we are running in.
completed - A flag used in batching result returns to indicate that the
sequence of batched result commands has completed, the flag
should be set by slave_commands. The value should be the value
passed to a Slave_commands run method if it is the final result
being returned otherwise it should be False.
- Overrides:
multi.misc.Result.__init__
|