Skip to content

Commit fc8f01c

Browse files
authored
Merge pull request #1040 from Axelrod-Python/dbs-name-docstring
Adjust docstring of dbs
2 parents a797167 + fb8470b commit fc8f01c

File tree

2 files changed

+4
-50
lines changed

2 files changed

+4
-50
lines changed

axelrod/strategies/dbs.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66

77
class DBS(Player):
88
"""
9-
Desired Belief Strategy as described in [Au2006]_
10-
http://www.cs.utexas.edu/%7Echiu/papers/Au06NoisyIPD.pdf
11-
129
A strategy that learns the opponent's strategy and uses symbolic noise
1310
detection for detecting whether anomalies in player’s behavior are
1411
deliberate or accidental. From the learned opponent's strategy, a tree
@@ -17,6 +14,10 @@ class DBS(Player):
1714
Default values for the parameters are the suggested values in the article.
1815
When noise increases you can try to diminish violation_threshold and
1916
rejection_threshold.
17+
18+
Names
19+
20+
- Desired Belief Strategy: [Au2006]_
2021
"""
2122

2223
# These are various properties for the strategy

docs/reference/bibliography.rst.orig

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)