Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
forrestlaine committed Apr 9, 2022
2 parents e5c0e33 + 99dd169 commit 2a9806a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TensorGames"
uuid = "dad72d94-522a-402a-84d3-a630e8ffd4d6"
authors = ["Forrest Laine <forrest.laine@vanderbilt.edu>"]
version = "0.3.0"
version = "0.3.1"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ julia> sol.x
[0.4761196190151526, 0.38291994996153766, 0.1409604310233093]
```

Use the function ```julia expected_cost(sol.x, cost_tensor)``` to compute the equilibrium cost for the player whose objective is represented by cost_tensor.
Use the function ```expected_cost(sol.x, cost_tensor)``` to compute the equilibrium cost for the player whose objective is represented by cost_tensor.

Equilibrium points can also be found when minimum strategy weights are enforced. In other words, for fixed strategies of players (-i), player i's strategy is optimal among those with minimum weight specified by ϵ:
```julia
Expand Down

2 comments on commit 2a9806a

@forrestlaine
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/58255

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.1 -m "<description of version>" 2a9806abddfd4bd699b8ce305a5c9705383a410f
git push origin v0.3.1

Please sign in to comment.