This is a PyTorch implementation of the methodology described in the article.
Run the following Python notebooks to repeat experiments for each model:
repeat_OU.ipynbandrepeat_OU_robust.ipynbfor Ornstein-Uhlenbeck model;repeat_logistic.ipynbandrepeat_logistic_robust.ipynbfor a logistic diffusion model considered in Knape and Valpine (Ecology, 2012);repeat_cell.ipynbandrepeat_cell_robust.ipynbfor the cell differentiation and development model of Wang et al. (PNAS, 2011).