Skip to content

ENH: Support reading in perturbation vectors in gambit-ipa #500

@tturocy

Description

@tturocy

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:

  1. The -s argument which will read perturbation vectors from a file
  2. The -n argument 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    c++Items which involve writing in C++good-first-issueItems which are (relatively) straightforward, and good ways to get into the codenashItems which involve Nash equilibrium computation methods

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions