mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 07:57:44 +00:00
change the trace number from 3 to 1 (simpler default value) (#1191)
This commit is contained in:
@@ -89,7 +89,7 @@ class DataScienceBasePropSetting(KaggleBasePropSetting):
|
||||
"""---below are the settings for multi-trace---"""
|
||||
|
||||
### multi-trace related
|
||||
max_trace_num: int = 3
|
||||
max_trace_num: int = 1
|
||||
"""The maximum number of traces to grow before merging"""
|
||||
|
||||
scheduler_temperature: float = 1.0
|
||||
|
||||
Reference in New Issue
Block a user