We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a9d53 commit d213c82Copy full SHA for d213c82
axelrod/result_set.py
@@ -546,7 +546,6 @@ def build_eigenjesus_rating(self):
546
Obtain the eigenjesus rating as defined in:
547
http://www.scottaaronson.com/morality.pdf
548
"""
549
- # return ac.eigenvector(self.normalised_cooperation)
550
eigenvector, eigenvalue = eigen.principal_eigenvector(
551
self.normalised_cooperation)
552
return eigenvector.tolist()
0 commit comments