pfd.exploration.scheduler package

Submodules

pfd.exploration.scheduler.sheduler module

class pfd.exploration.scheduler.sheduler.Scheduler(model_style: str = 'dp', explore_style: str = 'lmp', mass_map: List = [], type_map: List = [], explore_stages: List[List[Dict]] = [[{}]], max_iter: int = 1, train_config: dict = {}, finetune: bool = False, recursive_finetune: bool = False)[source]

Bases: object

This would manage every part of workflow status

add_report(report: ConvReport)[source]
property convergence
property expl_stages
property explore_style
property ft
get_status()[source]
property idx_stage
property is_first_iteration
property iter_numb
property log
property mass_map
property max_iteration
property model_style
next_iter() None[source]
next_stage() None[source]
property rec_ft
set_convergence(convergence_stage: bool = False) None[source]
set_explore_tasks(systems)[source]
property train_config
property type_map

Module contents