gambitproject / gambit

Gambit: The package for computation in game theory
http://www.gambit-project.org
GNU General Public License v2.0
400 stars 150 forks source link

Make interface to mixed profiles uniform. #384

Closed tturocy closed 11 months ago

tturocy commented 11 months ago

This creates a uniform approach to implementing mixed strategy and mixed behavior profiles. In all cases, member functions are defined in the base (precision-agnostic) class, and then the implementation is delegated to a private member in the derived class.

The documentation index has also been updated to include all public members of the class API.