Optimizer MethodsΒΆ

To estimate parameters in models pyPhenology uses optimizers built-in to scipy. The most popular optimization technique in phenology is simulated annealing. This was implimented in scipy previously but was dropped in favor of the basin hopping algorithm. Optimizers available are:

  • Differential evolution (the default)
  • Basin hopping
  • Brute force