Skip to content

Commit

Permalink
FIX: Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
QBatista committed Nov 26, 2017
1 parent 91cc7ca commit 165dacd
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions src/generators/bimatrix_generators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,13 @@ References
"""
blotto_game([rng=GLOBAL_RNG], h, T, rho)
Return a NormalFormGame instance of a non-zero sum version of the Colonel Blotto
2-player game introduced by E. Borel (1921) where players have an equal number
of soldiers T that must be assigned simultaneously to n hills. Each player has
a value for each hill that he receives if he assigns strictly more soldiers to
the hill than his opponent (ties are broken uniformly at random.) Each player’s
payoff is the sum of the value of the hills won by that player.
Return a NormalFormGame instance of a non-zero sum Colonel Blotto 2-player game
introduced by Hortala-Vallve and Llorente-Saguer (2011) where players have an
equal number of soldiers T that must be assigned simultaneously to n hills.
Each player has a value for each hill that he receives if he assigns strictly
more soldiers to the hill than his opponent (ties are broken uniformly at
random.) Each player’s payoff is the sum of the value of the hills won by
that player.
# Arguments
Expand Down Expand Up @@ -158,10 +159,10 @@ blotto_game(h::Integer, T::Integer, rho::Real) =
"""
ranking_game([rng=GLOBAL_RNG], k)
Return a NormalFormGame instance of the 2-player game introduced by L.A.
Goldberg, P.W. Goldberg, P. Krysta, and C. Ventre (2013) where each player
chooses an effort level associated with a score and a cost which are both
increasing functions with randomly generated step sizes.
Return a NormalFormGame instance of the 2-player game introduced by Goldberg,
Goldberg, Krysta, and Ventre (2013) where each player chooses an effort level
associated with a score and a cost which are both increasing functions with
randomly generated step sizes.
# Arguments
Expand Down

0 comments on commit 165dacd

Please sign in to comment.