Zejin Shi

Results 5 issues of Zejin Shi

For a specific example borrowed from RMT5 (example 3 in section 2.4), the doubling algorithm is unable to find the correct solution to the discrete Lyapunov equation while Bartels-Stewart algorithm...

discuss

We want to refactorize the code related with AMSS including a series of lectures including `opt_tax_recur` and `amss` (and potentially `amss2` and `amss3` in the near future) by a collaboration...

An implementation of AS algorithm proposed by [Abreu and Sannikov 2014](https://econtheory.org/ojs/index.php/te/article/viewFile/20140313/10807/322). This algorithm is for computing the set V* of payoff pairs of all pure-strategy subgame-perfect equilibria with public randomization....

enhancement
WIP

Closes #43 Had a rough try to implement vertex enumeration using `Polyhedra.jl`. However, the speed is much slower than `support_enumeration`, as the implementation is quite inefficient. ```Julia julia> using Games...

enhancement
WIP

Modify the code in the lectures related with the recent change in QuantEcon/QuantEcon.py#569