Content deleted Content added
No edit summary |
ref |
||
Line 1:
{{Short description|Optimization using parameterization}}
'''Parametric programming''' is a type of [[mathematical optimization]], where the [[optimization problem]] is solved as a function of one or multiple [[parameters]].<ref>{{cite book |last1=Gal |first1=Tomas |year=1995 |title=Postoptimal Analyses, Parametric Programming, and Related Topics: Degeneracy, Multicriteria Decision Making, Redundancy |publisher=W. de Gruyter |___location=Berlin |isbn=978-3-11-087120-3 |edition=2nd}}</ref> Developed in parallel to [[sensitivity analysis]], its earliest mention can be found in a [[thesis]] from 1952.<ref>{{cite book |last1=Gal |first1=Tomas |last2=Greenberg |first2=Harvey J. |date=1997 |title=Advances in Sensitivity Analysis and Parametric Programming |publisher=Kluwer Academic Publishers |___location=Boston |doi=10.1007/978-1-4615-6103-3 |isbn=978-0-7923-9917-9 |series=International Series in Operations Research & Management Science |volume=6}}</ref> Since then, there have been considerable developments for the cases of multiple parameters, presence of [[integer]] variables as well as nonlinearities.
Line 26 ⟶ 27:
=== 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.<ref>{{cite book |last1=Bemporad |first1=Alberto |last2=Morari |first2=Manfred |last3=Dua |first3=Vivek |last4=Pistikopoulos |first4=Efstratios N. |year=2000 |chapter=The explicit solution of model predictive control via multiparametric quadratic programming |title=Proceedings of the 2000 American Control Conference |pages=872 |doi=10.1109/ACC.2000.876624 |isbn=0-7803-5519-9 |s2cid=1068816 }}</ref><ref>{{cite journal |last1=Bemporad |first1=Alberto |last2=Morari |first2=Manfred |last3=Dua |first3=Vivek |last4=Pistikopoulos |first4=Efstratios N. |title=The explicit linear quadratic regulator for constrained systems |journal=Automatica |date=January 2002 |volume=38 |issue=1 |pages=3–20 |citeseerx=10.1.1.67.2946 |doi=10.1016/S0005-1098(01)00174-1}}</ref> 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<ref>[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<!-- Bot generated title -->]</ref>). 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.{{Citation needed|date=February 2023}}
=== In CNC programming ===
Parametric programming in the context of CNC ([[numerical control|computer numerical control]]) is defining part-cutting cycles in terms of variables with reassignable values rather than via hardcoded/hardwired instances. An [[wikt:archetype#Noun|archetypically simple]] example is writing a [[G-code]] program to machine a family of [[washer (hardware)|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.<ref name="Lynch-2023-05-12">{{cite web |last1=Lynch |first1=Mike |date=2023-05-12 |title=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 |url=https://www.mmsonline.com/articles/5-reasons-why-you-should-know-how-to-write-custom-macros |website=www.mmsonline.com |access-date=2023-05-20 |language=en |postscript=.}}</ref>
==References==
|