Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions axelrod/strategies/dbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

class DBS(Player):
"""
Desired Belief Strategy as described in [Au2006]_
http://www.cs.utexas.edu/%7Echiu/papers/Au06NoisyIPD.pdf

A strategy that learns the opponent's strategy and uses symbolic noise
detection for detecting whether anomalies in player’s behavior are
deliberate or accidental. From the learned opponent's strategy, a tree
Expand All @@ -17,6 +14,10 @@ class DBS(Player):
Default values for the parameters are the suggested values in the article.
When noise increases you can try to diminish violation_threshold and
rejection_threshold.

Names

- Desired Belief Strategy: [Au2006]_
"""

# These are various properties for the strategy
Expand Down
47 changes: 0 additions & 47 deletions docs/reference/bibliography.rst.orig

This file was deleted.