Skip to content

Commit 12f8f62

Browse files
Bernard KnuevenBernard Knueven
authored andcommitted
add default for grad_order_stat
1 parent 7500c90 commit 12f8f62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mpisppy/utils/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -984,9 +984,9 @@ def gradient_args(self):
984984
default=False)
985985

986986
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",
987+
description="order statistic for rho: must be between 0 (the min) and 1 (the max); 0.5 is the average (default 0.5)",
988988
domain=float,
989-
default=-1.0)
989+
default=0.5)
990990

991991
self.add_to_config("grad_rho_relative_bound",
992992
description="factor that bounds rho/cost",

0 commit comments

Comments
 (0)