We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62a3da commit 6033c11Copy full SHA for 6033c11
docs/src/game.md
@@ -7,7 +7,7 @@
7
OperationsResearchModels.GameProblem
8
```
9
10
-## Game solver for the row player
+## Game solver of the game matrix designed for the row player
11
12
```@docs
13
OperationsResearchModels.solve(g::GameProblem)
src/game.jl
@@ -34,7 +34,6 @@ A structure to hold the result of a game.
34
- `probabilities`: Probabilities of the strategies
35
- `value`: Value of the game
36
37
-end
38
"""
39
struct GameResult
40
probabilities
0 commit comments