File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 1
- description : " Handle everything related to the model selection problem.\n\n Attributes:\n \
2
- \ model_space:\n The model space.\n calibrated_models:\n Calibrated\
3
- \ models. Will be used to augment the model selection\n problem (e.g. by\
4
- \ excluding them from the model space).\n candidate_space_arguments:\n \
5
- \ Arguments are forwarded to the candidate space constructor.\n compare:\n \
6
- \ A method that compares models by selection criterion. See\n :func:`petab_select.model.default_compare`\
7
- \ for an example.\n criterion:\n The criterion used to compare models.\n \
8
- \ method:\n The method used to search the model space.\n version:\n \
9
- \ The version of the PEtab Select format.\n yaml_path:\n The location\
10
- \ of the selection problem YAML file. Used for relative\n paths that exist\
11
- \ in e.g. the model space files."
1
+ description : The model selection problem.
12
2
properties :
13
3
format_version :
14
4
default : 1.0.0
You can’t perform that action at this time.
0 commit comments