Skip to content

Commit

Permalink
Merge pull request #433 from shizejin/add-AS-algorithm
Browse files Browse the repository at this point in the history
ENH: Add AS algorithm.
  • Loading branch information
mmcky committed Nov 25, 2018
2 parents 01ee68d + 070e900 commit 17a66a5
Show file tree
Hide file tree
Showing 3 changed files with 517 additions and 0 deletions.
1 change: 1 addition & 0 deletions quantecon/game_theory/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
from .mclennan_tourky import mclennan_tourky
from .vertex_enumeration import vertex_enumeration, vertex_enumeration_gen
from .game_generators import *
from .repeated_game import RepeatedGame
Loading

0 comments on commit 17a66a5

Please sign in to comment.