We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7500c90 commit 12f8f62Copy full SHA for 12f8f62
1 file changed
mpisppy/utils/config.py
@@ -984,9 +984,9 @@ def gradient_args(self):
984
default=False)
985
986
self.add_to_config("grad_order_stat",
987
- description="order statistic for rho: must be between 0 (the min) and 1 (the max); 0.5 is the average",
+ description="order statistic for rho: must be between 0 (the min) and 1 (the max); 0.5 is the average (default 0.5)",
988
domain=float,
989
- default=-1.0)
+ default=0.5)
990
991
self.add_to_config("grad_rho_relative_bound",
992
description="factor that bounds rho/cost",
0 commit comments