set_param¶
Class method.
-
do_mpc.sampling.sampler.Sampler.
set_param
(self, **kwargs)¶ Configure the
Sampler
class.Parameters must be passed as pairs of valid keywords and respective argument. For example:
sampler.set_param(overwrite = True)
Parameters: - overwrite (bool) – Should previously created results be overwritten. Default is
False
- sample_name (str) – Naming scheme for samples.
Save_format: Choose either
pickle
ormat
.Print_progress: Print progress-bar to terminal. Default is
True
.- overwrite (bool) – Should previously created results be overwritten. Default is
This page is auto-generated. Page source is not available on Github.