Module model_free :: Class model_free
[hide private]
[frames] | no frames]

Class model_free

source code


Instance Methods [hide private]
 
__init__(self, mf)
Class used to create and process input and output for the program Modelfree 4.
source code
 
minimisation(self) source code
 
model_selection(self)
Model selection stage.
source code
 
ask_stage(self)
User input of stage number.
source code
 
init_fixed_params(self)
Fix the inital model-free parameter values.
source code
 
init_grid_ops(self)
Generate the data structure of grid options for the grid search.
source code
 
print_header(self) source code
 
print_results(self)
Print the results into the results file.
source code

Inherited from common_ops.common_ops: extract_relax_data, fill_results, grace, grace_header, log_input_info, log_params, stage_selection, update_data

Method Details [hide private]

__init__(self, mf)
(Constructor)

source code 

Class used to create and process input and output for the program Modelfree 4.

Overrides: common_ops.common_ops.__init__

init_fixed_params(self)

source code 

Fix the inital model-free parameter values.

The function needs to be modified so the user can specify the fixed values.

init_grid_ops(self)

source code 

Generate the data structure of grid options for the grid search.

The function needs to be modified so the user can specify the number of iterations for each parameter.

print_results(self)

source code 

Print the results into the results file.

Overrides: common_ops.common_ops.print_results
(inherited documentation)