You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is needed for using TDD for the simulator (which is needed because the simulator should be standalone and extendable). Steps:
refactor predictors to construct history objects either by compacting historical profiles or through other means
1.1. prediction model should be an interface, compacted history model should be abstract
1.2. the creation of the historical objects should not be dependent on a database connection
base all predictions on these prediction models
update these models at runtime
The text was updated successfully, but these errors were encountered:
This is needed for using TDD for the simulator (which is needed because the simulator should be standalone and extendable). Steps:
1.1. prediction model should be an interface, compacted history model should be abstract
1.2. the creation of the historical objects should not be dependent on a database connection
The text was updated successfully, but these errors were encountered: