GNE computes standard and generalized Nash Equilibria ofnon-cooperative games. Optimization methods available are nonsmoothreformulation, fixed-point formulation, minimization problem andconstrained-equation reformulation.
The stable version ofGNE can be installed from CRANusing:
install.packages("GNE")Finally load the package in your current R session with the followingR command:
library(GNE)The documentation is available at
help(GNE)