Package specific_fns :: Package model_free :: Module multi_processor_commands :: Class MF_grid_command
[hide private]
[frames] | no frames]

Class MF_grid_command

source code


Command class for the model-free grid search.

Instance Methods [hide private]
 
__init__(self)
Initialise all the data.
source code
tuple of numpy array, float, int, int, int, int, str
optimise(self)
Model-free grid search.
source code

Inherited from MF_minimise_command: run, store_data

Inherited from multi.slave_commands.Slave_command: set_memo_id

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Initialise all the data.

Overrides: object.__init__

optimise(self)

source code 

Model-free grid search.

Returns: tuple of numpy array, float, int, int, int, int, str
The optimisation results consisting of the parameter vector, function value, iteration count, function count, gradient count, Hessian count, and warnings.
Overrides: MF_minimise_command.optimise