smac.smac_cli¶
Functions
Entry point to be installable to /user/bin. |
Classes
|
Main class of SMAC. |
- class smac.smac_cli.SMACCLI[source]¶
Bases:
object
Main class of SMAC.
- main_cli(commandline_arguments=None)[source]¶
Main function of SMAC for CLI interface.
- Return type
None
- restore_state(scen, restore_state)[source]¶
Read in files for state-restoration: runhistory, stats, trajectory.
- Return type
Tuple
[RunHistory
,Stats
,List
,List
]
- restore_state_after_output_dir(scen, stats, traj_list_aclib, traj_list_old)[source]¶
Finish processing files for state-restoration.
Trajectory is read in, but needs to be written to new output- folder. Therefore, the output-dir is created. This needs to be considered in the SMAC-facade.
- Return type
Configuration