Skip to content

Commit

Permalink
Changed --help documentation for --delta parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdhoffman committed Dec 17, 2012
1 parent c5f358f commit 73d0e10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stan/gm/command.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ namespace stan {
"default is to estimate varying step sizes during warmup");

print_help_option(&std::cout,
"delta","+float",
"Initial step size for step-size adaptation",
"delta","[0,1]",
"Accuracy target for step-size adaptation (higher means smaller step sizes)",
"default = 0.5");

print_help_option(&std::cout,
Expand Down

0 comments on commit 73d0e10

Please sign in to comment.