Skip to content

Commit e6d24f2

Browse files
author
yichao-liang
committed
Update settings to clarify loading previous results for learning initialization
1 parent 0c6a802 commit e6d24f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

predicators/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ class GlobalSettings:
607607
process_condition_search_prune_with_fp_count = False
608608
process_learning_learn_strength = True
609609
process_learning_process_per_physical_core = True # Physical core vs logical core
610-
process_learning_init_at_previous_results = False
610+
process_learning_init_at_previous_results = False # Loading hasn't been very helpful
611611

612612
# torch GPU usage setting
613613
use_torch_gpu = False

0 commit comments

Comments
 (0)