mirror of
https://github.com/quatalog/site.git
synced 2024-11-21 14:23:02 +00:00
Mon Sep 18 20:22:00 UTC 2023
This commit is contained in:
parent
76db630e10
commit
fa91f0a632
|
@ -2,9 +2,9 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>
|
||||
CHME-4660: Modern Predictive Control
|
||||
CHME-4660: Model Predictive Control
|
||||
</title>
|
||||
<meta property="og:title" content="CHME-4660: Modern Predictive Control">
|
||||
<meta property="og:title" content="CHME-4660: Model Predictive Control">
|
||||
<meta property="og:description" content="An introduction to the theory and application of model predictive control (MPC). Overview of discrete-time model-based control. Methods to correct for plant-model mismatch. Unconstrained and constrained solutions to the MPC optimization problem. Extensions to nonlinear systems.">
|
||||
<link rel="stylesheet" href="../css/common.css">
|
||||
<link rel="stylesheet" href="../css/coursedisplay.css">
|
||||
|
@ -28,7 +28,7 @@
|
|||
<div id="cd-flex">
|
||||
<div id="course-info-container">
|
||||
<h1 id="name">
|
||||
Modern Predictive Control
|
||||
Model Predictive Control
|
||||
</h1>
|
||||
<h2 id="code">
|
||||
CHME-4660
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>
|
||||
CHME-6660: Modern Predictive Control
|
||||
CHME-6660: Model Predictive Control
|
||||
</title>
|
||||
<meta property="og:title" content="CHME-6660: Modern Predictive Control">
|
||||
<meta property="og:title" content="CHME-6660: Model Predictive Control">
|
||||
<meta property="og:description" content="An introduction to the theory and application of model predictive control (MPC). Overview of discrete-time model-based control. Methods to correct for plant-model mismatch. Unconstrained and constrained solutions to the MPC optimization problem. Extensions to nonlinear systems.">
|
||||
<link rel="stylesheet" href="../css/common.css">
|
||||
<link rel="stylesheet" href="../css/coursedisplay.css">
|
||||
|
@ -28,7 +28,7 @@
|
|||
<div id="cd-flex">
|
||||
<div id="course-info-container">
|
||||
<h1 id="name">
|
||||
Modern Predictive Control
|
||||
Model Predictive Control
|
||||
</h1>
|
||||
<h2 id="code">
|
||||
CHME-6660
|
||||
|
|
|
@ -156,7 +156,7 @@
|
|||
<li>David Eric Goldschmidt</li>
|
||||
</ul>
|
||||
<span class="course-capacity">
|
||||
Seats Taken: 409/400
|
||||
Seats Taken: 410/400
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
|
|
|
@ -144,7 +144,7 @@
|
|||
<li>Konstantin Kuzmin</li>
|
||||
</ul>
|
||||
<span class="course-capacity">
|
||||
Seats Taken: 352/360
|
||||
Seats Taken: 353/360
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
|
|
|
@ -152,7 +152,7 @@
|
|||
<li>Charles V Stewart</li>
|
||||
</ul>
|
||||
<span class="course-capacity">
|
||||
Seats Taken: 11/20
|
||||
Seats Taken: 12/20
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
|
|
|
@ -146,7 +146,7 @@
|
|||
<li>Alicia Ann Walf</li>
|
||||
</ul>
|
||||
<span class="course-capacity">
|
||||
Seats Taken: 435/480
|
||||
Seats Taken: 434/480
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
|
|
|
@ -10251,7 +10251,7 @@
|
|||
"code" : "CHME-4660",
|
||||
"credits" : "? credits",
|
||||
"description" : "An introduction to the theory and application of model predictive control (MPC). Overview of discrete-time model-based control. Methods to correct for plant-model mismatch. Unconstrained and constrained solutions to the MPC optimization problem. Extensions to nonlinear systems.",
|
||||
"name" : "Modern Predictive Control"
|
||||
"name" : "Model Predictive Control"
|
||||
},
|
||||
{
|
||||
"attributes" : null,
|
||||
|
@ -10552,7 +10552,7 @@
|
|||
"code" : "CHME-6660",
|
||||
"credits" : "? credits",
|
||||
"description" : "An introduction to the theory and application of model predictive control (MPC). Overview of discrete-time model-based control. Methods to correct for plant-model mismatch. Unconstrained and constrained solutions to the MPC optimization problem. Extensions to nonlinear systems.",
|
||||
"name" : "Modern Predictive Control"
|
||||
"name" : "Model Predictive Control"
|
||||
},
|
||||
{
|
||||
"attributes" : null,
|
||||
|
|
Loading…
Reference in a new issue