# toggle switch of Gardner et al. param alpha=1 n=2 x' = alpha/(1+y^n) - x y' = alpha/(1+x^n) - y init x=0.5 y=0.51 done