Skip to content

Commit

Permalink
correct comment for CCD frequency of objective printing and also make…
Browse files Browse the repository at this point in the history
… it 1 for SGD by default
  • Loading branch information
solomonik committed Jul 30, 2019
1 parent 1ecdfe6 commit 676c259
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/arg_defs.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ def add_general_arguments(parser):
type=int,
default=1,
metavar='int',
help='Number of iterations after which to calculate objective (time for objective calculation not included in time limit) for CCD (default: 3)')
help='Number of iterations after which to calculate objective (time for objective calculation not included in time limit) for CCD (default: 1)')
parser.add_argument(
'--obj-freq-SGD',
type=int,
default=10,
default=1,
metavar='int',
help='Number of iterations after which to calculate objective (time for objective calculation not included in time limit) for SGD (default: 10)')
help='Number of iterations after which to calculate objective (time for objective calculation not included in time limit) for SGD (default: 1)')
parser.add_argument(
'--err-thresh',
type=float,
Expand Down

0 comments on commit 676c259

Please sign in to comment.