Class Algorithm
Defined in File ipg_algorithms.h
Inheritance Relationships
Derived Types
public Algorithms::IPG::CutAndPlay
(Class CutAndPlay)public Algorithms::IPG::ZERORegrets
(Class ZERORegrets)
Class Documentation
-
class Algorithm
Subclassed by Algorithms::IPG::CutAndPlay, Algorithms::IPG::ZERORegrets
Public Functions
-
virtual void solve() = 0
A method to solve IPGs.
-
virtual bool isSolved() const = 0
A method to check whether the IPG is solved or not, given a numerical tolerance.
-
virtual bool isPureStrategy() const = 0
A method to check whether the IPG solution is a pure equilibrium or not, given a numerical tolerance.
-
inline double getTol() const
-
inline void setTol(double tol)
-
virtual void solve() = 0