This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
stability_testing_tools_for_model_tasks [2020/08/02 16:03] matsz |
stability_testing_tools_for_model_tasks [2020/08/02 16:04] (current) matsz |
||
---|---|---|---|
Line 30: | Line 30: | ||
* Create experiment folder structure: creates an empty tree of result folders, with one sub directory for each “experiment”. | * Create experiment folder structure: creates an empty tree of result folders, with one sub directory for each “experiment”. | ||
* Collect experiment results: copies selected results from the experiment directory tree and stores them in the standard capri directory with a file suffix “_”<experiment>, as if the user had run the task with the property “Additional result type identifier” set to “_”<experiment> but with additional control over starting values and data input. | * Collect experiment results: copies selected results from the experiment directory tree and stores them in the standard capri directory with a file suffix “_”<experiment>, as if the user had run the task with the property “Additional result type identifier” set to “_”<experiment> but with additional control over starting values and data input. | ||
- | |||
- | <Code:javascipt linenums:0 |Example #1 Our gams code: //hello.php//> | ||
- | |||
- | p_trqBilat(RM,"LDC",XX,"TrqNT","%SIMY%") $ (DATA(RM,"TARS",XX,"%SIMY%") or DATA(RM,"TARV",XX,"%SIMY%")) = 1.E+10; | ||
- | p_trqBilat(RM,"LDC",XX,"TsPref","%SIMY%") $ DATA(RM,"TARS",XX,"%SIMY%") = 0.001; | ||
- | p_trqBilat(RM,"LDC",XX,"TaPref","%SIMY%") $ DATA(RM,"TARV",XX,"%SIMY%") = 0.001; | ||
- | |||
- | p_trqBilat(RM,RM1,XX,TrqSet,"CUR") = p_trqBilat(RM,RM1,XX,TrqSet,"%SIMY%"); | ||
- | p_trqGlobl(RM,XX,TrqSet,"CUR") = p_trqGlobl(RM,XX,TrqSet,"%SIMY%"); | ||
- | |||
- | DATA(RM,"TARS",XX,"CUR") = DATA(RM,"TARS",XX,"%SIMY%"); | ||
- | DATA(RM,"TARV",XX,"CUR") = DATA(RM,"TARV",XX,"%SIMY%"); | ||
- | * | ||
- | </Code> |