To design a weight vector on a relationship game so that the quantal response equilibrium minimizes social cost.
- Two congestion game examples
congestion()andbee_queen()in
examples.jl
- Game solver: Quantal Response Equilibrium (QRE)
solve_entropy_nash_jumpin
game_solvers/entropy_nash_solver_jump.jl
- Projected Gradient Descent algorithms
ProjectedGradientMinMaxandProjectedGradientDownstairsthat solves the Min-Max and Min-Min problems in
game_solvers/gradient_entropy_nash_jump_new.jl
- run experiments in
test.jl