cesaraustralia / Dispersal.jl

Tools for simulating organism dispersal
Other
21 stars 3 forks source link

Drop `Exact` from growth model names #51

Closed rafaqz closed 3 years ago

rafaqz commented 3 years ago

These are legacy from when there where two methods for each. Now it seems pretty verbose.

I think LogisticGrowth is better than ExactLogisticGrowth, as for ExactExponentialGrowth and especially ExactExponentialGrowthMap is really getting too long. @jamesmaino any thoughts? I think you named these.

jamesmaino commented 3 years ago

Yeah, fine to change. It was previous to separate the inexact method using Euler's method.