Result Set#
Constructor#
|
Hold a set of results within their parameter space. |
Compute and retrieve#
|
Compute result res_name for set of parameters params. |
|
Get the value of result res_name for set of parameters params. |
|
Get a dictionary giving all computed values and their parameters. |
|
Get the nth last computed value of result res_name. |
|
Get the dictionary of parameters for the nth last computation of res_name. |
|
|
|
Set value value for result res_name for set of parameters params. |
Input-output#
|
Save the value of result res_name for set of parameters params. |
|
Load the value of result res_name for set of parameters params. |
|
Get the path at which to save a result for a set of parameter values. |
Return the default format for the path where to save the results. |
|
|
Set the computing funtion for res_name. |
Timing#
|
Get the computing time of result res_name for parameters params. |
|
Get the computing time for the nth last computation of result res_name. |
|
Get the summary statistics of the distirbutions of computing times for results. |
|
Return the ranking of parameters from longest to compute to shortest. |
Accessing the parameter space#
Get the parameter space for one or a set of the results. |
|
Parameter space within which the results are computed. |
|
Return the coordinates of the parameter space. |
|
Return the attributes dictionary of the ResultSet. |
|
Parameters manipulation#
Return the data describing the parameters of the set and their values. |
|
Return a dictionary with the default values of all parameters. |
|
Return a dictionary with the possible values of all parameters. |
|
Return the coordinates of the parameter space. |
|
Fill params with the default values of the unspecified parameters. |
|
|
Add new values to existing parameters. |
|
Add new parameters to the set. |
Results manipulation#
Return the metadata describing the results of the set. |
|
|
Set the computing funtion for res_name. |
|
Set the computing funtion for res_name. |
|
Add new results to the set. |
Create other sets#
|
Return the subset of the result set for the given parameter values. |