Provides a means for storing the results of an experiment in the database. This assumes sets where the execution was done once (not replicate runs of parameter sets)
1 2 3 | store_summary_experiment_result(dblink, experiment_parameter_set,
experiment_result_set, experiment_id = NULL,
experiment_description = NULL, experiment_date = NULL)
|
dblink |
A link to the database in which this table is being created |
experiment_parameter_set |
Parameters for this experiment |
experiment_result_set |
Simulation responses under those parameter conditions |
experiment_id |
Either existing ID of experiment for which this result is being added, or NULL if a new experiment |
experiment_description |
Description of the experiment being performed. Can be NULL if using existing experiment ID |
experiment_date |
Date the experiment was performed. Can be NULL if using existing experiment ID |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.