A mathematical approach to predicting the benefit of Adaptive Therapy
This is a simple 2-population Lotka-Volterra tumour model, where
Both species follow a modified logistic growth model with growth rates
For the susceptible population, this growth rate is also modified by the drug concentration
Finally, both species have a natural death rate, of
This model is implemented in the LotkaVolterraModel class, which inherits from ODEModel. This parent class sets parameters such as error tolerances for the solver, and then solves the ODE model for each treatment period sequentially.