Summary
The SLS_H2 function is already implementing the state-feedback SLS problem with $H_2$ norm. The output-feedback problem should now be implemented as a elseif case of the SLS_H2 function when the model is a GeneralizedPlant{<:Any,OutputFeedback}. This should be done using the ADMM-based implementation to separate the control and estimation sub-problems.
Proposal
Notes
- The augmented Lagrangian function must be provided into a Distributed-friendly manner. Matrix operations should be preferred to avoid slicing and unnecessary allocations.
- Should the number of iterations of the ADMM be a function argument, or stopping criteria is enough?
Implemented in: TBD
Summary
The$H_2$ norm. The output-feedback problem should now be implemented as a
SLS_H2function is already implementing the state-feedback SLS problem withelseifcase of the SLS_H2 function when the model is a GeneralizedPlant{<:Any,OutputFeedback}. This should be done using the ADMM-based implementation to separate the control and estimation sub-problems.Proposal
_SLS_H2(P, ___)and_SLS_H2(P',___)for the control and estimation problems, respectively.Notes
Implemented in: TBD