Parametric programming explained
Parametric programming is a type of mathematical optimization, where the optimization problem is solved as a function of one or multiple parameters.[1] Developed in parallel to sensitivity analysis, its earliest mention can be found in a thesis from 1952.[2] Since then, there have been considerable developments for the cases of multiple parameters, presence of integer variables as well as nonlinearities.
Notation
In general, the following optimization problem is considered
\begin{align}
J*(\theta)=&
f(x,\theta)\\
&subjecttog(x,\theta)\leq0.\\
&\theta\in\Theta\subsetRm
\end{align}
where
is the optimization variable,
are the parameters,
is the
objective function and
denote the
constraints.
denotes a function whose output is the optimal value of the objective function
. The set
is generally referred to as parameter space.
The optimal value (i.e. result of solving the optimization problem) is obtained by evaluating the function with an argument
.
Classification
Depending on the nature of
and
and whether the optimization problem features integer variables, parametric programming problems are classified into different sub-classes:
- If more than one parameter is present, i.e.
, then it is often referred to as multiparametric programming problem
[3] - If integer variables are present, then the problem is referred to as (multi)parametric mixed-integer programming problem[4]
- If constraints are affine, then additional classifications depending to nature of the objective function in (multi)parametric (mixed-integer) linear, quadratic and nonlinear programming problems is performed. Note that this generally assumes the constraints to be affine.[5]
Applications
In control theory generally and in process industries
The connection between parametric programming and model predictive control for process manufacturing, established in 2000, has contributed to an increased interest in the topic.[6] [7] Parametric programming supplies the idea that optimization problems can be parametrized as functions that can be evaluated (similar to a lookup table). This in turns allows the optimization algorithms in optimal controllers to be implemented as pre-computed (off-line) mathematical functions, which may in some cases be simpler and faster to evaluate than solving a full optimization problem on-line. This also opens up the possibility of creating optimal controllers on chips (MPC on chip[8]). However, the off-line parametrization of optimal solutions runs into the curse of dimensionality as the number of possible solutions grows with the dimensionality and number of constraints in the problem.
In CNC programming
Parametric programming in the context of CNC (computer numerical control) is defining part-cutting cycles in terms of variables with reassignable values rather than via hardcoded/hardwired instances. An archetypically simple example is writing a G-code program to machine a family of washers: there is often no need to write 15 programs for 15 members of the family with various hole diameters, outer diameters, thicknesses, and materials, when it is practical instead to write 1 program that calls various variables and reads their current values from a table of assignments. The program then instructs the machine slides and spindles to move to various positions at various velocities, accordingly, addressing not only the sizes of the part (i.e., OD, ID, thickness) but also even the speeds and feeds needed for any given material (e.g., low-carbon steel, high-carbon steel; stainless steel of whichever grade; bronze, brass, or aluminum of whichever grade; polymer of whichever type). Custom Macros are often used in such programming.[9]
Notes and References
- Book: Gal . Tomas . 1995 . Postoptimal Analyses, Parametric Programming, and Related Topics: Degeneracy, Multicriteria Decision Making, Redundancy . W. de Gruyter . Berlin . 978-3-11-087120-3 . 2nd.
- Book: Gal . Tomas . Greenberg . Harvey J. . 1997 . Advances in Sensitivity Analysis and Parametric Programming . Kluwer Academic Publishers . Boston . 10.1007/978-1-4615-6103-3 . 978-0-7923-9917-9 . International Series in Operations Research & Management Science . 6.
- Gal. Tomas. Nedoma. Josef. Multiparametric Linear Programming. Management Science. 1972. 18. 7. 406–422. 2629358. 10.1287/mnsc.18.7.406.
- Dua. Vivek. Pistikopoulos. Efstratios N.. Algorithms for the Solution of Multiparametric Mixed-Integer Nonlinear Optimization Problems. Industrial & Engineering Chemistry Research. October 1999. 38. 10. 3976–3987. 10.1021/ie980792u.
- Book: Pistikopoulos . Efstratios N. . Georgiadis . Michael C. . Dua . Vivek . 2007 . Multi-parametric Programming Theory, Algorithms and Applications . Wiley-VCH . Weinheim . 10.1002/9783527631216 . 9783527316915 .
- Book: Bemporad . Alberto . Morari . Manfred . Dua . Vivek . Pistikopoulos . Efstratios N. . 2000 . The explicit solution of model predictive control via multiparametric quadratic programming . Proceedings of the 2000 American Control Conference . 872 . 10.1109/ACC.2000.876624 . 0-7803-5519-9 . 1068816 .
- Bemporad . Alberto . Morari . Manfred . Dua . Vivek . Pistikopoulos . Efstratios N. . The explicit linear quadratic regulator for constrained systems . Automatica . January 2002 . 38 . 1 . 3–20 . 10.1.1.67.2946 . 10.1016/S0005-1098(01)00174-1.
- https://www.researchgate.net/publication/223477621_MPC_on_a_chip-Recent_advances_on_the_application_of_multi-parametric_model-based_control MPC on a chip—Recent advances on the application of multi-parametric model-based control | Request PDF
- Web site: Lynch . Mike . 2023-05-12 . 5 Reasons Why You Should Know How to Write Custom Macros. Custom macros enhance what can be done in G-code programs, giving users the ability to code operations that were previously not possible . www.mmsonline.com . 2023-05-20 . en . ..