Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.13 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.13 KB

Weak Minty code

This code accompanies the paper titled Escaping limit cycles: Global convergence for constrained nonconvex-nonconcave minimax problems at ICLR 2022.

Overview

Hyperparameter recommendations

We recommend the following parameters for CurvatureEG+:

  • ν = 0.99 such that that initial guess is close to ||JF(z)||².
  • τ = 0.5 such that we do not incur too many backtracking calls. Setting it even smaller will reduce the number of backtracks further. However, there is a tradeoff since decreasing τ leads to a smaller extrapolation stepsize which might prevent convergence.