GameTheory.jl icon indicating copy to clipboard operation
GameTheory.jl copied to clipboard

Exact arithmetic in `repeated_game`

Open oyamad opened this issue 7 years ago • 3 comments

Is it possible to compute everything with exact arithmetic, if the input game is of type Int or Rational and the user chooses a Polyhedra library that supports computation with Rational such as CDDLib and LRSLib (probably through plib)?

oyamad avatar Sep 26 '17 13:09 oyamad

I suspect that something like this would be possible -- We should investigate further to verify that all operations would maintain the data as Int or Rational (for example, one may have to ensure that the discount factor was of the appropriate type).

cc7768 avatar Oct 03 '17 18:10 cc7768

If no one is working on this right now, I would like to have a try.

MKobayashi23m avatar Feb 25 '20 04:02 MKobayashi23m

This would be great -- Please let us know if you have questions if you take a stab at this.

cc7768 avatar Feb 26 '20 02:02 cc7768