-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
backlogTasks that need to be done but aren't scheduled. Higher priority than ideas-list.Tasks that need to be done but aren't scheduled. Higher priority than ideas-list.
Description
Add top-level module estimators that can be assigned to certain controllers where an estimation step is needed/relevant. Main example at this point is spatial averaging/consensus for enhanced wind farm yaw control.
- Establish whoc/estimators
- Establish abstract
EstimatorBase, similar toControllerBase, that enforces acompute_estimatesmethod - Put in a basic estimator for wind farm control purposes (e.g. uses average measurements from freestream turbines)
- Possibly add "null" estimator that passes through measurements unchanged (may not be needed)
- Add tests
- Incorporate in relevant examples
- Update documentation
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backlogTasks that need to be done but aren't scheduled. Higher priority than ideas-list.Tasks that need to be done but aren't scheduled. Higher priority than ideas-list.