NeuralPDE: How to implement the MiniMax adaptive reweighting method

I am a newbie to Julia but have a big passion for learning it. Recently, I have been interested in solving PDE using NeuralPDE.jl after reading the paper at https://arxiv.org/ftp/arxiv/papers/2107/2107.09443.pdf. Then, I want to implement the minimax adaptive reweighting method using NeuralPDE.jl to solve a linear complementarity problem. Is there anyone who knows how to do it?

Thanks.

@zobot needs to finish https://github.com/SciML/NeuralPDE.jl/pull/291 :sweat_smile:

Thanks, Chris! I am very impressed with NeuralPDE.jl. I look forward to seeing improvements!