Learn R Programming

GNE: Computation of Generalized Nash Equilibria

GNE computes standard and generalized Nash Equilibria of non-cooperative games. Optimization methods available are nonsmooth reformulation, fixed-point formulation, minimization problem and constrained-equation reformulation.

The package

The stable version of GNE can be installed from CRAN using:

install.packages("GNE")

Finally load the package in your current R session with the following R command:

library(GNE)

Documentation

The documentation is available at

help(GNE)

Copy Link

Version

Install

install.packages('GNE')

Monthly Downloads

333

Version

0.99-6

License

GPL (>= 2)

Last Published

October 17th, 2024

Functions in GNE (0.99-6)

GNE.ceq

Constrained equation reformulation of the GNE problem.
GNE.fpeq

Fixed point equation reformulation of the GNE problem.
GNE.minpb

Non smooth equation reformulation of the GNE problem.
NIR

Nikaido Isoda Reformulation
SSR

SemiSmooth Reformulation
CER

Constrained Equation Reformulation
GNE.nseq

Non smooth equation reformulation of the GNE problem.
VIR

Nikaido Isoda Reformulation
compl

Complementarity functions
potential.reduction

Potential reduction algorithm utility functions
stepfunc

Step functions
rejection

Rejection method for random generation.
projector

Projection of a point on a set
eqsolve

Solving non linear equations
bench.GNE

Benchmark function
GNE

GNE package