Skip to content

Commit

Permalink
added verbose option to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg committed May 1, 2020
1 parent 683c030 commit 1705154
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/solver.jl
Expand Up @@ -10,6 +10,7 @@ Base solver type for SARSOP. Contains an options dictionary with the following e
* 'memory': [MB] If memory usage exceeds the specified value, pomdpsol writes out a policy and terminates
* 'trial-improvement-factor': terminates when the gap between bounds reaches this value
* 'policy-interval': the time interval between two consecutive write-out of policy files
* `verbose`: [true/false] whether to print output from the solver. Default: true
"""
@with_kw mutable struct SARSOPSolver <: Solver
fast::Bool = false
Expand Down

0 comments on commit 1705154

Please sign in to comment.