Create documentation template (a series of .md files) to
fill out for the R Markdown results report. If the experiment is
provided, the documentation files can be found in the Experiment's
results directory (see Experiment$get_save_dir()) under docs/.
Otherwise, the documentation files can be found in the specified
save_dir directory under docs/. The documentation files generated
include objectives.md and .md files corresponding to DGPs,
Methods, Evaluators, and Visualizers in the
Experiment.
Arguments
- experiment
An
Experimentobject. If provided, documentation is created for all previously savedExperimentsthat are found in the directory given byexperiment$get_save_dir(). If noExperimentshave been previously saved under this directory, then the currentexperimentis saved to disk and used to create the documentation template.- save_dir
An optional directory in which to find previously saved
Experimentobjects. Documentation is created for these foundExperiments. Not used ifexperimentis provided.
