can fmincon or ga be used to on-line optimization?
Ältere Kommentare anzeigen
hi, i'm working on predictive control with constrains and i have to optimize a cost equation, and i found i can use fmincon and ga but i want to know if this functions are able to work on-line and what requirement must have an optimization algorithm to work on-line.
thanks for help.
Akzeptierte Antwort
Weitere Antworten (1)
John Hedengren
am 23 Dez. 2011
1 Stimme
Another issue to consider for online work is the networked communication. You are probably solving the optimization problem on a computer that is separate from the SCADA system. You'll typically need to use an OPC (OLE for Process Control) or Modbus connection to interface with an industrial control system or PLC.
An alternative to FMINCON is the Nonlinear Control and Optimization toolbox that has been deployed in many online applications in the oil and gas industry. It uses solvers such as APOPT, BPOPT, or IPOPT to solve large-scale optimization or predictive control applications.
Kategorien
Mehr zu Nonlinear Control finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!