Skip to content

Commit

Permalink
Remove obsolete docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Aug 2, 2024
1 parent 11f244c commit ec79955
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions simulatingrisk/hawkdove/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,6 @@ class HawkDoveModel(mesa.Model):
:param observed_neighborhood: size of neighborhood each agent looks
at when choosing what to play; 4, 8, or 24 (default: 8)
:param hawk_odds: odds for playing hawk on the first round (default: 0.5)
:param risk_adjustment: strategy agents should use for adjusting risk;
None (default), adopt, or average
:param adjust_every: when risk adjustment is enabled, adjust every
N rounds (default: 10)
"""

#: whether the simulation is running
Expand Down

0 comments on commit ec79955

Please sign in to comment.