Daisuke Oyama

Results 47 issues of Daisuke Oyama

> Moreover, von Neumann’s Minmax Theorem (1928) ... implies that This does not sound right. That theorem should be the first to prove the existence of the value (along with...

https://docs.julialang.org/en/v1/manual/types/#man-custom-pretty-printing

enhancement

By using a nonlinear equation/complementarity problem solver or a polynomial equation solver (if any). What packages are available in Julia (and in Python)?

enhancement
help wanted

What is the proper Julia counterpart of QuantEcon/QuantEcon.py#382? 1. Add a field `payoff_arrays` to `NormalFormGame`: ```jl struct NormalFormGame{N,T

discuss

As @StefanKarpinski told me: It may be better to represent a player's payoff function by a function, "`payoff_function`" or "`payoff_func`, instead of array `payoff_array`. It sounds a great idea to...

discuss

Should we have a specialized constructor, say `normal_form_game_sym_2p`, for symmetric `NormalFormGame` with two players? It replaces [this](https://github.com/QuantEcon/Games.jl/blob/master/src/normal_form_game.jl#L451-L463): ``` jl function normal_form_game_sym_2p{T

enhancement

It will be helpful to implement a list of sample games, such as ``` julia function prisoners_dilemma(;gain::Real=2, loss::Real=2) gain

enhancement

See https://github.com/QuantEcon/Games.jl/pull/1#issuecomment-185396785. * Follow [Julia manual](https://docs.julialang.org/en/v1/manual/documentation/) + QuantEcon/QuantEcon.jl#58 and [QuantEcon.jl/Style Guide](https://github.com/QuantEcon/QuantEcon.jl/blob/sl/styleguide/docs/style_guide.md)? * Follow QuantEcon/QuantEcon.jl#136 to use [Documenter.jl](https://github.com/JuliaDocs/Documenter.jl)?

documentation