-
Notifications
You must be signed in to change notification settings - Fork 192
Open
Labels
c++Items which involve writing in C++Items which involve writing in C++good-first-issueItems which are (relatively) straightforward, and good ways to get into the codeItems which are (relatively) straightforward, and good ways to get into the codenashItems which involve Nash equilibrium computation methodsItems which involve Nash equilibrium computation methods
Description
Overview
A run of the iterated polymatrix approximation algorithm takes as input a perturbation vector.
This is not currently available via the command-line gambit-ipa.
Actions
The interface to gambit-liap can be imitated here - although IPA takes perturbation vectors these can be thought of as being isomorphic to mixed strategies.
Specifically, add:
- The
-sargument which will read perturbation vectors from a file - The
-nargument which will generate perturbation vectors randomly
-s and -n should be mutually exclusive (so generate an error if both are specified).
The help string and the Sphinx documentation should be amended accordingly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
c++Items which involve writing in C++Items which involve writing in C++good-first-issueItems which are (relatively) straightforward, and good ways to get into the codeItems which are (relatively) straightforward, and good ways to get into the codenashItems which involve Nash equilibrium computation methodsItems which involve Nash equilibrium computation methods