We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d35d541 commit dff5b3fCopy full SHA for dff5b3f
2 files changed
simpeg_drivers/joint/options.py
@@ -84,7 +84,7 @@ class BaseJointOptions(BaseData):
84
initial_beta: float | None = None
85
cooling_factor: float = 2.0
86
87
- cooling_rate: float = 1.0
+ cooling_rate: int = 1
88
max_global_iterations: int = 50
89
max_line_search_iterations: int = 20
90
max_cg_iterations: int = 30
simpeg_drivers/options.py
@@ -362,7 +362,7 @@ class BaseInversionOptions(CoreOptions):
362
363
364
365
366
367
368
0 commit comments