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
Experiment
object. If provided, documentation is created for all previously savedExperiments
that are found in the directory given byexperiment$get_save_dir()
. If noExperiments
have been previously saved under this directory, then the currentexperiment
is saved to disk and used to create the documentation template.- save_dir
An optional directory in which to find previously saved
Experiment
objects. Documentation is created for these foundExperiments
. Not used ifexperiment
is provided.