rsopt.pkcli package¶
Submodules¶
rsopt.pkcli.cleanup module¶
- rsopt.pkcli.cleanup.libensemble(directory=None)[source]¶
Clean a directory of libEnsemble output files.
Deletes files matching those typically produced during libEnsemble runs. Defaults to the current working directory. This will delete all files that match:
‘ensemble.log’ ‘libE_stats.txt’ .npy files starting with ‘libE_history’ .pickle files starting with ‘libE_persis_info’
- Parameters:
directory – (str) Optional. Path to directory that will be cleaned.
- Returns:
rsopt.pkcli.optimize module¶
rsopt.pkcli.pack module¶
rsopt.pkcli.quickstart module¶
- rsopt.pkcli.quickstart.start()[source]¶
Generates files for the quickstart example in the current directory.
See https://rsopt.readthedocs.io/en/latest/quick_start for a detailed description of the example.
- Returns:
None