scheme_adapters/polyfit_adapter/polyfit_adapter.py [28:39]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        self.total_runtime = 0
        self.num_dim = 0
        self.cache_file = ""
        self.cache_instance = None
        self.cache_read_enabled = False
        self.cache_write_enabled = True
        self.cache_option = "check"
        self.search_param = dict()
        self.workload_metrics = dict()
        self.damoos_path = damoos_path
        self.lazybox_path = lazybox_path
        self.damos_path = damos_path
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



scheme_adapters/pso_adapter/pso_adapter.py [26:37]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        self.total_runtime = 0
        self.num_dim = 0
        self.cache_file = ""
        self.cache_instance = None
        self.cache_read_enabled = False
        self.cache_write_enabled = True
        self.cache_option = "check" 
        self.search_param = dict()
        self.workload_metrics = dict()
        self.damoos_path = damoos_path
        self.lazybox_path = lazybox_path
        self.damos_path = damos_path
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



