Package specific_analyses :: Package model_free :: Module optimisation :: Class MF_grid_command
[hide private]
[frames] | no frames]

type 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

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Initialise all the data.

Overrides: multi.slave_commands.Slave_command.__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