-
Notifications
You must be signed in to change notification settings - Fork 6
Load Estimators
meganlim edited this page Aug 3, 2018
·
5 revisions
The purpose of the Load Estimator class is to define the interface for Load Estimators which handle the logic of estimating future loading.
The GSAP Load Estimator Library is shipped with a few standard load estimators listed below. Click on the Load Estimator name for more information.
- Constant Load Estimator: This is a simple future load estimator for cases of constant loading.
- Moving Average Load Estimator: This is a simple future load estimator that uses the past loading to estimate future loading.