arfc / d3ploy

A collection of Cyclus manager archetypes for demand driven deployment
BSD 3-Clause "New" or "Revised" License
4 stars 11 forks source link

Addition of 'steps' to poly and fft #288

Closed robfairh closed 5 years ago

robfairh commented 5 years ago

Now poly and fft can look ahead a number of steps defined by the user. Exp_smoothing doesn't have the capability of looking ahead more time steps than just one apparently. Holt_winters has that capability but I don't know how to implement it with the function that we are currently using.