<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://optimization.cbe.cornell.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=JackieJ</id>
	<title>Cornell University Computational Optimization Open Textbook - Optimization Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://optimization.cbe.cornell.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=JackieJ"/>
	<link rel="alternate" type="text/html" href="https://optimization.cbe.cornell.edu/index.php?title=Special:Contributions/JackieJ"/>
	<updated>2026-05-05T11:54:24Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5572</id>
		<title>Exponential transformation</title>
		<link rel="alternate" type="text/html" href="https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5572"/>
		<updated>2021-12-15T04:06:02Z</updated>

		<summary type="html">&lt;p&gt;JackieJ: Update section link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Author: Daphne Duvivier, Daniela Gil, Jacqueline Jackson, Sinclaire Mills, Vanessa Nobre (SYSEN 5800, Fall 2021)&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;exponential transformation&#039;&#039;&#039; is a simple algebraic transformation of a monomial function through variable substitution with an exponential variable. In computational optimization, exponential transformations are used for convexification of geometric programming constraints in nonconvex optimization problems.&lt;br /&gt;
&lt;br /&gt;
Exponential transformation creates a convex function without changing the decision space of the problem. &amp;lt;ref name =&amp;quot;:0&amp;quot;&amp;gt; D. Li and M. P. Biswal, [https://doi.org/10.1023/A:1021708412776 &amp;quot;Exponential Transformation in Convexifying a Noninferior Frontier and Exponential Generating Method],&amp;quot; &#039;&#039;Journal of Optimization Theory and Applications&#039;&#039;, vol. 99, pp. 183–199, 1998.&amp;lt;/ref&amp;gt; This is done through a simple substitution of continuous variables with a natural exponent and simplification of binary variables through removal of the exponent. The transformation is verified to be convex if the Hessian, denoted by &amp;lt;math&amp;gt;H(x)&amp;lt;/math&amp;gt;, is proven to be positive-definite.&lt;br /&gt;
&lt;br /&gt;
By using exponential transformations, not only is the overall time to solve a Nonlinear Programming (NLP) or a Mixed Integer Nonlinear Programming (MINLP) problem reduced, but we can also simplify the solution space enough to utilize conventional NLP/MINLP solvers. Various real world optimization problems apply this transformation to simplify the solution space consisting of extensive quantities of constraints and variables. &lt;br /&gt;
&lt;br /&gt;
== Theory, Methodology, and Algorithmic Discussions ==&lt;br /&gt;
=== Theory ===&lt;br /&gt;
Exponential transformations are most commonly applied to geometric programs. A &#039;&#039;&#039;geometric program&#039;&#039;&#039; is a mathematical optimization problem where the objective function is a posynomial being minimized. &#039;&#039;&#039;Posynomial&#039;&#039;&#039; functions are defined as positive polynomials. &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt; S. Boyd, S. J. Kim, and L. Vandenberghe &#039;&#039;et al.&#039;&#039;, [https://doi.org/10.1007/s11081-007-9001-7 &amp;quot;A tutorial on geometric programming],&amp;quot; &#039;&#039;Optimization and Engineering&#039;&#039;, vol. 8, article 67, 2007.&amp;lt;/ref&amp;gt;   &lt;br /&gt;
&lt;br /&gt;
The standard form of a geometric program is represented by:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align} &lt;br /&gt;
\min &amp;amp; \quad f_0(x) \\&lt;br /&gt;
s.t. &amp;amp; \quad f_i(x) \leq 1 \quad  i = 1,....,m  \\&lt;br /&gt;
 &amp;amp; \quad g_i(x) = 1  \quad i = 1,....,p &lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt; f_0(x) &amp;lt;/math&amp;gt; is a posynomial function, &amp;lt;math&amp;gt; f_i(x) &amp;lt;/math&amp;gt;  is a posynomial function and &amp;lt;math&amp;gt; g_i(x) &amp;lt;/math&amp;gt; is a monomial function. &lt;br /&gt;
&lt;br /&gt;
To verify a geometric program is represented in its standard form, the following conditions must be true:&lt;br /&gt;
# Objective function &amp;lt;math&amp;gt;f_0(x)&amp;lt;/math&amp;gt; is a posynomial.&lt;br /&gt;
# Inequality constraints &amp;lt;math&amp;gt;f_i(x)&amp;lt;/math&amp;gt; must be posynomials less than or equal to 1. &lt;br /&gt;
# Equality constraints &amp;lt;math&amp;gt;g_i(x)&amp;lt;/math&amp;gt; must be monomials equal to 1.&lt;br /&gt;
&lt;br /&gt;
In this definition, monomials differ from the usual algebraic definition where the exponents must be nonnegative integers. For this application, exponents can be any positive number inclusive of fractions and negative exponents. &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Methodology ===&lt;br /&gt;
&lt;br /&gt;
Exponential transformation begins with a posynomial noncovex function as depicted below. &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt; A posynomial begins with &amp;lt;math&amp;gt; x_1,...,x_n &amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;x_n&amp;lt;/math&amp;gt; are real non-negative variables.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(x) = \sum_{k=1}^N c_k{x_1}^{a_{1k}}{x_2}^{a_{2k}}....{x_n}^{a_{nk}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt; c_k \geq 0 &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; x_n \geq0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A transformation is applied in which &amp;lt;math&amp;gt; x_n &amp;lt;/math&amp;gt; is replaced with the natural logarithm base exponential &amp;lt;math&amp;gt; e^{u_n} &amp;lt;/math&amp;gt;. &amp;lt;ref&amp;gt; I. E. Grossmann, [https://doi.org/10.1023/A:1021039126272 &amp;quot;Review of Nonlinear Mixed-Integer and Disjunctive Programming Techniques],&amp;quot; &#039;&#039;Optimization and Engineering&#039;&#039;, vol. 3, pp. 227–252, 2002. &amp;lt;/ref&amp;gt; The transformed function after substitution is presented as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(u) = \sum_{k=1}^N c_k{{e}^{{u_1}{a_{1k}}}{e}^{{u_2}{a_{2k}}}....{e}^{{u_n}{a_{nk}}}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Properties of the exponent can be used to further simplify the transformation above, resulting in the sum of the exponents with a natural logarithm base. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(u) = \sum_{k=1}^N c_k{{e}^{{{u_1}{a_{1k}}}+{{u_2}{a_{2k}}}....+{{u_n}{a_{nk}}}}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In order to prove the convexity of the final transformed function, the positive-definite test of the Hessian is used as defined in &#039;&#039;Optimization of Chemical Processes&#039;&#039; &amp;lt;ref&amp;gt; T. F. Edgar, D. M. Himmelblau, and L. S. Lasdon, &#039;&#039;Optimization of Chemical Processes&#039;&#039;, McGraw-Hill, 2001.&amp;lt;/ref&amp;gt;. The Hessian is defined as the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  H(x) = H = \nabla^2f(x) =&lt;br /&gt;
\begin{bmatrix} &lt;br /&gt;
{\partial^2 f \over \partial {x_1^2}} &amp;amp; {\partial^2 f \over \partial x_1\partial x_2} \\&lt;br /&gt;
{\partial^2 f \over \partial x_2\partial x_1} &amp;amp; {\partial^2 f \over \partial {x_2^2}}&lt;br /&gt;
\end{bmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to test that &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  Q(x)\geq 0 &amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;  Q(x) = x^THx &amp;lt;/math&amp;gt; for all &amp;lt;math&amp;gt; x \neq 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Exponential Transformation in Computational Optimization===&lt;br /&gt;
&lt;br /&gt;
Exponential transformation can be used for convexification of any MINLP that meets the criteria for a geometric program. Using the exponential substitution detailed above, all continuous variables in the function are transformed while binary variables are not transformed. This transformation can also be applied to constraints to ensure convexification throughout the entire problem.  &lt;br /&gt;
&lt;br /&gt;
In a special case, binary exponential transformation can also be applied where binary variables are linearized. Binary exponential transformation can be done by using the following replacement: &amp;lt;math&amp;gt; {y^n} &amp;lt;/math&amp;gt; is substituted by &amp;lt;math&amp;gt;y&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Additionally, all points on the transformed function are feasible in the original function, and all objective values in the transformed function are the same or less than the original function. &amp;lt;ref&amp;gt;P. Shen and K. Zhang, [https://doi.org/10.1016/S0096-3003(03)00200-5 &amp;quot;Global optimization of signomial geometric programming using linear relaxation],&amp;quot; &#039;&#039;Applied Mathematics and Computation&#039;&#039;, vol. 150, issue 1, pp. 99-114, 2004. &amp;lt;/ref&amp;gt; This creates a convex under estimator approach to the problem. Note that the bounds of the problem are not altered through exponential transformation. &amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Numerical Example ==&lt;br /&gt;
To provide an example, we begin with a simple nonconvex problem:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {\frac{x_1^3}{x_2^4}} + {x_1^2} + {\sqrt[3]{x_2^2}} \leq 4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 1:&#039;&#039;&#039; Convert the problem into standard form by reformulating radicals, fractions, etc. into exponents.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {x_1^3}*{x_2^{-4}} + {x_1^2} + {x_2^{\frac{2}{3}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 2:&#039;&#039;&#039; Substitute all instances of &amp;lt;math&amp;gt;x_n&amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;e^{u_n}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{e^{{3}{u_1}}}*{e^{{-4}{u_2}}} + {e^{{2}{u_1}}} + {{e^{{\frac{2}{3}}u_2}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 3:&#039;&#039;&#039; Simplify by applying exponent properties.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {e^{3{u_1} - 4{u_2}}} + {e^{{2}{u_1}}} + {{e^{{\frac{2}{3}}{u_2}}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Example of Convexification in MINLP ===&lt;br /&gt;
&lt;br /&gt;
The following MINLP problem can take a convexification approach using exponential transformation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{x_1^2}{x_2^8} + 2{x_1} + {x_2^3} + 5{y_1} + 2 {y_2^2} \\&lt;br /&gt;
s.t. &amp;amp; \quad {x_1} \leq 7{x_2^{0.2}} \\&lt;br /&gt;
&amp;amp; \quad 2{x_1^3} - y_1^2 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad x_1 \geq 0 \\ &lt;br /&gt;
&amp;amp; \quad x_2 \leq 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 \isin \left \{ 0,1 \right \} \quad y_2 \isin \left \{ 0,1 \right \}&lt;br /&gt;
\end{align} &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 1:&#039;&#039;&#039; Apply the exponential transformation to continuous variables &amp;lt;math&amp;gt;x_1&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;x_2&amp;lt;/math&amp;gt; by substituting &amp;lt;math&amp;gt;x_1 = e^{u_1}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;x_2 = e^{u_2} &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + {e^{{3}{u_2}}} + 5{y_1} + 2 {y_2^2} \\&lt;br /&gt;
s.t. &amp;amp; \quad {e^{u_1}} \leq 7{e^{0.2{u_2}}} \\&lt;br /&gt;
&amp;amp; \quad 2{e^{3{u_1}}} - y_1^2 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad e^{u_1} \geq 0 \\&lt;br /&gt;
&amp;amp; \quad e^{u_2} \leq 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 \isin \left \{ 0,1 \right \} \quad y_2 \isin \left \{ 0,1 \right \}&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 2:&#039;&#039;&#039; Simplify using the properties of exponents. (i.e. Combining the products of exponential terms as the sum of exponents with the same base)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{e^{2{u_1}+{8{u_2}}}} + 2{e^{u_1}}+{e^{{2u_2}+{3}{u_2}}} + 5{y_1} + 2 {y_2^2}  \\&lt;br /&gt;
s.t. &amp;amp; \quad u_1 \leq \ln 7 + 0.2{u_2} \\&lt;br /&gt;
&amp;amp; \quad 2{e^{3{u_1}}} - y_1^2 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad {u_2} \leq \ln 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 \isin \left \{ 0,1 \right \} \quad y_2 \isin \left \{ 0,1 \right \}&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt; u_1 &amp;lt;/math&amp;gt; is unbounded due to logarithmic of 0 being indefinite.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 3:&#039;&#039;&#039; Simplify binary variables by substituting &amp;lt;math&amp;gt;{y_1}^2&amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;{y_1}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{y_2}^2&amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;{y_2} &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + {e^{{u_2}{3}}} + 5{y_1} + 2 {y_2}  \\&lt;br /&gt;
s.t. &amp;amp; \quad u_1 \leq \ln 7 + 0.2{u_2} \\&lt;br /&gt;
&amp;amp; \quad 2{e^{3{u_1}}} - y_1 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad {u_2} \leq \ln 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 \isin \left \{ 0,1 \right \} \quad y_2 \isin \left \{ 0,1 \right \}&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Convexity Check ====&lt;br /&gt;
For the example above, the Hessian of the transformed matrix is as follows: &amp;lt;ref&amp;gt; M. Chiang, [https://www.princeton.edu/~chiangm/gp.pdf &amp;quot;Geometric Programming for Communication Systems],&amp;quot; 2005. &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{bmatrix}&lt;br /&gt;
{\partial^2 Z(u) \over \partial u_1^2}  &amp;amp;  {\partial^2 Z(u) \over \partial u_1\partial u_2} \\&lt;br /&gt;
{\partial^2 Z(u) \over \partial u_2\partial u_1}  &amp;amp; {\partial^2 Z(u) \over \partial u_2^2} \\&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 1:&#039;&#039;&#039; Solve for each partial derivative.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
{\partial Z(u) \over \partial u_1} = 10{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} \qquad &amp;amp; {\partial Z(u) \over \partial u_2} = 40{e^{2{u_1}}}{e^{8{u_2}}} + 4{e^{u_1}}{e^{2u_2}} + 3{e^{3u_2}} \\&lt;br /&gt;
{\partial^2 Z(u) \over \partial u_1^2} = 20{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} \qquad &amp;amp; {\partial^2 Z(u) \over \partial u_2^2} = 320{e^{2{u_1}}}{e^{8{u_2}}} + 8{e^{u_1}}{e^{2u_2}} + 9{e^{3u_2}} \\&lt;br /&gt;
{\partial^2 Z(u) \over \partial u_1\partial u_2} = 80{e^{2{u_1}}}{e^{8{u_2}}} + 4{e^{u_1}}{e^{2u_2}} \qquad &amp;amp; {\partial^2 Z(u) \over \partial u_2\partial u_1} = 80{e^{2{u_1}}}{e^{8{u_2}}} + 4{e^{u_1}}{e^{2u_2}}&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 2:&#039;&#039;&#039; Construct Hessian matrix, &amp;lt;math&amp;gt;H(x)&amp;lt;/math&amp;gt;, from second derivatives.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;H(x) = &lt;br /&gt;
\begin{bmatrix}&lt;br /&gt;
20{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} \qquad &amp;amp; 80{e^{2{u_1}}}{e^{8{u_2}}} + 4{e^{u_1}}{e^{2u_2}} \\&lt;br /&gt;
80{e^{2{u_1}}}{e^{8{u_2}}} + 4{e^{u_1}}{e^{2u_2}} \qquad &amp;amp; 320{e^{2{u_1}}}{e^{8{u_2}}} + 8{e^{u_1}}{e^{2u_2}} + 9{e^{3u_2}}&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Because the second derivatives consist only of exponential equations and the exponential expression &amp;lt;math&amp;gt;e^x&amp;lt;/math&amp;gt; is convex everywhere, &amp;lt;math&amp;gt;H(x)&amp;lt;/math&amp;gt; is proven to be positive-definite and strictly convex. &lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
Currently, various applications of exponential transformation can be seen in several published journal articles and industry practices. Many of these applications use exponential transformation to convexify their problem space. Due to the similarities between exponential and logarithmic transformations, a combination of both approaches is typically used in practical solutions.  &lt;br /&gt;
&lt;br /&gt;
=== Mechanical Engineering Applications === &lt;br /&gt;
A global optimization approach is explored for the synthesis of heat exchanger networks. As seen in equations (34) and (35) of the paper by Björk and Westerlund, they employ an exponential transformation to convexify their optimization problem. &amp;lt;ref&amp;gt;K. J. Björk and T. Westerlund, [https://doi.org/10.1016/S0098-1354(02)00129-1 &amp;quot;Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption],&amp;quot; &#039;&#039;Computers &amp;amp; Chemical Engineering&#039;&#039;, vol. 26, issue 11, pp. 1581-1593, 2002.&amp;lt;/ref&amp;gt;&lt;br /&gt;
=== Electrical Engineering Application ===&lt;br /&gt;
In the optimization of VLSI circuit performance, a special geometric program defined as a &#039;&#039;&#039;unary geometric program&#039;&#039;&#039; is presented. The unary geometric program is a posynomial as defined in the [[#Theory, Methodology, and Algorithmic Discussions|Theory, Methodology, and Algorithmic Discussions]] section. The unary geometric program is derived through a greedy algorithm which implements a logarithmic transformation within lemma 5. &amp;lt;ref&amp;gt;C. Chu and D. F. Wong, [http://home.eng.iastate.edu/~cnchu/pubs/j08.pdf &amp;quot;VLSI Circuit Performance Optimization by Geometric Programming],&amp;quot; &#039;&#039;Annals of Operations Research&#039;&#039;, vol. 105, pp. 37-60, 2001.&amp;lt;/ref&amp;gt; While this is not a specific exponential transformation example, logarithmic transformations are within the same family and can also be used to convexify geometric programs. &lt;br /&gt;
=== Machining Economics ===&lt;br /&gt;
Applications in economics can be seen through geometric programming approaches. Examples and applications include analyzing the life of cutting tools in machining. In this approach, exponential transformations are used to convexify the problem. &amp;lt;ref&amp;gt;T. R. Jefferson and C. H. Scott, [https://link.springer.com/article/10.1007%2FBF02591746 &amp;quot;Quadratic geometric programming with application to machining economics],&amp;quot; &#039;&#039;Mathematical Programming&#039;&#039;, vol. 31, pp. 137-152, 1985.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Overall, exponential transformations can be applied anywhere a geometric programming approach is taken to optimize the solution space. Some applications may perform a logarithmic transformation instead of an exponential transformation. &lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;br /&gt;
Exponential transformation is a useful method to convexify geometric MINLP and obtain a global solution to the problem. Exponential transformation does not alter the bounds of the problem and allows for a convex objective function and constraints given that the prerequisite conditions described are satisfied. Geometric programming transformation can be further explored through logarithmic transformation to address convexification.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>JackieJ</name></author>
	</entry>
	<entry>
		<id>https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5571</id>
		<title>Exponential transformation</title>
		<link rel="alternate" type="text/html" href="https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5571"/>
		<updated>2021-12-15T04:04:40Z</updated>

		<summary type="html">&lt;p&gt;JackieJ: Update last two links and applications section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Author: Daphne Duvivier, Daniela Gil, Jacqueline Jackson, Sinclaire Mills, Vanessa Nobre (SYSEN 5800, Fall 2021)&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;exponential transformation&#039;&#039;&#039; is a simple algebraic transformation of a monomial function through variable substitution with an exponential variable. In computational optimization, exponential transformations are used for convexification of geometric programming constraints in nonconvex optimization problems.&lt;br /&gt;
&lt;br /&gt;
Exponential transformation creates a convex function without changing the decision space of the problem. &amp;lt;ref name =&amp;quot;:0&amp;quot;&amp;gt; D. Li and M. P. Biswal, [https://doi.org/10.1023/A:1021708412776 &amp;quot;Exponential Transformation in Convexifying a Noninferior Frontier and Exponential Generating Method],&amp;quot; &#039;&#039;Journal of Optimization Theory and Applications&#039;&#039;, vol. 99, pp. 183–199, 1998.&amp;lt;/ref&amp;gt; This is done through a simple substitution of continuous variables with a natural exponent and simplification of binary variables through removal of the exponent. The transformation is verified to be convex if the Hessian, denoted by &amp;lt;math&amp;gt;H(x)&amp;lt;/math&amp;gt;, is proven to be positive-definite.&lt;br /&gt;
&lt;br /&gt;
By using exponential transformations, not only is the overall time to solve a Nonlinear Programming (NLP) or a Mixed Integer Nonlinear Programming (MINLP) problem reduced, but we can also simplify the solution space enough to utilize conventional NLP/MINLP solvers. Various real world optimization problems apply this transformation to simplify the solution space consisting of extensive quantities of constraints and variables. &lt;br /&gt;
&lt;br /&gt;
== Theory, Methodology, and Algorithmic Discussions ==&lt;br /&gt;
=== Theory ===&lt;br /&gt;
Exponential transformations are most commonly applied to geometric programs. A &#039;&#039;&#039;geometric program&#039;&#039;&#039; is a mathematical optimization problem where the objective function is a posynomial being minimized. &#039;&#039;&#039;Posynomial&#039;&#039;&#039; functions are defined as positive polynomials. &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt; S. Boyd, S. J. Kim, and L. Vandenberghe &#039;&#039;et al.&#039;&#039;, [https://doi.org/10.1007/s11081-007-9001-7 &amp;quot;A tutorial on geometric programming],&amp;quot; &#039;&#039;Optimization and Engineering&#039;&#039;, vol. 8, article 67, 2007.&amp;lt;/ref&amp;gt;   &lt;br /&gt;
&lt;br /&gt;
The standard form of a geometric program is represented by:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align} &lt;br /&gt;
\min &amp;amp; \quad f_0(x) \\&lt;br /&gt;
s.t. &amp;amp; \quad f_i(x) \leq 1 \quad  i = 1,....,m  \\&lt;br /&gt;
 &amp;amp; \quad g_i(x) = 1  \quad i = 1,....,p &lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt; f_0(x) &amp;lt;/math&amp;gt; is a posynomial function, &amp;lt;math&amp;gt; f_i(x) &amp;lt;/math&amp;gt;  is a posynomial function and &amp;lt;math&amp;gt; g_i(x) &amp;lt;/math&amp;gt; is a monomial function. &lt;br /&gt;
&lt;br /&gt;
To verify a geometric program is represented in its standard form, the following conditions must be true:&lt;br /&gt;
# Objective function &amp;lt;math&amp;gt;f_0(x)&amp;lt;/math&amp;gt; is a posynomial.&lt;br /&gt;
# Inequality constraints &amp;lt;math&amp;gt;f_i(x)&amp;lt;/math&amp;gt; must be posynomials less than or equal to 1. &lt;br /&gt;
# Equality constraints &amp;lt;math&amp;gt;g_i(x)&amp;lt;/math&amp;gt; must be monomials equal to 1.&lt;br /&gt;
&lt;br /&gt;
In this definition, monomials differ from the usual algebraic definition where the exponents must be nonnegative integers. For this application, exponents can be any positive number inclusive of fractions and negative exponents. &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Methodology ===&lt;br /&gt;
&lt;br /&gt;
Exponential transformation begins with a posynomial noncovex function as depicted below. &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt; A posynomial begins with &amp;lt;math&amp;gt; x_1,...,x_n &amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;x_n&amp;lt;/math&amp;gt; are real non-negative variables.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(x) = \sum_{k=1}^N c_k{x_1}^{a_{1k}}{x_2}^{a_{2k}}....{x_n}^{a_{nk}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt; c_k \geq 0 &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; x_n \geq0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A transformation is applied in which &amp;lt;math&amp;gt; x_n &amp;lt;/math&amp;gt; is replaced with the natural logarithm base exponential &amp;lt;math&amp;gt; e^{u_n} &amp;lt;/math&amp;gt;. &amp;lt;ref&amp;gt; I. E. Grossmann, [https://doi.org/10.1023/A:1021039126272 &amp;quot;Review of Nonlinear Mixed-Integer and Disjunctive Programming Techniques],&amp;quot; &#039;&#039;Optimization and Engineering&#039;&#039;, vol. 3, pp. 227–252, 2002. &amp;lt;/ref&amp;gt; The transformed function after substitution is presented as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(u) = \sum_{k=1}^N c_k{{e}^{{u_1}{a_{1k}}}{e}^{{u_2}{a_{2k}}}....{e}^{{u_n}{a_{nk}}}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Properties of the exponent can be used to further simplify the transformation above, resulting in the sum of the exponents with a natural logarithm base. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(u) = \sum_{k=1}^N c_k{{e}^{{{u_1}{a_{1k}}}+{{u_2}{a_{2k}}}....+{{u_n}{a_{nk}}}}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In order to prove the convexity of the final transformed function, the positive-definite test of the Hessian is used as defined in &#039;&#039;Optimization of Chemical Processes&#039;&#039; &amp;lt;ref&amp;gt; T. F. Edgar, D. M. Himmelblau, and L. S. Lasdon, &#039;&#039;Optimization of Chemical Processes&#039;&#039;, McGraw-Hill, 2001.&amp;lt;/ref&amp;gt;. The Hessian is defined as the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  H(x) = H = \nabla^2f(x) =&lt;br /&gt;
\begin{bmatrix} &lt;br /&gt;
{\partial^2 f \over \partial {x_1^2}} &amp;amp; {\partial^2 f \over \partial x_1\partial x_2} \\&lt;br /&gt;
{\partial^2 f \over \partial x_2\partial x_1} &amp;amp; {\partial^2 f \over \partial {x_2^2}}&lt;br /&gt;
\end{bmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to test that &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  Q(x)\geq 0 &amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;  Q(x) = x^THx &amp;lt;/math&amp;gt; for all &amp;lt;math&amp;gt; x \neq 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Exponential Transformation in Computational Optimization===&lt;br /&gt;
&lt;br /&gt;
Exponential transformation can be used for convexification of any MINLP that meets the criteria for a geometric program. Using the exponential substitution detailed above, all continuous variables in the function are transformed while binary variables are not transformed. This transformation can also be applied to constraints to ensure convexification throughout the entire problem.  &lt;br /&gt;
&lt;br /&gt;
In a special case, binary exponential transformation can also be applied where binary variables are linearized. Binary exponential transformation can be done by using the following replacement: &amp;lt;math&amp;gt; {y^n} &amp;lt;/math&amp;gt; is substituted by &amp;lt;math&amp;gt;y&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Additionally, all points on the transformed function are feasible in the original function, and all objective values in the transformed function are the same or less than the original function. &amp;lt;ref&amp;gt;P. Shen and K. Zhang, [https://doi.org/10.1016/S0096-3003(03)00200-5 &amp;quot;Global optimization of signomial geometric programming using linear relaxation],&amp;quot; &#039;&#039;Applied Mathematics and Computation&#039;&#039;, vol. 150, issue 1, pp. 99-114, 2004. &amp;lt;/ref&amp;gt; This creates a convex under estimator approach to the problem. Note that the bounds of the problem are not altered through exponential transformation. &amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Numerical Example ==&lt;br /&gt;
To provide an example, we begin with a simple nonconvex problem:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {\frac{x_1^3}{x_2^4}} + {x_1^2} + {\sqrt[3]{x_2^2}} \leq 4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 1:&#039;&#039;&#039; Convert the problem into standard form by reformulating radicals, fractions, etc. into exponents.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {x_1^3}*{x_2^{-4}} + {x_1^2} + {x_2^{\frac{2}{3}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 2:&#039;&#039;&#039; Substitute all instances of &amp;lt;math&amp;gt;x_n&amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;e^{u_n}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{e^{{3}{u_1}}}*{e^{{-4}{u_2}}} + {e^{{2}{u_1}}} + {{e^{{\frac{2}{3}}u_2}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 3:&#039;&#039;&#039; Simplify by applying exponent properties.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {e^{3{u_1} - 4{u_2}}} + {e^{{2}{u_1}}} + {{e^{{\frac{2}{3}}{u_2}}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Example of Convexification in MINLP ===&lt;br /&gt;
&lt;br /&gt;
The following MINLP problem can take a convexification approach using exponential transformation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{x_1^2}{x_2^8} + 2{x_1} + {x_2^3} + 5{y_1} + 2 {y_2^2} \\&lt;br /&gt;
s.t. &amp;amp; \quad {x_1} \leq 7{x_2^{0.2}} \\&lt;br /&gt;
&amp;amp; \quad 2{x_1^3} - y_1^2 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad x_1 \geq 0 \\ &lt;br /&gt;
&amp;amp; \quad x_2 \leq 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 \isin \left \{ 0,1 \right \} \quad y_2 \isin \left \{ 0,1 \right \}&lt;br /&gt;
\end{align} &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 1:&#039;&#039;&#039; Apply the exponential transformation to continuous variables &amp;lt;math&amp;gt;x_1&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;x_2&amp;lt;/math&amp;gt; by substituting &amp;lt;math&amp;gt;x_1 = e^{u_1}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;x_2 = e^{u_2} &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + {e^{{3}{u_2}}} + 5{y_1} + 2 {y_2^2} \\&lt;br /&gt;
s.t. &amp;amp; \quad {e^{u_1}} \leq 7{e^{0.2{u_2}}} \\&lt;br /&gt;
&amp;amp; \quad 2{e^{3{u_1}}} - y_1^2 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad e^{u_1} \geq 0 \\&lt;br /&gt;
&amp;amp; \quad e^{u_2} \leq 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 \isin \left \{ 0,1 \right \} \quad y_2 \isin \left \{ 0,1 \right \}&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 2:&#039;&#039;&#039; Simplify using the properties of exponents. (i.e. Combining the products of exponential terms as the sum of exponents with the same base)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{e^{2{u_1}+{8{u_2}}}} + 2{e^{u_1}}+{e^{{2u_2}+{3}{u_2}}} + 5{y_1} + 2 {y_2^2}  \\&lt;br /&gt;
s.t. &amp;amp; \quad u_1 \leq \ln 7 + 0.2{u_2} \\&lt;br /&gt;
&amp;amp; \quad 2{e^{3{u_1}}} - y_1^2 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad {u_2} \leq \ln 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 \isin \left \{ 0,1 \right \} \quad y_2 \isin \left \{ 0,1 \right \}&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt; u_1 &amp;lt;/math&amp;gt; is unbounded due to logarithmic of 0 being indefinite.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 3:&#039;&#039;&#039; Simplify binary variables by substituting &amp;lt;math&amp;gt;{y_1}^2&amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;{y_1}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{y_2}^2&amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;{y_2} &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + {e^{{u_2}{3}}} + 5{y_1} + 2 {y_2}  \\&lt;br /&gt;
s.t. &amp;amp; \quad u_1 \leq \ln 7 + 0.2{u_2} \\&lt;br /&gt;
&amp;amp; \quad 2{e^{3{u_1}}} - y_1 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad {u_2} \leq \ln 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 \isin \left \{ 0,1 \right \} \quad y_2 \isin \left \{ 0,1 \right \}&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Convexity Check ====&lt;br /&gt;
For the example above, the Hessian of the transformed matrix is as follows: &amp;lt;ref&amp;gt; M. Chiang, [https://www.princeton.edu/~chiangm/gp.pdf &amp;quot;Geometric Programming for Communication Systems],&amp;quot; 2005. &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{bmatrix}&lt;br /&gt;
{\partial^2 Z(u) \over \partial u_1^2}  &amp;amp;  {\partial^2 Z(u) \over \partial u_1\partial u_2} \\&lt;br /&gt;
{\partial^2 Z(u) \over \partial u_2\partial u_1}  &amp;amp; {\partial^2 Z(u) \over \partial u_2^2} \\&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 1:&#039;&#039;&#039; Solve for each partial derivative.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
{\partial Z(u) \over \partial u_1} = 10{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} \qquad &amp;amp; {\partial Z(u) \over \partial u_2} = 40{e^{2{u_1}}}{e^{8{u_2}}} + 4{e^{u_1}}{e^{2u_2}} + 3{e^{3u_2}} \\&lt;br /&gt;
{\partial^2 Z(u) \over \partial u_1^2} = 20{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} \qquad &amp;amp; {\partial^2 Z(u) \over \partial u_2^2} = 320{e^{2{u_1}}}{e^{8{u_2}}} + 8{e^{u_1}}{e^{2u_2}} + 9{e^{3u_2}} \\&lt;br /&gt;
{\partial^2 Z(u) \over \partial u_1\partial u_2} = 80{e^{2{u_1}}}{e^{8{u_2}}} + 4{e^{u_1}}{e^{2u_2}} \qquad &amp;amp; {\partial^2 Z(u) \over \partial u_2\partial u_1} = 80{e^{2{u_1}}}{e^{8{u_2}}} + 4{e^{u_1}}{e^{2u_2}}&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 2:&#039;&#039;&#039; Construct Hessian matrix, &amp;lt;math&amp;gt;H(x)&amp;lt;/math&amp;gt;, from second derivatives.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;H(x) = &lt;br /&gt;
\begin{bmatrix}&lt;br /&gt;
20{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} \qquad &amp;amp; 80{e^{2{u_1}}}{e^{8{u_2}}} + 4{e^{u_1}}{e^{2u_2}} \\&lt;br /&gt;
80{e^{2{u_1}}}{e^{8{u_2}}} + 4{e^{u_1}}{e^{2u_2}} \qquad &amp;amp; 320{e^{2{u_1}}}{e^{8{u_2}}} + 8{e^{u_1}}{e^{2u_2}} + 9{e^{3u_2}}&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Because the second derivatives consist only of exponential equations and the exponential expression &amp;lt;math&amp;gt;e^x&amp;lt;/math&amp;gt; is convex everywhere, &amp;lt;math&amp;gt;H(x)&amp;lt;/math&amp;gt; is proven to be positive-definite and strictly convex. &lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
Currently, various applications of exponential transformation can be seen in several published journal articles and industry practices. Many of these applications use exponential transformation to convexify their problem space. Due to the similarities between exponential and logarithmic transformations, a combination of both approaches is typically used in practical solutions.  &lt;br /&gt;
&lt;br /&gt;
=== Mechanical Engineering Applications === &lt;br /&gt;
A global optimization approach is explored for the synthesis of heat exchanger networks. As seen in equations (34) and (35) of the paper by Björk and Westerlund, they employ an exponential transformation to convexify their optimization problem. &amp;lt;ref&amp;gt;K. J. Björk and T. Westerlund, [https://doi.org/10.1016/S0098-1354(02)00129-1 &amp;quot;Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption],&amp;quot; &#039;&#039;Computers &amp;amp; Chemical Engineering&#039;&#039;, vol. 26, issue 11, pp. 1581-1593, 2002.&amp;lt;/ref&amp;gt;&lt;br /&gt;
=== Electrical Engineering Application ===&lt;br /&gt;
In the optimization of VLSI circuit performance, a special geometric program defined as a &#039;&#039;&#039;unary geometric program&#039;&#039;&#039; is presented. The unary geometric program is a posynomial as defined in the [[#Theory &amp;amp; Methodology|Theory &amp;amp; Methodology]] section. The unary geometric program is derived through a greedy algorithm which implements a logarithmic transformation within lemma 5. &amp;lt;ref&amp;gt;C. Chu and D. F. Wong, [http://home.eng.iastate.edu/~cnchu/pubs/j08.pdf &amp;quot;VLSI Circuit Performance Optimization by Geometric Programming],&amp;quot; &#039;&#039;Annals of Operations Research&#039;&#039;, vol. 105, pp. 37-60, 2001.&amp;lt;/ref&amp;gt; While this is not a specific exponential transformation example, logarithmic transformations are within the same family and can also be used to convexify geometric programs. &lt;br /&gt;
=== Machining Economics ===&lt;br /&gt;
Applications in economics can be seen through geometric programming approaches. Examples and applications include analyzing the life of cutting tools in machining. In this approach, exponential transformations are used to convexify the problem. &amp;lt;ref&amp;gt;T. R. Jefferson and C. H. Scott, [https://link.springer.com/article/10.1007%2FBF02591746 &amp;quot;Quadratic geometric programming with application to machining economics],&amp;quot; &#039;&#039;Mathematical Programming&#039;&#039;, vol. 31, pp. 137-152, 1985.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Overall, exponential transformations can be applied anywhere a geometric programming approach is taken to optimize the solution space. Some applications may perform a logarithmic transformation instead of an exponential transformation. &lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;br /&gt;
Exponential transformation is a useful method to convexify geometric MINLP and obtain a global solution to the problem. Exponential transformation does not alter the bounds of the problem and allows for a convex objective function and constraints given that the prerequisite conditions described are satisfied. Geometric programming transformation can be further explored through logarithmic transformation to address convexification.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>JackieJ</name></author>
	</entry>
	<entry>
		<id>https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5564</id>
		<title>Exponential transformation</title>
		<link rel="alternate" type="text/html" href="https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5564"/>
		<updated>2021-12-15T03:46:25Z</updated>

		<summary type="html">&lt;p&gt;JackieJ: Finished Hessian!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Author: Daphne Duvivier, Daniela Gil, Jacqueline Jackson, Sinclaire Mills, Vanessa Nobre (SYSEN 5800, Fall 2021)&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;exponential transformation&#039;&#039;&#039; is a simple algebraic transformation of a monomial function through variable substitution with an exponential variable. In computational optimization, exponential transformations are used for convexification of geometric programming constraints in nonconvex optimization problems.&lt;br /&gt;
&lt;br /&gt;
Exponential transformation creates a convex function without changing the decision space of the problem. &amp;lt;ref name =&amp;quot;:0&amp;quot;&amp;gt; D. Li and M. P. Biswal, [https://doi.org/10.1023/A:1021708412776 &amp;quot;Exponential Transformation in Convexifying a Noninferior Frontier and Exponential Generating Method],&amp;quot; &#039;&#039;Journal of Optimization Theory and Applications&#039;&#039;, vol. 99, pp. 183–199, 1998.&amp;lt;/ref&amp;gt; This is done through a simple substitution of continuous variables with a natural exponent and simplification of binary variables through removal of the exponent. The transformation is verified to be convex if the Hessian, denoted by &amp;lt;math&amp;gt;H(x)&amp;lt;/math&amp;gt;, is proven to be positive-definite.&lt;br /&gt;
&lt;br /&gt;
By using exponential transformations, not only is the overall time to solve a Nonlinear Programming (NLP) or a Mixed Integer Nonlinear Programming (MINLP) problem reduced, but we can also simplify the solution space enough to utilize conventional NLP/MINLP solvers. Various real world optimization problems apply this transformation to simplify the solution space consisting of extensive quantities of constraints and variables. &lt;br /&gt;
&lt;br /&gt;
== Theory, Methodology, and Algorithmic Discussions ==&lt;br /&gt;
=== Theory ===&lt;br /&gt;
Exponential transformations are most commonly applied to geometric programs. A &#039;&#039;&#039;geometric program&#039;&#039;&#039; is a mathematical optimization problem where the objective function is a posynomial being minimized. &#039;&#039;&#039;Posynomial&#039;&#039;&#039; functions are defined as positive polynomials. &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt; S. Boyd, S. J. Kim, and L. Vandenberghe &#039;&#039;et al.&#039;&#039;, [https://doi.org/10.1007/s11081-007-9001-7, &amp;quot;A tutorial on geometric programming],&amp;quot; &#039;&#039;Optimization and Engineering&#039;&#039;, vol. 8, article 67, 2007.&amp;lt;/ref&amp;gt;   &lt;br /&gt;
&lt;br /&gt;
The standard form of a geometric program is represented by:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align} &lt;br /&gt;
\min &amp;amp; \quad f_0(x) \\&lt;br /&gt;
s.t. &amp;amp; \quad f_i(x) \leq 1 \quad  i = 1,....,m  \\&lt;br /&gt;
 &amp;amp; \quad g_i(x) = 1  \quad i = 1,....,p &lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt; f_0(x) &amp;lt;/math&amp;gt; is a posynomial function, &amp;lt;math&amp;gt; f_i(x) &amp;lt;/math&amp;gt;  is a posynomial function and &amp;lt;math&amp;gt; g_i(x) &amp;lt;/math&amp;gt; is a monomial function. &lt;br /&gt;
&lt;br /&gt;
To verify a geometric program is represented in its standard form, the following conditions must be true:&lt;br /&gt;
# Objective function &amp;lt;math&amp;gt;f_0(x)&amp;lt;/math&amp;gt; is a posynomial.&lt;br /&gt;
# Inequality constraints &amp;lt;math&amp;gt;f_i(x)&amp;lt;/math&amp;gt; must be posynomials less than or equal to 1. &lt;br /&gt;
# Equality constraints &amp;lt;math&amp;gt;g_i(x)&amp;lt;/math&amp;gt; must be monomials equal to 1.&lt;br /&gt;
&lt;br /&gt;
In this definition, monomials differ from the usual algebraic definition where the exponents must be nonnegative integers. For this application, exponents can be any positive number inclusive of fractions and negative exponents. &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Methodology ===&lt;br /&gt;
&lt;br /&gt;
Exponential transformation begins with a posynomial noncovex function as depicted below. &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt; A posynomial begins with &amp;lt;math&amp;gt; x_1,...,x_n &amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;x_n&amp;lt;/math&amp;gt; are real non-negative variables.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(x) = \sum_{k=1}^N c_k{x_1}^{a_{1k}}{x_2}^{a_{2k}}....{x_n}^{a_{nk}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt; c_k \geq 0 &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; x_n \geq0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A transformation is applied in which &amp;lt;math&amp;gt; x_n &amp;lt;/math&amp;gt; is replaced with the natural logarithm base exponential &amp;lt;math&amp;gt; e^{u_n} &amp;lt;/math&amp;gt;. &amp;lt;ref&amp;gt; I. E. Grossmann, [https://doi.org/10.1023/A:1021039126272, &amp;quot;Review of Nonlinear Mixed-Integer and Disjunctive Programming Techniques],&amp;quot; &#039;&#039;Optimization and Engineering&#039;&#039;, vol. 3, pp. 227–252, 2002. &amp;lt;/ref&amp;gt; The transformed function after substitution is presented as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(u) = \sum_{k=1}^N c_k{{e}^{{u_1}{a_{1k}}}{e}^{{u_2}{a_{2k}}}....{e}^{{u_n}{a_{nk}}}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Properties of the exponent can be used to further simplify the transformation above, resulting in the sum of the exponents with a natural logarithm base. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(u) = \sum_{k=1}^N c_k{{e}^{{{u_1}{a_{1k}}}+{{u_2}{a_{2k}}}....+{{u_n}{a_{nk}}}}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In order to prove the convexity of the final transformed function, the positive-definite test of the Hessian is used as defined in &#039;&#039;Optimization of Chemical Processes&#039;&#039; &amp;lt;ref&amp;gt; T. F. Edgar, D. M. Himmelblau, and L. S. Lasdon, &#039;&#039;Optimization of Chemical Processes&#039;&#039;, McGraw-Hill, 2001.&amp;lt;/ref&amp;gt;. The Hessian is defined as the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  H(x) = H = \nabla^2f(x) =&lt;br /&gt;
\begin{bmatrix} &lt;br /&gt;
{\partial^2 f \over \partial {x_1^2}} &amp;amp; {\partial^2 f \over \partial x_1\partial x_2} \\&lt;br /&gt;
{\partial^2 f \over \partial x_2\partial x_1} &amp;amp; {\partial^2 f \over \partial {x_2^2}}&lt;br /&gt;
\end{bmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to test that &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  Q(x)\geq 0 &amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;  Q(x) = x^THx &amp;lt;/math&amp;gt; for all &amp;lt;math&amp;gt; x \neq 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Exponential Transformation in Computational Optimization===&lt;br /&gt;
&lt;br /&gt;
Exponential transformation can be used for convexification of any MINLP that meets the criteria for a geometric program. Using the exponential substitution detailed above, all continuous variables in the function are transformed while binary variables are not transformed. This transformation can also be applied to constraints to ensure convexification throughout the entire problem.  &lt;br /&gt;
&lt;br /&gt;
In a special case, binary exponential transformation can also be applied where binary variables are linearized. Binary exponential transformation can be done by using the following replacement: &amp;lt;math&amp;gt; {y^n} &amp;lt;/math&amp;gt; is substituted by &amp;lt;math&amp;gt;y&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Additionally, all points on the transformed function are feasible in the original function, and all objective values in the transformed function are the same or less than the original function. &amp;lt;ref&amp;gt;P. Shen and K. Zhang, [https://doi.org/10.1016/S0096-3003(03)00200-5, &amp;quot;Global optimization of signomial geometric programming using linear relaxation],&amp;quot; &#039;&#039;Applied Mathematics and Computation&#039;&#039;, vol. 150, issue 1, pp. 99-114, 2004. &amp;lt;/ref&amp;gt; This creates a convex under estimator approach to the problem. Note that the bounds of the problem are not altered through exponential transformation. &amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Numerical Example ==&lt;br /&gt;
To provide an example, we begin with a simple nonconvex problem:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {\frac{x_1^3}{x_2^4}} + {x_1^2} + {\sqrt[3]{x_2^2}} \leq 4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 1:&#039;&#039;&#039; Convert the problem into standard form by reformulating radicals, fractions, etc. into exponents.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {x_1^3}*{x_2^{-4}} + {x_1^2} + {x_2^{\frac{2}{3}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 2:&#039;&#039;&#039; Substitute all instances of &amp;lt;math&amp;gt;x_n&amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;e^{u_n}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{e^{{3}{u_1}}}*{e^{{-4}{u_2}}} + {e^{{2}{u_1}}} + {{e^{{\frac{2}{3}}u_2}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 3:&#039;&#039;&#039; Simplify by applying exponent properties.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {e^{3{u_1} - 4{u_2}}} + {e^{{2}{u_1}}} + {{e^{{\frac{2}{3}}{u_2}}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Example of Convexification in MINLP ===&lt;br /&gt;
&lt;br /&gt;
The following MINLP problem can take a convexification approach using exponential transformation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{x_1^2}{x_2^8} + 2{x_1} + {x_2^3} + 5{y_1} + 2 {y_2^2} \\&lt;br /&gt;
s.t. &amp;amp; \quad {x_1} \leq 7{x_2^{0.2}} \\&lt;br /&gt;
&amp;amp; \quad 2{x_1^3} - y_1^2 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad x_1 \geq 0 \\ &lt;br /&gt;
&amp;amp; \quad x_2 \leq 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 \isin \left \{ 0,1 \right \} \quad y_2 \isin \left \{ 0,1 \right \}&lt;br /&gt;
\end{align} &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 1:&#039;&#039;&#039; Apply the exponential transformation to continuous variables &amp;lt;math&amp;gt;x_1&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;x_2&amp;lt;/math&amp;gt; by substituting &amp;lt;math&amp;gt;x_1 = e^{u_1}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;x_2 = e^{u_2} &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + {e^{{3}{u_2}}} + 5{y_1} + 2 {y_2^2} \\&lt;br /&gt;
s.t. &amp;amp; \quad {e^{u_1}} \leq 7{e^{0.2{u_2}}} \\&lt;br /&gt;
&amp;amp; \quad 2{e^{3{u_1}}} - y_1^2 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad e^{u_1} \geq 0 \\&lt;br /&gt;
&amp;amp; \quad e^{u_2} \leq 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 \isin \left \{ 0,1 \right \} \quad y_2 \isin \left \{ 0,1 \right \}&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 2:&#039;&#039;&#039; Simplify using the properties of exponents. (i.e. Combining the products of exponential terms as the sum of exponents with the same base)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{e^{2{u_1}+{8{u_2}}}} + 2{e^{u_1}}+{e^{{2u_2}+{3}{u_2}}} + 5{y_1} + 2 {y_2^2}  \\&lt;br /&gt;
s.t. &amp;amp; \quad u_1 \leq \ln 7 + 0.2{u_2} \\&lt;br /&gt;
&amp;amp; \quad 2{e^{3{u_1}}} - y_1^2 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad {u_2} \leq \ln 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 \isin \left \{ 0,1 \right \} \quad y_2 \isin \left \{ 0,1 \right \}&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt; u_1 &amp;lt;/math&amp;gt; is unbounded due to logarithmic of 0 being indefinite.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 3:&#039;&#039;&#039; Simplify binary variables by substituting &amp;lt;math&amp;gt;{y_1}^2&amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;{y_1}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{y_2}^2&amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;{y_2} &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + {e^{{u_2}{3}}} + 5{y_1} + 2 {y_2}  \\&lt;br /&gt;
s.t. &amp;amp; \quad u_1 \leq \ln 7 + 0.2{u_2} \\&lt;br /&gt;
&amp;amp; \quad 2{e^{3{u_1}}} - y_1 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad {u_2} \leq \ln 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 \isin \left \{ 0,1 \right \} \quad y_2 \isin \left \{ 0,1 \right \}&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Convexity Check ====&lt;br /&gt;
For the example above, the Hessian of the transformed matrix is as follows: &amp;lt;ref&amp;gt; M. Chiang, [https://www.princeton.edu/~chiangm/gp.pdf &amp;quot;Geometric Programming for Communication Systems],&amp;quot; 2005. &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{bmatrix}&lt;br /&gt;
{\partial^2 Z(u) \over \partial u_1^2}  &amp;amp;  {\partial^2 Z(u) \over \partial u_1\partial u_2} \\&lt;br /&gt;
{\partial^2 Z(u) \over \partial u_2\partial u_1}  &amp;amp; {\partial^2 Z(u) \over \partial u_2^2} \\&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 1:&#039;&#039;&#039; Solve for each partial derivative.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
{\partial Z(u) \over \partial u_1} = 10{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} \qquad &amp;amp; {\partial Z(u) \over \partial u_2} = 40{e^{2{u_1}}}{e^{8{u_2}}} + 4{e^{u_1}}{e^{2u_2}} + 3{e^{3u_2}} \\&lt;br /&gt;
{\partial^2 Z(u) \over \partial u_1^2} = 20{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} \qquad &amp;amp; {\partial^2 Z(u) \over \partial u_2^2} = 320{e^{2{u_1}}}{e^{8{u_2}}} + 8{e^{u_1}}{e^{2u_2}} + 9{e^{3u_2}} \\&lt;br /&gt;
{\partial^2 Z(u) \over \partial u_1\partial u_2} = 80{e^{2{u_1}}}{e^{8{u_2}}} + 4{e^{u_1}}{e^{2u_2}} \qquad &amp;amp; {\partial^2 Z(u) \over \partial u_2\partial u_1} = 80{e^{2{u_1}}}{e^{8{u_2}}} + 4{e^{u_1}}{e^{2u_2}}&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 2:&#039;&#039;&#039; Construct Hessian matrix, &amp;lt;math&amp;gt;H(x)&amp;lt;/math&amp;gt;, from second derivatives.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;H(x) = &lt;br /&gt;
\begin{bmatrix}&lt;br /&gt;
20{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} \qquad &amp;amp; 80{e^{2{u_1}}}{e^{8{u_2}}} + 4{e^{u_1}}{e^{2u_2}} \\&lt;br /&gt;
80{e^{2{u_1}}}{e^{8{u_2}}} + 4{e^{u_1}}{e^{2u_2}} \qquad &amp;amp; 320{e^{2{u_1}}}{e^{8{u_2}}} + 8{e^{u_1}}{e^{2u_2}} + 9{e^{3u_2}}&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Because the second derivatives consist only of exponential equations and the exponential expression &amp;lt;math&amp;gt;e^x&amp;lt;/math&amp;gt; is convex everywhere, the H(x) is proven to be positive-definite and strictly convex. &lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
Currently, various applications of exponential transformation can be seen in published journal articles and industry practices. Many of these applications use exponential transformation to convexify their problem space. Due to the closeness with logarithmic transformation, usually a combination of the approaches is used in practical solutions.  &lt;br /&gt;
&lt;br /&gt;
=== Mechanical Engineering Applications === &lt;br /&gt;
In the paper “Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption” a global optimization approach is explored for the synthesis of heat exchanger networks. As seen in eq(34) and (35) of the work by Björk and Westerlund, they employ an exponential transformation to convexify their optimization problem to employ a global optimization approach. &amp;lt;ref&amp;gt;K. J. Björk and T. Westerlund, [https://doi.org/10.1016/S0098-1354(02)00129-1, &amp;quot;Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption],&amp;quot; &#039;&#039;Computers &amp;amp; Chemical Engineering&#039;&#039;, vol. 26, issue 11, pp. 1581-1593, 2002.&amp;lt;/ref&amp;gt;&lt;br /&gt;
=== Electrical Engineering Application: ===&lt;br /&gt;
Applications for VLSI circuit performance optimization. In this application a special geometric program defined as unary geometric programs is presented. The unary geometric program is a posynomial as defined in the [[#Theory &amp;amp; Methodology|Theory &amp;amp; Methodology]] section. The unary geometric program is derived through a greedy algorithm which implements a logarithmic transformation within lemma 5. &amp;lt;ref&amp;gt; http://home.eng.iastate.edu/~cnchu/pubs/j08.pdf &amp;lt;/ref&amp;gt; While this is not a specific exponential transformation example logarithmic transformations are within the same family and can also be used to convexify geometric programs. &lt;br /&gt;
=== Machining Economics: ===&lt;br /&gt;
Applications in economics can be seen through geometric programming approaches. Examples and applications include to analyze the life of cutting tools in machining. In this approach they use exponential transformations to convexify the problem.&lt;br /&gt;
&amp;lt;ref&amp;gt; https://link.springer.com/content/pdf/10.1007/BF02591746.pdf &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Overall exponential transformations can be applied anywhere a geometric programming approach is taken to optimize the solution space. Some Applications may perform a logarithmic transformation instead of an exponential transformation. &lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;br /&gt;
Exponential transformation is a useful method to convexify geometric MINLP and obtain a global solution to the problem. Exponential transformation does not alter the bounds of the problem and allows for a convex objective function and constraints given that the prerequisite conditions described are satisfied. Geometric programming transformation can be further explored through logarithmic transformation to address convexification.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>JackieJ</name></author>
	</entry>
	<entry>
		<id>https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5551</id>
		<title>Exponential transformation</title>
		<link rel="alternate" type="text/html" href="https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5551"/>
		<updated>2021-12-15T03:11:53Z</updated>

		<summary type="html">&lt;p&gt;JackieJ: Cleaning up numerical example steps&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Author: Daphne Duvivier, Daniela Gil, Jacqueline Jackson, Sinclaire Mills, Vanessa Nobre (SYSEN 5800, Fall 2021)&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;exponential transformation&#039;&#039;&#039; is a simple algebraic transformation of a monomial function through variable substitution with an exponential variable. In computational optimization, exponential transformations are used for convexification of geometric programming constraints in nonconvex optimization problems.&lt;br /&gt;
&lt;br /&gt;
Exponential transformation creates a convex function without changing the decision space of the problem. &amp;lt;ref name =&amp;quot;:0&amp;quot;&amp;gt; D. Li and M. P. Biswal, [https://doi.org/10.1023/A:1021708412776 &amp;quot;Exponential Transformation in Convexifying a Noninferior Frontier and Exponential Generating Method],&amp;quot; &#039;&#039;Journal of Optimization Theory and Applications&#039;&#039;, vol. 99, pp. 183–199, 1998.&amp;lt;/ref&amp;gt; This is done through a simple substitution of continuous variables with a natural exponent and simplification of binary variables through removal of the exponent. The transformation is verified to be convex if the Hessian, denoted by &amp;lt;math&amp;gt;H(x)&amp;lt;/math&amp;gt;, is proven to be positive-definite.&lt;br /&gt;
&lt;br /&gt;
By using exponential transformations, not only is the overall time to solve a Nonlinear Programming (NLP) or a Mixed Integer Nonlinear Programming (MINLP) problem reduced, but we can also simplify the solution space enough to utilize conventional NLP/MINLP solvers. Various real world optimization problems apply this transformation to simplify the solution space consisting of extensive quantities of constraints and variables. &lt;br /&gt;
&lt;br /&gt;
== Theory, Methodology, and Algorithmic Discussions ==&lt;br /&gt;
=== Theory ===&lt;br /&gt;
Exponential transformations are most commonly applied to geometric programs. A &#039;&#039;&#039;geometric program&#039;&#039;&#039; is a mathematical optimization problem where the objective function is a posynomial being minimized. &#039;&#039;&#039;Posynomial&#039;&#039;&#039; functions are defined as positive polynomials. &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt; S. Boyd, S. J. Kim, and L. Vandenberghe &#039;&#039;et al.&#039;&#039;, [https://doi.org/10.1007/s11081-007-9001-7, &amp;quot;A tutorial on geometric programming],&amp;quot; &#039;&#039;Optimization and Engineering&#039;&#039;, vol. 8, article 67, 2007.&amp;lt;/ref&amp;gt;   &lt;br /&gt;
&lt;br /&gt;
The standard form of a geometric program is represented by:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align} &lt;br /&gt;
\min &amp;amp; \quad f_0(x) \\&lt;br /&gt;
s.t. &amp;amp; \quad f_i(x) \leq 1 \quad  i = 1,....,m  \\&lt;br /&gt;
 &amp;amp; \quad g_i(x) = 1  \quad i = 1,....,p &lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt; f_0(x) &amp;lt;/math&amp;gt; is a posynomial function, &amp;lt;math&amp;gt; f_i(x) &amp;lt;/math&amp;gt;  is a posynomial function and &amp;lt;math&amp;gt; g_i(x) &amp;lt;/math&amp;gt; is a monomial function. &lt;br /&gt;
&lt;br /&gt;
To verify a geometric program is represented in its standard form, the following conditions must be true:&lt;br /&gt;
# Objective function &amp;lt;math&amp;gt;f_0(x)&amp;lt;/math&amp;gt; is a posynomial.&lt;br /&gt;
# Inequality constraints &amp;lt;math&amp;gt;f_i(x)&amp;lt;/math&amp;gt; must be posynomials less than or equal to 1. &lt;br /&gt;
# Equality constraints &amp;lt;math&amp;gt;g_i(x)&amp;lt;/math&amp;gt; must be monomials equal to 1.&lt;br /&gt;
&lt;br /&gt;
In this definition, monomials differ from the usual algebraic definition where the exponents must be nonnegative integers. For this application, exponents can be any positive number inclusive of fractions and negative exponents. &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Methodology ===&lt;br /&gt;
&lt;br /&gt;
Exponential transformation begins with a posynomial noncovex function as depicted below. &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt; A posynomial begins with &amp;lt;math&amp;gt; x_1,...,x_n &amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;x_n&amp;lt;/math&amp;gt; are real non-negative variables.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(x) = \sum_{k=1}^N c_k{x_1}^{a_{1k}}{x_2}^{a_{2k}}....{x_n}^{a_{nk}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt; c_k \geq 0 &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; x_n \geq0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A transformation is applied in which &amp;lt;math&amp;gt; x_n &amp;lt;/math&amp;gt; is replaced with the natural logarithm base exponential &amp;lt;math&amp;gt; e^{u_n} &amp;lt;/math&amp;gt;. &amp;lt;ref&amp;gt; I. E. Grossmann, [https://doi.org/10.1023/A:1021039126272, &amp;quot;Review of Nonlinear Mixed-Integer and Disjunctive Programming Techniques],&amp;quot; &#039;&#039;Optimization and Engineering&#039;&#039;, vol. 3, pp. 227–252, 2002. &amp;lt;/ref&amp;gt; The transformed function after substitution is presented as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(u) = \sum_{k=1}^N c_k{{e}^{{u_1}{a_{1k}}}{e}^{{u_2}{a_{2k}}}....{e}^{{u_n}{a_{nk}}}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Properties of the exponent can be used to further simplify the transformation above, resulting in the sum of the exponents with a natural logarithm base. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(u) = \sum_{k=1}^N c_k{{e}^{{{u_1}{a_{1k}}}+{{u_2}{a_{2k}}}....+{{u_n}{a_{nk}}}}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In order to prove the convexity of the final transformed function, the positive-definite test of the Hessian is used as defined in &#039;&#039;Optimization of Chemical Processes&#039;&#039; &amp;lt;ref&amp;gt; T. F. Edgar, D. M. Himmelblau, and L. S. Lasdon, &#039;&#039;Optimization of Chemical Processes&#039;&#039;, McGraw-Hill, 2001.&amp;lt;/ref&amp;gt;. The Hessian is defined as the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  H(x) = H = \nabla^2f(x) =&lt;br /&gt;
\begin{bmatrix} &lt;br /&gt;
{\partial^2 f \over \partial {x_1^2}} &amp;amp; {\partial^2 f \over \partial x_1\partial x_2} \\&lt;br /&gt;
{\partial^2 f \over \partial x_2\partial x_1} &amp;amp; {\partial^2 f \over \partial {x_2^2}}&lt;br /&gt;
\end{bmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to test that &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  Q(x)\geq 0 &amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;  Q(x) = x^THx &amp;lt;/math&amp;gt; for all &amp;lt;math&amp;gt; x \neq 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Exponential Transformation in Computational Optimization===&lt;br /&gt;
&lt;br /&gt;
Exponential transformation can be used for convexification of any MINLP that meets the criteria for a geometric program. Using the exponential substitution detailed above, all continuous variables in the function are transformed while binary variables are not transformed. This transformation can also be applied to constraints to ensure convexification throughout the entire problem.  &lt;br /&gt;
&lt;br /&gt;
In a special case, binary exponential transformation can also be applied where binary variables are linearized. Binary exponential transformation can be done by using the following replacement: &amp;lt;math&amp;gt; {y^n} &amp;lt;/math&amp;gt; is substituted by &amp;lt;math&amp;gt;y&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Additionally, all points on the transformed function are feasible in the original function, and all objective values in the transformed function are the same or less than the original function. &amp;lt;ref&amp;gt;P. Shen and K. Zhang, [https://doi.org/10.1016/S0096-3003(03)00200-5, &amp;quot;Global optimization of signomial geometric programming using linear relaxation],&amp;quot; &#039;&#039;Applied Mathematics and Computation&#039;&#039;, vol. 150, issue 1, pp. 99-114, 2004. &amp;lt;/ref&amp;gt; This creates a convex under estimator approach to the problem. Note that the bounds of the problem are not altered through exponential transformation. &amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Numerical Example ==&lt;br /&gt;
To provide an example, we begin with a simple nonconvex problem:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {\frac{x_1^3}{x_2^4}} + {x_1^2} + {\sqrt[3]{x_2^2}} \leq 4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 1:&#039;&#039;&#039; Convert the problem into standard form by reformulating radicals, fractions, etc. into exponents.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {x_1^3}*{x_2^{-4}} + {x_1^2} + {x_2^{\frac{2}{3}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 2:&#039;&#039;&#039; Substitute all instances of &amp;lt;math&amp;gt;x_n&amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;e^{u_n}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{e^{{3}{u_1}}}*{e^{{-4}{u_2}}} + {e^{{2}{u_1}}} + {{e^{{\frac{2}{3}}u_2}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 3:&#039;&#039;&#039; Simplify by applying exponent properties.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {e^{3{u_1} - 4{u_2}}} + {e^{{2}{u_1}}} + {{e^{{\frac{2}{3}}{u_2}}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Example of Convexification in MINLP ===&lt;br /&gt;
&lt;br /&gt;
The following MINLP problem can take a convexification approach using exponential transformation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{x_1^2}{x_2^8} + 2{x_1} + {x_2^3} + 5{y_1} + 2 {y_2^2} \\&lt;br /&gt;
s.t. &amp;amp; \quad {x_1} \leq 7{x_2^{0.2}} \\&lt;br /&gt;
&amp;amp; \quad 2{x_1^3} - y_1^2 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad x_1 \geq 0 \\ &lt;br /&gt;
&amp;amp; \quad x_2 \leq 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 \isin \left \{ 0,1 \right \} \quad y_2 \isin \left \{ 0,1 \right \}&lt;br /&gt;
\end{align} &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 1:&#039;&#039;&#039; Apply the exponential transformation to continuous variables &amp;lt;math&amp;gt;x_1&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;x_2&amp;lt;/math&amp;gt; by substituting &amp;lt;math&amp;gt;x_1 = e^{u_1}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;x_2 = e^{u_2} &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + {e^{{3}{u_2}}} + 5{y_1} + 2 {y_2^2} \\&lt;br /&gt;
s.t. &amp;amp; \quad {e^{u_1}} \leq 7{e^{0.2{u_2}}} \\&lt;br /&gt;
&amp;amp; \quad 2{e^{3{u_1}}} - y_1^2 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad e^{u_1} \geq 0 \\&lt;br /&gt;
&amp;amp; \quad e^{u_2} \leq 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 \isin \left \{ 0,1 \right \} \quad y_2 \isin \left \{ 0,1 \right \}&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 2:&#039;&#039;&#039; Simplify using the properties of exponents. (i.e. Combining the products of exponential terms as the sum of exponents with the same base)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{e^{2{u_1}+{8{u_2}}}} + 2{e^{u_1}}+{e^{{2u_2}+{3}{u_2}}} + 5{y_1} + 2 {y_2^2}  \\&lt;br /&gt;
s.t. &amp;amp; \quad u_1 \leq \ln 7 + 0.2{u_2} \\&lt;br /&gt;
&amp;amp; \quad 2{e^{3{u_1}}} - y_1^2 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad {u_2} \leq \ln 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 \isin \left \{ 0,1 \right \} \quad y_2 \isin \left \{ 0,1 \right \}&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt; u_1 &amp;lt;/math&amp;gt; is unbounded due to logarithmic of 0 being indefinite.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 3:&#039;&#039;&#039; Simplify binary variables by substituting &amp;lt;math&amp;gt;{y_1}^2&amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;{y_1}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{y_2}^2&amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;{y_2} &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + {e^{{u_2}{3}}} + 5{y_1} + 2 {y_2}  \\&lt;br /&gt;
s.t. &amp;amp; \quad u_1 \leq \ln 7 + 0.2{u_2} \\&lt;br /&gt;
&amp;amp; \quad 2{e^{3{u_1}}} - y_1 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad {u_2} \leq \ln 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 \isin \left \{ 0,1 \right \} \quad y_2 \isin \left \{ 0,1 \right \}&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Convexity Check:&#039;&#039;&#039; For the example above, the Hessian is as follows: &amp;lt;ref&amp;gt; M. Chiang, [https://www.princeton.edu/~chiangm/gp.pdf &amp;quot;Geometric Programming for Communication Systems],&amp;quot; 2005. &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
{\partial Z(u) \over \partial u_1} &amp;amp; = 10{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}}  &amp;amp; \quad{\partial^2 Z(u) \over \partial u_1^2} = 20{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} \\&lt;br /&gt;
{\partial Z(u) \over \partial u_2} &amp;amp; = 40{e^{2{u_1}}}{e^{8{u_2}}} + 4{e^{u_1}}{e^{2u_2}} + 3{e^{{3}{u_2}}}  &amp;amp; \quad{\partial^2 Z(u) \over \partial u_2^2} = 320{e^{2{u_1}}}{e^{8{u_2}}} + 8{e^{u_1}}{e^{2u_2}} + 9{e^{{3}{u_2}}} \\&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, H(x) is positive-definite and strictly convex. &lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
Currently, various applications of exponential transformation can be seen in published journal articles and industry practices. Many of these applications use exponential transformation to convexify their problem space. Due to the closeness with logarithmic transformation, usually a combination of the approaches is used in practical solutions.  &lt;br /&gt;
&lt;br /&gt;
=== Mechanical Engineering Applications === &lt;br /&gt;
In the paper “Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption” a global optimization approach is explored for the synthesis of heat exchanger networks. As seen in eq(34) and (35) of the work by Björk and Westerlund, they employ an exponential transformation to convexify their optimization problem to employ a global optimization approach. &amp;lt;ref&amp;gt;K. J. Björk and T. Westerlund, [https://doi.org/10.1016/S0098-1354(02)00129-1, &amp;quot;Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption],&amp;quot; &#039;&#039;Computers &amp;amp; Chemical Engineering&#039;&#039;, vol. 26, issue 11, pp. 1581-1593, 2002.&amp;lt;/ref&amp;gt;&lt;br /&gt;
=== Electrical Engineering Application: ===&lt;br /&gt;
Applications for VLSI circuit performance optimization. In this application a special geometric program defined as unary geometric programs is presented. The unary geometric program is a posynomial as defined in the [[#Theory &amp;amp; Methodology|Theory &amp;amp; Methodology]] section. The unary geometric program is derived through a greedy algorithm which implements a logarithmic transformation within lemma 5. &amp;lt;ref&amp;gt; http://home.eng.iastate.edu/~cnchu/pubs/j08.pdf &amp;lt;/ref&amp;gt; While this is not a specific exponential transformation example logarithmic transformations are within the same family and can also be used to convexify geometric programs. &lt;br /&gt;
=== Machining Economics: ===&lt;br /&gt;
Applications in economics can be seen through geometric programming approaches. Examples and applications include to analyze the life of cutting tools in machining. In this approach they use exponential transformations to convexify the problem.&lt;br /&gt;
&amp;lt;ref&amp;gt; https://link.springer.com/content/pdf/10.1007/BF02591746.pdf &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Overall exponential transformations can be applied anywhere a geometric programming approach is taken to optimize the solution space. Some Applications may perform a logarithmic transformation instead of an exponential transformation. &lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;br /&gt;
Exponential transformation is a useful method to convexify geometric MINLP and obtain a global solution to the problem. Exponential transformation does not alter the bounds of the problem and allows for a convex objective function and constraints given that the prerequisite conditions described are satisfied. Geometric programming transformation can be further explored through logarithmic transformation to address convexification.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>JackieJ</name></author>
	</entry>
	<entry>
		<id>https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5530</id>
		<title>Exponential transformation</title>
		<link rel="alternate" type="text/html" href="https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5530"/>
		<updated>2021-12-15T02:25:16Z</updated>

		<summary type="html">&lt;p&gt;JackieJ: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Author: Daphne Duvivier, Daniela Gil, Jacqueline Jackson, Sinclaire Mills, Vanessa Nobre (SYSEN 5800, Fall 2021)&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Exponential transformations are simple algebraic transformations of monomial functions through a variable substitution with an exponential variable. In computational optimization, exponential transformations are used for convexification of geometric programming constraints in nonconvex optimization problems.&lt;br /&gt;
&lt;br /&gt;
Exponential transformation creates a convex function without changing the decision space of the problem. &amp;lt;ref name =&amp;quot;:0&amp;quot;&amp;gt; D. Li and M. P. Biswal, [https://doi.org/10.1023/A:1021708412776 &amp;quot;Exponential Transformation in Convexifying a Noninferior Frontier and Exponential Generating Method],&amp;quot; &#039;&#039;Journal of Optimization Theory and Applications&#039;&#039;, vol. 99, pp. 183–199, 1998.&amp;lt;/ref&amp;gt; This is done through a simple substitution of continuous variables with a natural exponent and simplification of binary variables through removal of the exponent. The transformation is verified to be convex if the Hessian, denoted by &amp;lt;math&amp;gt;H(x)&amp;lt;/math&amp;gt;, is proven to be positive-definite.&lt;br /&gt;
&lt;br /&gt;
By using exponential transformations, not only is the overall time to solve a Nonlinear Programming (NLP) or a Mixed Integer Nonlinear Programming (MINLP) problem reduced, but we can also simplify the solution space enough to utilize conventional NLP/MINLP solvers. Various real world optimization problems apply this transformation to simplify the solution space consisting of extensive quantities of constraints and variables. &lt;br /&gt;
&lt;br /&gt;
== Theory, Methodology, and Algorithmic Discussions ==&lt;br /&gt;
=== Theory ===&lt;br /&gt;
Exponential transformations are most commonly applied to geometric programs. A &#039;&#039;&#039;geometric program&#039;&#039;&#039; is a mathematical optimization problem where the objective function is a posynomial being minimized. &#039;&#039;&#039;Posynomial&#039;&#039;&#039; functions are defined as positive polynomials. &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt; S. Boyd, S. J. Kim, and L. Vandenberghe &#039;&#039;et al.&#039;&#039;, [https://doi.org/10.1007/s11081-007-9001-7, &amp;quot;A tutorial on geometric programming],&amp;quot; &#039;&#039;Optimization and Engineering&#039;&#039;, vol. 8, article 67, 2007.&amp;lt;/ref&amp;gt;   &lt;br /&gt;
&lt;br /&gt;
The standard form of a geometric program is represented by:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align} &lt;br /&gt;
\min &amp;amp; \quad f_0(x) \\&lt;br /&gt;
s.t. &amp;amp; \quad f_i(x) \leq 1 \quad  i = 1,....,m  \\&lt;br /&gt;
 &amp;amp; \quad g_i(x) = 1  \quad i = 1,....,p &lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt; f_0(x) &amp;lt;/math&amp;gt; is a posynomial function, &amp;lt;math&amp;gt; f_i(x) &amp;lt;/math&amp;gt;  is a posynomial function and &amp;lt;math&amp;gt; g_i(x) &amp;lt;/math&amp;gt; is a monomial function. &lt;br /&gt;
&lt;br /&gt;
To verify a geometric program is represented in its standard form, the following conditions must be true:&lt;br /&gt;
# Objective function &amp;lt;math&amp;gt;f_0(x)&amp;lt;/math&amp;gt; is a posynomial.&lt;br /&gt;
# Inequality constraints &amp;lt;math&amp;gt;f_i(x)&amp;lt;/math&amp;gt; must be posynomials less than or equal to 1. &lt;br /&gt;
# Equality constraints &amp;lt;math&amp;gt;g_i(x)&amp;lt;/math&amp;gt; must be monomials equal to 1.&lt;br /&gt;
&lt;br /&gt;
In this definition, monomials differ from the usual algebraic definition where the exponents must be nonnegative integers. For this application, exponents can be any positive number inclusive of fractions and negative exponents. &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Methodology ===&lt;br /&gt;
&lt;br /&gt;
Exponential transformation begins with a posynomial noncovex function as depicted below. &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt; A posynomial begins with &amp;lt;math&amp;gt; x_1,...,x_n &amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;x_n&amp;lt;/math&amp;gt; are real non-negative variables.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(x) = \sum_{k=1}^N c_k{x_1}^{a_{1k}}{x_2}^{a_{2k}}....{x_n}^{a_{nk}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt; c_k \geq 0 &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; x_n \geq0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A transformation is applied in which &amp;lt;math&amp;gt; x_n &amp;lt;/math&amp;gt; is replaced with the natural logarithm base exponential &amp;lt;math&amp;gt; e^{u_n} &amp;lt;/math&amp;gt;. &amp;lt;ref&amp;gt; I. E. Grossmann, [https://doi.org/10.1023/A:1021039126272, &amp;quot;Review of Nonlinear Mixed-Integer and Disjunctive Programming Techniques],&amp;quot; &#039;&#039;Optimization and Engineering&#039;&#039;, vol. 3, pp. 227–252, 2002. &amp;lt;/ref&amp;gt; The transformed function after substitution is presented as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(u) = \sum_{k=1}^N c_k{{e}^{{u_1}{a_{1k}}}{e}^{{u_2}{a_{2k}}}....{e}^{{u_n}{a_{nk}}}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Properties of the exponent can be used to further simplify the transformation above, resulting in the sum of the exponents with a natural logarithm base. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(u) = \sum_{k=1}^N c_k{{e}^{{{u_1}{a_{1k}}}+{{u_2}{a_{2k}}}....+{{u_n}{a_{nk}}}}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This simplification can be applied in any instance where the product of logarithms with the same base is present to simplify the transformed function. &lt;br /&gt;
&lt;br /&gt;
===Exponential Transformation in Computational Optimization===&lt;br /&gt;
&lt;br /&gt;
Exponential transformation can be used for convexification of any MINLP that meets the criteria for a geometric program. Using the exponential substitution detailed above, all continuous variables in the function are transformed while binary variables are not transformed. This transformation can also be applied to constraints to ensure convexification throughout the entire problem.  &lt;br /&gt;
&lt;br /&gt;
In a special case, binary exponential transformation can also be applied where binary variables are linearized. Binary exponential transformation can be done by using the following replacement: &amp;lt;math&amp;gt; {y^n} &amp;lt;/math&amp;gt; is substituted by &amp;lt;math&amp;gt;y&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
Additionally, all points on the transformed function are feasible in the original function, and all objective values in the transformed function are the same or less than the original function. &amp;lt;ref&amp;gt;P. Shen and K. Zhang, [https://doi.org/10.1016/S0096-3003(03)00200-5, &amp;quot;Global optimization of signomial geometric programming using linear relaxation],&amp;quot; &#039;&#039;Applied Mathematics and Computation&#039;&#039;, vol. 150, issue 1, pp. 99-114, 2004. &amp;lt;/ref&amp;gt; This creates a convex under estimator approach to the problem. Note that the bounds of the problem are not altered through exponential transformation. &amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Numerical Example ==&lt;br /&gt;
&amp;lt;math&amp;gt; {\frac{x_1^3}{x_2^4}} + {x_1^2} + {\sqrt[3]{x_2^2}} \leq 4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reformulating to exponents&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {x_1^3}*{x_2^{-4}} + {x_1^2} + {x_2^{\frac{2}{3}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substituting &amp;lt;math&amp;gt; x_1 = e^{u_1}, x_2 = e^{u_2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{e^{{3}{u_1}}}*{e^{{-4}{u_2}}} + {e^{{2}{u_1}}} + {{e^{u_2}}^{\frac{2}{3}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Simplifying by exponent properties and combining the exponents with like bases as a sum:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {e^{3{u_1} - 4{u_2}}} + {e^{{2}{u_1}}} + {{e^{{\frac{2}{3}}{u_2}}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Example of Convexification Application in MINLP ===&lt;br /&gt;
&lt;br /&gt;
The following MINLP problem can take a convexification approach using exponential transformation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{x_1^2}{x_2^8} + 2{x_1} + {x_2^3} + 5{y_1} + 2 {y_2^2} \\&lt;br /&gt;
s.t. &amp;amp; \quad {x_1} \leq 7{x_2^{0.2}} \\&lt;br /&gt;
&amp;amp; \quad 2{x_1^3} - y_1^2 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad x_1 \geq 0 \\ &lt;br /&gt;
&amp;amp; \quad x_2 \leq 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 \isin \left \{ 0,1 \right \} \quad y_2 \isin \left \{ 0,1 \right \}&lt;br /&gt;
\end{align} &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Using the exponential transformation to continuous variables &amp;lt;math&amp;gt;x_1, x_2 &amp;lt;/math&amp;gt;  by substituting &amp;lt;math&amp;gt; x_1 = e^{u_1}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; x_2 = e^{u_2} &amp;lt;/math&amp;gt; described the problem becomes the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + {e^{{3}{u_2}}} + 5{y_1} + 2 {y_2^2} \\&lt;br /&gt;
s.t. &amp;amp; \quad {e^{u_1}} \leq 7{e^{0.2{u_2}}} \\&lt;br /&gt;
&amp;amp; \quad 2{e^{3{u_1}}} - y_1^2 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad e^{u_1} \geq 0 \\&lt;br /&gt;
&amp;amp; \quad e^{u_2} \leq 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 \isin \left \{ 0,1 \right \} \quad y_2 \isin \left \{ 0,1 \right \}&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With additional simplification through properties of exponents and combining the products of exponential terms as the sum of exponents with the same base:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{e^{2{u_1}+{8{u_2}}}} + 2{e^{u_1}}+{e^{{2u_2}+{3}{u_2}}} + 5{y_1} + 2 {y_2^2}  \\&lt;br /&gt;
s.t. &amp;amp; \quad u_1 \leq \ln 7 + 0.2{u_2} \\&lt;br /&gt;
&amp;amp; \quad 2{e^{3{u_1}}} - y_1^2 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad {u_2} \leq \ln 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 \isin \left \{ 0,1 \right \} \quad y_2 \isin \left \{ 0,1 \right \}&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt; u_1 &amp;lt;/math&amp;gt; is unbounded due to logarithmic of 0 being indefinite.&lt;br /&gt;
&lt;br /&gt;
Additionally simplifying further for binary variables by substituting &amp;lt;math&amp;gt; {y_1}^2 with {y_1}  and {y_2}^2 with {y_2} &amp;lt;/math&amp;gt; since &amp;lt;math&amp;gt; {y_2} &amp;lt;/math&amp;gt; is either 0 or 1 and any exponents on the variable will not change the solution space:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + {e^{{u_2}{3}}} + 5{y_1} + 2 {y_2}  \\&lt;br /&gt;
s.t. &amp;amp; \quad u_1 \leq \ln 7 + 0.2{u_2} \\&lt;br /&gt;
&amp;amp; \quad 2{e^{3{u_1}}} - y_1 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad {u_2} \leq \ln 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 \isin \left \{ 0,1 \right \} \quad y_2 \isin \left \{ 0,1 \right \}&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The transformed objective function can be shown to be convex through the positive-definite test of the Hessian. In order to prove the convexity of the transformed functions, the positive definite test of Hessian is used as defined in &#039;&#039;Optimization of Chemical Processes&#039;&#039; &amp;lt;ref&amp;gt; T. F. Edgar, D. M. Himmelblau, and L. S. Lasdon, &#039;&#039;Optimization of Chemical Processes&#039;&#039;, McGraw-Hill, 2001.&amp;lt;/ref&amp;gt;. This tests the Hessian defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  H(x) = H = \nabla^2f(x)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to test that &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  Q(x)\geq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  Q(x) = x^THx &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
for all &amp;lt;math&amp;gt; x \neq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the example above, the Hessian is as follows &amp;lt;ref&amp;gt; M. Chiang, [https://www.princeton.edu/~chiangm/gp.pdf &amp;quot;Geometric Programming for Communication Systems],&amp;quot; 2005. &amp;lt;/ref&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; &lt;br /&gt;
\begin{bmatrix} &lt;br /&gt;
{\partial^2 f \over \partial {x_1^2}} &amp;amp; {\partial^2 f \over \partial x_1\partial x_2} \\&lt;br /&gt;
{\partial^2 f \over \partial x_2\partial x_1} &amp;amp; {\partial^2 f \over \partial {x_2^2}}&lt;br /&gt;
\end{bmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
{\partial Z(u) \over \partial u_1} &amp;amp; = 10{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}}  &amp;amp; \quad{\partial^2 Z(u) \over \partial u_1^2} = 20{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} \\&lt;br /&gt;
{\partial Z(u) \over \partial u_2} &amp;amp; = 40{e^{2{u_1}}}{e^{8{u_2}}} + 4{e^{u_1}}{e^{2u_2}} + 3{e^{{3}{u_2}}}  &amp;amp; \quad{\partial^2 Z(u) \over \partial u_2^2} = 320{e^{2{u_1}}}{e^{8{u_2}}} + 8{e^{u_1}}{e^{2u_2}} + 9{e^{{3}{u_2}}} \\&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the example above, the Hessian is defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; &lt;br /&gt;
\begin{bmatrix} &lt;br /&gt;
X &amp;amp; X \\&lt;br /&gt;
X &amp;amp; Y&lt;br /&gt;
\end{bmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, H(x) is positive-definite and strictly convex. &lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
Currently, various applications of exponential transformation can be seen in published journal articles and industry practices. Many of these applications use exponential transformation to convexify their problem space. Due to the closeness with logarithmic transformation, usually a combination of the approaches is used in practical solutions.  &lt;br /&gt;
&lt;br /&gt;
=== Mechanical Engineering Applications === &lt;br /&gt;
In the paper “Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption” a global optimization approach is explored for the synthesis of heat exchanger networks. As seen in eq(34) and (35) of the work by Björk and Westerlund, they employ an exponential transformation to convexify their optimization problem to employ a global optimization approach. &amp;lt;ref&amp;gt;K. J. Björk and T. Westerlund, [https://doi.org/10.1016/S0098-1354(02)00129-1, &amp;quot;Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption],&amp;quot; &#039;&#039;Computers &amp;amp; Chemical Engineering&#039;&#039;, vol. 26, issue 11, pp. 1581-1593, 2002.&amp;lt;/ref&amp;gt;&lt;br /&gt;
=== Electrical Engineering Application: ===&lt;br /&gt;
Applications for VLSI circuit performance optimization. In this application a special geometric program defined as unary geometric programs is presented. The unary geometric program is a posynomial as defined in the [[#Theory &amp;amp; Methodology|Theory &amp;amp; Methodology]] section. The unary geometric program is derived through a greedy algorithm which implements a logarithmic transformation within lemma 5. &amp;lt;ref&amp;gt; http://home.eng.iastate.edu/~cnchu/pubs/j08.pdf &amp;lt;/ref&amp;gt; While this is not a specific exponential transformation example logarithmic transformations are within the same family and can also be used to convexify geometric programs. &lt;br /&gt;
=== Machining Economics: ===&lt;br /&gt;
Applications in economics can be seen through geometric programming approaches. Examples and applications include to analyze the life of cutting tools in machining. In this approach they use exponential transformations to convexify the problem.&lt;br /&gt;
&amp;lt;ref&amp;gt; https://link.springer.com/content/pdf/10.1007/BF02591746.pdf &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Overall exponential transformations can be applied anywhere a geometric programming approach is taken to optimize the solution space. Some Applications may perform a logarithmic transformation instead of an exponential transformation. &lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;br /&gt;
Exponential transformation is a useful method to convexify geometric MINLP and obtain a global solution to the problem. Exponential transformation does not alter the bounds of the problem and allows for a convex objective function and constraints given that the prerequisite conditions described are satisfied. Geometric programming transformation can be further explored through logarithmic transformation to address convexification.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>JackieJ</name></author>
	</entry>
	<entry>
		<id>https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5503</id>
		<title>Exponential transformation</title>
		<link rel="alternate" type="text/html" href="https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5503"/>
		<updated>2021-12-15T02:03:57Z</updated>

		<summary type="html">&lt;p&gt;JackieJ: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Author: Daphne Duvivier, Daniela Gil, Jacqueline Jackson, Sinclaire Mills, Vanessa Nobre (SYSEN 5800, Fall 2021)&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Exponential transformations are simple algebraic transformations of monomial functions through a variable substitution with an exponential variable. In computational optimization, exponential transformations are used for convexification of geometric programming constraints in nonconvex optimization problems.&lt;br /&gt;
&lt;br /&gt;
Exponential transformation creates a convex function without changing the decision space of the problem. &amp;lt;ref name =&amp;quot;:0&amp;quot;&amp;gt; D. Li and M. P. Biswal, [https://doi.org/10.1023/A:1021708412776 &amp;quot;Exponential Transformation in Convexifying a Noninferior Frontier and Exponential Generating Method],&amp;quot; &#039;&#039;Journal of Optimization Theory and Applications&#039;&#039;, vol. 99, pp. 183–199, 1998.&amp;lt;/ref&amp;gt; This is done through a simple substitution of continuous variables with a natural exponent and simplification of binary variables through removal of the exponent. The transformation is verified to be convex if the Hessian, denoted by &amp;lt;math&amp;gt;H(x)&amp;lt;/math&amp;gt;, is proven to be positive-definite.&lt;br /&gt;
&lt;br /&gt;
By using exponential transformations, not only is the overall time to solve a Nonlinear Programming (NLP) or a Mixed Integer Nonlinear Programming (MINLP) problem reduced, but we can also simplify the solution space enough to utilize conventional NLP/MINLP solvers. Various real world optimization problems apply this transformation to simplify the solution space consisting of extensive quantities of constraints and variables. &lt;br /&gt;
&lt;br /&gt;
== Theory, Methodology, and Algorithmic Discussions ==&lt;br /&gt;
=== Theory ===&lt;br /&gt;
Exponential transformations are most commonly applied to geometric programs. A &#039;&#039;&#039;geometric program&#039;&#039;&#039; is a mathematical optimization problem where the objective function is a posynomial being minimized. &#039;&#039;&#039;Posynomial&#039;&#039;&#039; functions are defined as positive polynomials. &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt; S. Boyd, S. J. Kim, and L. Vandenberghe &#039;&#039;et al.&#039;&#039;, [https://doi.org/10.1007/s11081-007-9001-7, &amp;quot;A tutorial on geometric programming],&amp;quot; &#039;&#039;Optimization and Engineering&#039;&#039;, vol. 8, article 67, 2007.&amp;lt;/ref&amp;gt;   &lt;br /&gt;
&lt;br /&gt;
The standard form of a geometric program is represented by:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align} &lt;br /&gt;
\min &amp;amp; \quad f_0(x) \\&lt;br /&gt;
s.t. &amp;amp; \quad f_i(x) \leq 1 \quad  i = 1,....,m  \\&lt;br /&gt;
 &amp;amp; \quad g_i(x) = 1  \quad i = 1,....,p &lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt; f_0(x) &amp;lt;/math&amp;gt; is a posynomial function, &amp;lt;math&amp;gt; f_i(x) &amp;lt;/math&amp;gt;  is a posynomial function and &amp;lt;math&amp;gt; g_i(x) &amp;lt;/math&amp;gt; is a monomial function. &lt;br /&gt;
&lt;br /&gt;
To verify a geometric program is represented in its standard form, the following conditions must be true:&lt;br /&gt;
# Objective function &amp;lt;math&amp;gt;f_0(x)&amp;lt;/math&amp;gt; is a posynomial.&lt;br /&gt;
# Inequality constraints &amp;lt;math&amp;gt;f_i(x)&amp;lt;/math&amp;gt; must be posynomials less than or equal to 1. &lt;br /&gt;
# Equality constraints &amp;lt;math&amp;gt;g_i(x)&amp;lt;/math&amp;gt; must be monomials equal to 1.&lt;br /&gt;
&lt;br /&gt;
In this definition, monomials differ from the usual algebraic definition where the exponents must be nonnegative integers. For this application, exponents can be any positive number inclusive of fractions and negative exponents. &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Methodology ===&lt;br /&gt;
&lt;br /&gt;
Exponential transformation begins with a posynomial noncovex function as depicted below. &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt; A posynomial begins with &amp;lt;math&amp;gt; x_1,...,x_n &amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;x_n&amp;lt;/math&amp;gt; are real non-negative variables.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(x) = \sum_{k=1}^N c_k{x_1}^{a_{1k}}{x_2}^{a_{2k}}....{x_n}^{a_{nk}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt; c_k \geq 0 &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; x_n \geq0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A transformation is applied in which &amp;lt;math&amp;gt; x_n &amp;lt;/math&amp;gt; is replaced with the natural logarithm base exponential &amp;lt;math&amp;gt; e^{u_n} &amp;lt;/math&amp;gt;. &amp;lt;ref&amp;gt; I. E. Grossmann, [https://doi.org/10.1023/A:1021039126272, &amp;quot;Review of Nonlinear Mixed-Integer and Disjunctive Programming Techniques],&amp;quot; &#039;&#039;Optimization and Engineering&#039;&#039;, vol. 3, pp. 227–252, 2002. &amp;lt;/ref&amp;gt; The transformed function after substitution is presented as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(u) = \sum_{k=1}^N c_k{{e}^{{u_1}{a_{1k}}}{e}^{{u_2}{a_{2k}}}....{e}^{{u_n}{a_{nk}}}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Properties of the exponent can be used to further simplify the transformation above, resulting in the sum of the exponents with a natural logarithm base. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(u) = \sum_{k=1}^N c_k{{e}^{{{u_1}{a_{1k}}}+{{u_2}{a_{2k}}}....+{{u_n}{a_{nk}}}}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This simplification can be applied in any instance where the product of logarithms with the same base is present to simplify the transformed function. &lt;br /&gt;
&lt;br /&gt;
===Exponential Transformation in Computational Optimization===&lt;br /&gt;
&lt;br /&gt;
Exponential transformation can be used for convexification of any Geometric MINLP that meets the criteria for a geometric program. In a geometric program the approach to solving efficiently is taken by transforming the optimization problem into a convex nonlinear problem. This is done by turning the problem into a nonlinear convex optimization problem through exponential transformation. Using the exponential substitution detailed above, all continuous variables in the function are transformed while binary variables are not transformed.  Through exponential transformation the constraints of a geometric program are also convex.&lt;br /&gt;
&lt;br /&gt;
In a special case binary exponential transformation can also be applied where binary variables are linearized since their possible allocation is 0 or 1. Binary exponential transformation can be done by using the following replacement &amp;lt;math&amp;gt; {y^n} &amp;lt;/math&amp;gt; is substituted by y.  &lt;br /&gt;
&lt;br /&gt;
Additionally, as presented in Theorem 1 and accompanying proof in &amp;quot;Global optimization of signomial geometric programming using linear relaxation&amp;quot; by P. Shen, K. Zhang, given that a function is being minimized, it shows that after transformation all points on the transformed function are feasible in the original function and all objective values in the transformed function are the same or less than the original function. &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt; this creates a convex under estimator approach to the problem.&lt;br /&gt;
&lt;br /&gt;
Also as presented by Li and Biswal, the bounds of the problem are not altered through exponential transformation. &amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Numerical Example ==&lt;br /&gt;
&amp;lt;math&amp;gt; {\frac{x_1^3}{x_2^4}} + {x_1^2} + {\sqrt[3]{x_2^2}} \leq 4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reformulating to exponents&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {x_1^3}*{x_2^{-4}} + {x_1^2} + {x_2^{\frac{2}{3}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substituting &amp;lt;math&amp;gt; x_1 = e^{u_1}, x_2 = e^{u_2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{e^{{3}{u_1}}}*{e^{{-4}{u_2}}} + {e^{{2}{u_1}}} + {{e^{u_2}}^{\frac{2}{3}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Simplifying by exponent properties and combining the exponents with like bases as a sum:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {e^{3{u_1} - 4{u_2}}} + {e^{{2}{u_1}}} + {{e^{{\frac{2}{3}}{u_2}}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Example of Convexification Application in MINLP ===&lt;br /&gt;
&lt;br /&gt;
The following MINLP problem can take a convexification approach using exponential transformation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{x_1^2}{x_2^8} + 2{x_1} + {x_2^3} + 5{y_1} + 2 {y_2^2} \\&lt;br /&gt;
s.t. &amp;amp; \quad {x_1} \leq 7{x_2^{0.2}} \\&lt;br /&gt;
&amp;amp; \quad 2{x_1^3} - y_1^2 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad x_1 \geq 0 \\ &lt;br /&gt;
&amp;amp; \quad x_2 \leq 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 \isin 0,1 \quad y_2 \isin 0,1&lt;br /&gt;
\end{align} &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Using the exponential transformation to continuous variables &amp;lt;math&amp;gt;x_1, x_2 &amp;lt;/math&amp;gt;  by substituting &amp;lt;math&amp;gt; x_1 = e^{u_1}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; x_2 = e^{u_2} &amp;lt;/math&amp;gt; described the problem becomes the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + {e^{{3}{u_2}}} + 5{y_1} + 2 {y_2^2} \\&lt;br /&gt;
s.t. &amp;amp; \quad {e^{u_1}} \leq 7{e^{0.2{u_2}}} \\&lt;br /&gt;
&amp;amp; \quad 2{e^{3{u_1}}} - y_1^2 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad e^{u_1} \geq 0 \\&lt;br /&gt;
&amp;amp; \quad e^{u_2} \leq 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 \isin 0,1 \quad y_2 \isin 0,1&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With additional simplification through properties of exponents and combining the products of exponential terms as the sum of exponents with the same base:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{e^{2{u_1}+{8{u_2}}}} + 2{e^{u_1}}+{e^{{2u_2}+{3}{u_2}}} + 5{y_1} + 2 {y_2^2}  \\&lt;br /&gt;
s.t. &amp;amp; \quad u_1 \leq \ln 7 + 0.2{u_2} \\&lt;br /&gt;
&amp;amp; \quad 2{e^{3{u_1}}} - y_1^2 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad {u_2} \leq \ln 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 \isin 0,1 \quad y_2 \isin 0,1&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt; u_1 &amp;lt;/math&amp;gt; is unbounded due to logarithmic of 0 being indefinite.&lt;br /&gt;
&lt;br /&gt;
Additionally simplifying further for binary variables by substituting &amp;lt;math&amp;gt; {y_1}^2 with {y_1}  and {y_2}^2 with {y_2} &amp;lt;/math&amp;gt; since &amp;lt;math&amp;gt; {y_2} &amp;lt;/math&amp;gt; is either 0 or 1 and any exponents on the variable will not change the solution space:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + {e^{{u_2}{3}}} + 5{y_1} + 2 {y_2}  \\&lt;br /&gt;
s.t. &amp;amp; \quad u_1 \leq \ln 7 + 0.2{u_2} \\&lt;br /&gt;
&amp;amp; \quad 2{e^{3{u_1}}} - y_1 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad {u_2} \leq \ln 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 \isin 0,1 \quad y_2 \isin 0,1&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The transformed objective function can be shown to be convex through the positive-definite test of the Hessian. In order to prove the convexity of the transformed functions, the positive definite test of Hessian is used as defined in &#039;&#039;Optimization of Chemical Processes&#039;&#039; &amp;lt;ref&amp;gt; T. F. Edgar, D. M. Himmelblau, and L. S. Lasdon, &#039;&#039;Optimization of Chemical Processes&#039;&#039;, McGraw-Hill, 2001.&amp;lt;/ref&amp;gt;. This tests the Hessian defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  H(x) = H = \nabla^2f(x)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to test that &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  Q(x)\geq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  Q(x) = x^THx &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
for all &amp;lt;math&amp;gt; x \neq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the example above, the Hessian is as follows &amp;lt;ref&amp;gt; M. Chiang, [https://www.princeton.edu/~chiangm/gp.pdf &amp;quot;Geometric Programming for Communication Systems],&amp;quot; 2005. &amp;lt;/ref&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; &lt;br /&gt;
\begin{bmatrix} &lt;br /&gt;
{\partial^2 f \over \partial {x_1^2}} &amp;amp; {\partial^2 f \over \partial x_1\partial x_2} \\&lt;br /&gt;
{\partial^2 f \over \partial x_2\partial x_1} &amp;amp; {\partial^2 f \over \partial {x_2^2}}&lt;br /&gt;
\end{bmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
{\partial Z(u) \over \partial u_1} &amp;amp; = 10{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}}  &amp;amp; \quad{\partial^2 Z(u) \over \partial u_1^2} = 20{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} \\&lt;br /&gt;
{\partial Z(u) \over \partial u_2} &amp;amp; = 40{e^{2{u_1}}}{e^{8{u_2}}} + 4{e^{u_1}}{e^{2u_2}} + 3{e^{{3}{u_2}}}  &amp;amp; \quad{\partial^2 Z(u) \over \partial u_2^2} = 320{e^{2{u_1}}}{e^{8{u_2}}} + 8{e^{u_1}}{e^{2u_2}} + 9{e^{{3}{u_2}}} \\&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the example above, the Hessian is defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; &lt;br /&gt;
\begin{bmatrix} &lt;br /&gt;
X &amp;amp; X \\&lt;br /&gt;
X &amp;amp; Y&lt;br /&gt;
\end{bmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, H(x) is positive-definite and strictly convex. &lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
Currently, various applications of exponential transformation can be seen in published journal articles and industry practices. Many of these applications use exponential transformation to convexify their problem space. Due to the closeness with logarithmic transformation, usually a combination of the approaches is used in practical solutions.  &lt;br /&gt;
&lt;br /&gt;
=== Mechanical Engineering Applications === &lt;br /&gt;
In the paper “Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption” a global optimization approach is explored for the synthesis of heat exchanger networks. As seen in eq(34) and (35) of the work by Björk and Westerlund, they employ an exponential transformation to convexify their optimization problem to employ a global optimization approach. &amp;lt;ref&amp;gt;K. J. Björk and T. Westerlund, [https://doi.org/10.1016/S0098-1354(02)00129-1, &amp;quot;Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption],&amp;quot; &#039;&#039;Computers &amp;amp; Chemical Engineering&#039;&#039;, vol. 26, issue 11, pp. 1581-1593, 2002.&amp;lt;/ref&amp;gt;&lt;br /&gt;
=== Electrical Engineering Application: ===&lt;br /&gt;
Applications for VLSI circuit performance optimization. In this application a special geometric program defined as unary geometric programs is presented. The unary geometric program is a posynomial as defined in the [[#Theory &amp;amp; Methodology|Theory &amp;amp; Methodology]] section. The unary geometric program is derived through a greedy algorithm which implements a logarithmic transformation within lemma 5. &amp;lt;ref&amp;gt; http://home.eng.iastate.edu/~cnchu/pubs/j08.pdf &amp;lt;/ref&amp;gt; While this is not a specific exponential transformation example logarithmic transformations are within the same family and can also be used to convexify geometric programs. &lt;br /&gt;
=== Machining Economics: ===&lt;br /&gt;
Applications in economics can be seen through geometric programming approaches. Examples and applications include to analyze the life of cutting tools in machining. In this approach they use exponential transformations to convexify the problem.&lt;br /&gt;
&amp;lt;ref&amp;gt; https://link.springer.com/content/pdf/10.1007/BF02591746.pdf &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Overall exponential transformations can be applied anywhere a geometric programming approach is taken to optimize the solution space. Some Applications may perform a logarithmic transformation instead of an exponential transformation. &lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;br /&gt;
Exponential transformation is a useful method to convexify geometric MINLP and obtain a global solution to the problem. Exponential transformation does not alter the bounds of the problem and allows for a convex objective function and constraints given that the prerequisite conditions described are satisfied. Geometric programming transformation can be further explored through logarithmic transformation to address convexification.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>JackieJ</name></author>
	</entry>
	<entry>
		<id>https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5480</id>
		<title>Exponential transformation</title>
		<link rel="alternate" type="text/html" href="https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5480"/>
		<updated>2021-12-15T01:46:21Z</updated>

		<summary type="html">&lt;p&gt;JackieJ: Update for TA comments&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Author: Daphne Duvivier, Daniela Gil, Jacqueline Jackson, Sinclaire Mills, Vanessa Nobre (SYSEN 5800, Fall 2021)&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Exponential transformations are simple algebraic transformations of monomial functions through a variable substitution with an exponential variable. In computational optimization, exponential transformations are used for convexification of geometric programming constraints nonconvex optimization problems. The constraints for geometric programs are posynomial functions which are characterized by being positive polynomials. &lt;br /&gt;
&lt;br /&gt;
Exponential transformation creates a convex function without changing the decision space of the problem. &amp;lt;ref name =&amp;quot;:0&amp;quot;&amp;gt; D. Li and M. P. Biswal, [https://doi.org/10.1023/A:1021708412776 &amp;quot;Exponential Transformation in Convexifying a Noninferior Frontier and Exponential Generating Method],&amp;quot; &#039;&#039;Journal of Optimization Theory and Applications&#039;&#039;, vol. 99, pp. 183–199, 1998.&amp;lt;/ref&amp;gt; This is done through a simple substitution of continuous variables with a natural exponent and simplifying binary variables by removing the exponents due to the binary nature of the variable. The transformation can then be verified using the Hessian positive definite test to confirm that it is now a convex function. &lt;br /&gt;
&lt;br /&gt;
Using exponential transformations, the overall time to solve a Nonlinear Programming (NLP) or a Mixed Integer Nonlinear Programming (MINLP) problem is reduced and simplifies the solution space enough to utilize conventional NLP/MINLP solvers. This can be seen used in various real world optimization problem applications to simplify the solution space as real world applications have extensive quantities of constraints and variables. &lt;br /&gt;
&lt;br /&gt;
== Theory &amp;amp; Methodology ==&lt;br /&gt;
Exponential transformation is an algebraic transformation applied to geometric programs.&lt;br /&gt;
&lt;br /&gt;
In non linear programming an exponential transformation are used for geometric programs which are composed of posynomial functions in the optimization function and constraints. &lt;br /&gt;
&lt;br /&gt;
A posynomial function which can also be referred to as a posynomial is defined as a positive polynomial function. &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt; S. Boyd, S. J. Kim, and L. Vandenberghe &#039;&#039;et al.&#039;&#039;, [https://doi.org/10.1007/s11081-007-9001-7, &amp;quot;A tutorial on geometric programming],&amp;quot; &#039;&#039;Optimization and Engineering&#039;&#039;, vol. 8, article 67, 2007.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Exponential transformation begins with a posynomial (Positive and Polynomial) noncovex function of the form &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt; S. Boyd, S. J. Kim, and L. Vandenberghe &#039;&#039;et al.&#039;&#039;, [https://doi.org/10.1007/s11081-007-9001-7, &amp;quot;A tutorial on geometric programming],&amp;quot; &#039;&#039;Optimization and Engineering&#039;&#039;, vol. 8, article 67, 2007.&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
A posynomial begins with &amp;lt;math&amp;gt; x_1,...,x_n &amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt; x_n&lt;br /&gt;
 &amp;lt;/math&amp;gt; are real non negative variables.  &lt;br /&gt;
&lt;br /&gt;
variables.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(x) = \sum_{k=1}^N c_k{x_1}^{a_{1k}}{x_2}^{a_{2k}}....{x_n}^{a_{nk}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt; c_k \geq 0 &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; x_n \geq0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A transformation where &amp;lt;math&amp;gt; x_n &amp;lt;/math&amp;gt; is replaced with the natural logarithm base exponential &amp;lt;math&amp;gt; e^{u_n} &amp;lt;/math&amp;gt; &amp;lt;ref&amp;gt; I. E. Grossmann, [https://doi.org/10.1023/A:1021039126272, &amp;quot;Review of Nonlinear Mixed-Integer and Disjunctive Programming Techniques],&amp;quot; &#039;&#039;Optimization and Engineering&#039;&#039;, vol. 3, pp. 227–252, 2002. &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The transformed function after substitution is presented as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(u) = \sum_{k=1}^N c_k{{e}^{{u_1}{a_{1k}}}{e}^{{u_2}{a_{2k}}}....{e}^{{u_n}{a_{nk}}}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Properties of exponent can be used to further simplify the transformation above resulting in the sum of the exponents with a natural logarithm base. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(u) = \sum_{k=1}^N c_k{{e}^{{{u_1}{a_{1k}}}+{{u_2}{a_{2k}}}....+{{u_n}{a_{nk}}}}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This simplification can be applied in any instance where the product of logarithms with the same base is present to simplify the transformed function. &lt;br /&gt;
&lt;br /&gt;
Exponential transformation can be applied to geometric programs. A geometric program is a mathematical optimization problem where the objective function is a posynomial which is minimized. For Geometric programs in standard form the objective must be a posynomial and the constraints must be posynomials &amp;lt;math&amp;gt; \leq 1 &amp;lt;/math&amp;gt; or monomials equal to 1.&lt;br /&gt;
&lt;br /&gt;
Geometric Programs in standard form is represented by:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align} &lt;br /&gt;
\min &amp;amp; \quad f_0(x) \\&lt;br /&gt;
s.t. &amp;amp; \quad f_i(x) \leq 1 \quad  i = 1,....,m  \\&lt;br /&gt;
 &amp;amp; \quad g_i(x) = 1  \quad i = 1,....,p &lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt; f_0(x) &amp;lt;/math&amp;gt; is a posynomial function, &amp;lt;math&amp;gt; f_i(x) &amp;lt;/math&amp;gt;  is a posynomial function and &amp;lt;math&amp;gt; g_i(x) &amp;lt;/math&amp;gt; is a monomial function. &lt;br /&gt;
&lt;br /&gt;
In this definition monomials differ from the usual algebraic definition where the exponents must be nonnegative integers. For this application exponents can be any positive number inclusive of fractions and negative exponents. &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt; S. Boyd, S. J. Kim, and L. Vandenberghe &#039;&#039;et al.&#039;&#039;, [https://doi.org/10.1007/s11081-007-9001-7, &amp;quot;A tutorial on geometric programming],&amp;quot; &#039;&#039;Optimization and Engineering&#039;&#039;, vol. 8, article 67, 2007.&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===Exponential Transformation in Computational Optimization===&lt;br /&gt;
&lt;br /&gt;
Exponential transformation can be used for convexification of any Geometric MINLP that meets the criteria for a geometric program. In a geometric program the approach to solving efficiently is taken by transforming the optimization problem into a convex nonlinear problem. This is done by turning the problem into a nonlinear convex optimization problem through exponential transformation. Using the exponential substitution detailed above, all continuous variables in the function are transformed while binary variables are not transformed.  Through exponential transformation the constraints of a geometric program are also convex.&lt;br /&gt;
&lt;br /&gt;
In a special case binary exponential transformation can also be applied where binary variables are linearized since their possible allocation is 0 or 1. Binary exponential transformation can be done by using the following replacement &amp;lt;math&amp;gt; {y^n} &amp;lt;/math&amp;gt; is substituted by y.  &lt;br /&gt;
&lt;br /&gt;
Additionally, as presented in Theorem 1 and accompanying proof in &amp;quot;Global optimization of signomial geometric programming using linear relaxation&amp;quot; by P. Shen, K. Zhang, given that a function is being minimized, it shows that after transformation all points on the transformed function are feasible in the original function and all objective values in the transformed function are the same or less than the original function. &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt; this creates a convex under estimator approach to the problem.&lt;br /&gt;
&lt;br /&gt;
Also as presented by Li and Biswal, the bounds of the problem are not altered through exponential transformation. &amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Numerical Example ==&lt;br /&gt;
&amp;lt;math&amp;gt; {\frac{x_1^3}{x_2^4}} + {x_1^2} + {\sqrt[3]{x_2^2}} \leq 4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reformulating to exponents&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {x_1^3}*{x_2^{-4}} + {x_1^2} + {x_2^{\frac{2}{3}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substituting &amp;lt;math&amp;gt; x_1 = e^{u_1}, x_2 = e^{u_2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{e^{{3}{u_1}}}*{e^{{-4}{u_2}}} + {e^{{2}{u_1}}} + {{e^{u_2}}^{\frac{2}{3}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Simplifying by exponent properties and combining the exponents with like bases as a sum:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {e^{3{u_1} - 4{u_2}}} + {e^{{2}{u_1}}} + {{e^{{\frac{2}{3}}{u_2}}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Example of Convexification Application in MINLP ===&lt;br /&gt;
&lt;br /&gt;
The following MINLP problem can take a convexification approach using exponential transformation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{x_1^2}{x_2^8} + 2{x_1} + {x_2^3} + 5{y_1} + 2 {y_2^2} \\&lt;br /&gt;
s.t. &amp;amp; \quad {x_1} \leq 7{x_2^{0.2}} \\&lt;br /&gt;
&amp;amp; \quad 2{x_1^3} - y_1^2 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad x_1 \geq 0 \\ &lt;br /&gt;
&amp;amp; \quad x_2 \leq 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 \isin 0,1 \quad y_2 \isin 0,1&lt;br /&gt;
\end{align} &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Using the exponential transformation to continuous variables &amp;lt;math&amp;gt;x_1, x_2 &amp;lt;/math&amp;gt;  by substituting &amp;lt;math&amp;gt; x_1 = e^{u_1}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; x_2 = e^{u_2} &amp;lt;/math&amp;gt; described the problem becomes the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + {e^{{3}{u_2}}} + 5{y_1} + 2 {y_2^2} \\&lt;br /&gt;
s.t. &amp;amp; \quad {e^{u_1}} \leq 7{e^{0.2{u_2}}} \\&lt;br /&gt;
&amp;amp; \quad 2{e^{3{u_1}}} - y_1^2 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad e^{u_1} \geq 0 \\&lt;br /&gt;
&amp;amp; \quad e^{u_2} \leq 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 \isin 0,1 \quad y_2 \isin 0,1&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With additional simplification through properties of exponents and combining the products of exponential terms as the sum of exponents with the same base:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{e^{2{u_1}+{8{u_2}}}} + 2{e^{u_1}}+{e^{{2u_2}+{3}{u_2}}} + 5{y_1} + 2 {y_2^2}  \\&lt;br /&gt;
s.t. &amp;amp; \quad u_1 \leq \ln 7 + 0.2{u_2} \\&lt;br /&gt;
&amp;amp; \quad 2{e^{3{u_1}}} - y_1^2 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad {u_2} \leq \ln 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 \isin 0,1 \quad y_2 \isin 0,1&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt; u_1 &amp;lt;/math&amp;gt; is unbounded due to logarithmic of 0 being indefinite.&lt;br /&gt;
&lt;br /&gt;
Additionally simplifying further for binary variables by substituting &amp;lt;math&amp;gt; {y_1}^2 with {y_1}  and {y_2}^2 with {y_2} &amp;lt;/math&amp;gt; since &amp;lt;math&amp;gt; {y_2} &amp;lt;/math&amp;gt; is either 0 or 1 and any exponents on the variable will not change the solution space:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + {e^{{u_2}{3}}} + 5{y_1} + 2 {y_2}  \\&lt;br /&gt;
s.t. &amp;amp; \quad u_1 \leq \ln 7 + 0.2{u_2} \\&lt;br /&gt;
&amp;amp; \quad 2{e^{3{u_1}}} - y_1 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad {u_2} \leq \ln 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 \isin 0,1 \quad y_2 \isin 0,1&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The transformed objective function can be shown to be convex through the positive-definite test of the Hessian. In order to prove the convexity of the transformed functions, the positive definite test of Hessian is used as defined in &#039;&#039;Optimization of Chemical Processes&#039;&#039; &amp;lt;ref&amp;gt; T. F. Edgar, D. M. Himmelblau, and L. S. Lasdon, &#039;&#039;Optimization of Chemical Processes&#039;&#039;, McGraw-Hill, 2001.&amp;lt;/ref&amp;gt;. This tests the Hessian defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  H(x) = H = \nabla^2f(x)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to test that &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  Q(x)\geq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  Q(x) = x^THx &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
for all &amp;lt;math&amp;gt; x \neq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the example above, the Hessian is as follows &amp;lt;ref&amp;gt; M. Chiang, [https://www.princeton.edu/~chiangm/gp.pdf &amp;quot;Geometric Programming for Communication Systems],&amp;quot; 2005. &amp;lt;/ref&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; &lt;br /&gt;
\begin{bmatrix} &lt;br /&gt;
{\partial^2 f \over \partial {x_1^2}} &amp;amp; {\partial^2 f \over \partial x_1\partial x_2} \\&lt;br /&gt;
{\partial^2 f \over \partial x_2\partial x_1} &amp;amp; {\partial^2 f \over \partial {x_2^2}}&lt;br /&gt;
\end{bmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
{\partial Z(u) \over \partial u_1} &amp;amp; = 10{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}}  &amp;amp; \quad{\partial^2 Z(u) \over \partial u_1^2} = 20{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} \\&lt;br /&gt;
{\partial Z(u) \over \partial u_2} &amp;amp; = 40{e^{2{u_1}}}{e^{8{u_2}}} + 4{e^{u_1}}{e^{2u_2}} + 3{e^{{3}{u_2}}}  &amp;amp; \quad{\partial^2 Z(u) \over \partial u_2^2} = 320{e^{2{u_1}}}{e^{8{u_2}}} + 8{e^{u_1}}{e^{2u_2}} + 9{e^{{3}{u_2}}} \\&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the example above, the Hessian is defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; &lt;br /&gt;
\begin{bmatrix} &lt;br /&gt;
X &amp;amp; X \\&lt;br /&gt;
X &amp;amp; Y&lt;br /&gt;
\end{bmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, H(x) is positive-definite and strictly convex. &lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
Currently, various applications of exponential transformation can be seen in published journal articles and industry practices. Many of these applications use exponential transformation to convexify their problem space. Due to the closeness with logarithmic transformation, usually a combination of the approaches is used in practical solutions.  &lt;br /&gt;
&lt;br /&gt;
=== Mechanical Engineering Applications === &lt;br /&gt;
In the paper “Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption” a global optimization approach is explored for the synthesis of heat exchanger networks. As seen in eq(34) and (35) of the work by Björk and Westerlund, they employ an exponential transformation to convexify their optimization problem to employ a global optimization approach. &amp;lt;ref&amp;gt;K. J. Björk and T. Westerlund, [https://doi.org/10.1016/S0098-1354(02)00129-1, &amp;quot;Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption],&amp;quot; &#039;&#039;Computers &amp;amp; Chemical Engineering&#039;&#039;, vol. 26, issue 11, pp. 1581-1593, 2002.&amp;lt;/ref&amp;gt;&lt;br /&gt;
=== Electrical Engineering Application: ===&lt;br /&gt;
Applications for VLSI circuit performance optimization. In this application a special geometric program defined as unary geometric programs is presented. The unary geometric program is a posynomial as defined in the [[#Theory &amp;amp; Methodology|Theory &amp;amp; Methodology]] section. The unary geometric program is derived through a greedy algorithm which implements a logarithmic transformation within lemma 5. &amp;lt;ref&amp;gt; http://home.eng.iastate.edu/~cnchu/pubs/j08.pdf &amp;lt;/ref&amp;gt; While this is not a specific exponential transformation example logarithmic transformations are within the same family and can also be used to convexify geometric programs. &lt;br /&gt;
=== Machining Economics: ===&lt;br /&gt;
Applications in economics can be seen through geometric programming approaches. Examples and applications include to analyze the life of cutting tools in machining. In this approach they use exponential transformations to convexify the problem.&lt;br /&gt;
&amp;lt;ref&amp;gt; https://link.springer.com/content/pdf/10.1007/BF02591746.pdf &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Overall exponential transformations can be applied anywhere a geometric programming approach is taken to optimize the solution space. Some Applications may perform a logarithmic transformation instead of an exponential transformation. &lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;br /&gt;
Exponential transformation is a useful method to convexify Geometric MINLP and obtain a global solution to the problem. Exponential transformation does not alter the bounds of the problem and allows for a convex objective function and constraints given that the conditions described within [[#Theory &amp;amp; Methodology|Theory &amp;amp; Methodology]] are satisfied. Geometric Programming transformation can be further explored through logarithmic transformation to address convexification.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>JackieJ</name></author>
	</entry>
	<entry>
		<id>https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5289</id>
		<title>Exponential transformation</title>
		<link rel="alternate" type="text/html" href="https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5289"/>
		<updated>2021-12-14T03:31:56Z</updated>

		<summary type="html">&lt;p&gt;JackieJ: Add Hessian matrix (half)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Author: Daphne Duvivier, Daniela Gil, Jacqueline Jackson, Sinclaire Mills, Vanessa Nobre (SYSEN 5800, Fall 2021)&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Exponential transformations are simple algebraic transformations of monomial functions through a variable substitution with an exponential variable. In computational optimization, exponential transformations are used for convexification of geometric programming constraints (posynomial) nonconvex optimization problems. Exponential transformation creates a convex function without changing the decision space of the problem. &amp;lt;ref name =&amp;quot;:0&amp;quot;&amp;gt; D. Li and M. P. Biswal, [https://doi.org/10.1023/A:1021708412776 &amp;quot;Exponential Transformation in Convexifying a Noninferior Frontier and Exponential Generating Method],&amp;quot; &#039;&#039;Journal of Optimization Theory and Applications&#039;&#039;, vol. 99, pp. 183–199, 1998.&amp;lt;/ref&amp;gt; The transformation can then be verified using the Hessian positive definite test to confirm that it is now a convex function. Through the use of exponential transformations, the overall time to solve a Nonlinear Programming (NLP) or a Mixed Integer Nonlinear Programming (MINLP) problem is reduced and simplifies the solution space enough to utilize normal NLP/MINLP solvers. &lt;br /&gt;
&lt;br /&gt;
== Theory &amp;amp; Methodology ==&lt;br /&gt;
&lt;br /&gt;
Exponential transformation can be applied to geometric programs. A geometric program is a mathematical optimization problem. Geometric Programs take the form of:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align} &lt;br /&gt;
\min &amp;amp; \quad f_0(x) \\&lt;br /&gt;
s.t. &amp;amp; \quad f_i(x) \leq 1 \quad  i = 1,...,m  \\&lt;br /&gt;
 &amp;amp; \quad g_i(x) = 1  \quad i = 1,...,p &lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
convexification of a non-inferior frontier - based on having a differentiable objective function&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
this would apply to any polynomial. A posynomial is defined as define polynomials: &lt;br /&gt;
&lt;br /&gt;
Exponential transformation begins with a posynomial (Positive and Polynomial) noncovex function of the form &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt; S. Boyd, S. J. Kim, and L. Vandenberghe &#039;&#039;et al.&#039;&#039;, [https://doi.org/10.1007/s11081-007-9001-7, &amp;quot;A tutorial on geometric programming],&amp;quot; &#039;&#039;Optimization and Engineering&#039;&#039;, vol. 8, article 67, 2007.&amp;lt;/ref&amp;gt; :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(x) = \sum_{k=1}^N c_k{x_1}^{a_{1k}}{x_2}^{a_{2k}}....{x_n}^{a_{nk}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt; c_k \geq 0 &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; x_n \geq0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A transformation of &amp;lt;math&amp;gt; x_n = e^u_i &amp;lt;/math&amp;gt; is applied  &amp;lt;ref&amp;gt; I. E. Grossmann, [https://doi.org/10.1023/A:1021039126272, &amp;quot;Review of Nonlinear Mixed-Integer and Disjunctive Programming Techniques],&amp;quot; &#039;&#039;Optimization and Engineering&#039;&#039;, vol. 3, pp. 227–252, 2002. &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The transformed function is presented as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(u) = \sum_{k=1}^N c_k{{e}^{{u_1}{a_{1k}}}{e}^{{u_2}{a_{2k}}}....{e}^{{u_n}{a_{nk}}}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Exponential Transformation in Computational Optimization===&lt;br /&gt;
Exponential transformation can be used for convexification of any Geometric MINLP that meets the criteria of equation 1. This is done by turning the problem into a nonlinear convex optimization problem through exponential transformation. Using the exponential substitution detailed above, all continuous variables in the function are transformed while binary variables are not transformed. &lt;br /&gt;
&lt;br /&gt;
Additionally, as presented in Theorem 1 and accompanying proof in &amp;quot;Global optimization of signomial geometric programming using linear relaxation&amp;quot; by P. Shen, K. Zhang, given that a function is being minimized, it shows that after transformation all points on the transformed function are feasible in the original function and all objective values in the transformed function are the same or less than the original function. &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt; Also presented by Li and Biswal, the bounds of the problem are not altered through exponential transformation. &amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Numerical Example ==&lt;br /&gt;
&amp;lt;math&amp;gt; {\frac{x_1^3}{x_2^4}} + {x_1^2} + {\sqrt[3]{x_2^2}} \leq 4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reformulating to exponents&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {x_1^3}*{x_2^{-4}} + {x_1^2} + {x_2^{\frac{2}{3}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substituting &amp;lt;math&amp;gt; x_1 = e^{u_1}, x_2 = e^{u_2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{e^{{3}{u_1}}}*{e^{{-4}{u_2}}} + {e^{{2}{u_1}}} + {e^{{\frac{2}{3}}{u_2}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Simplifying by exponent properties&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {e^{3{u_1} - 4{u_2}}} + {e^{{2}{u_1}}} + {{e^{{\frac{2}{3}}{u_2}}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Example of Convexification Application in MINLP ===&lt;br /&gt;
&lt;br /&gt;
The following MINLP problem can take a convexification approach using exponential transformation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{x_1^2}{x_2^8} + 2{x_1} + {x_2^3} + 5{y_1} + 2 {y_2^2} \\&lt;br /&gt;
s.t. &amp;amp; \quad {x_1} \leq 7{x_2^{0.2}} \\&lt;br /&gt;
&amp;amp; \quad 2{x_1^3} - y_1^2 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad x_1 \geq 0 \\ &lt;br /&gt;
&amp;amp; \quad x_2 \leq 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 = 0,1 \quad y_2 = 0,1&lt;br /&gt;
\end{align} &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Using the exponential transformation to continuous variables &amp;lt;math&amp;gt;x_1, x_2 &amp;lt;/math&amp;gt;  by substituting &amp;lt;math&amp;gt; x_1 = e^{u_1}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; x_2 = e^{u_2} &amp;lt;/math&amp;gt; described the problem becomes the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + {e^{{3}{u_2}}} + 5{y_1} + 2 {y_2^2} \\&lt;br /&gt;
s.t. &amp;amp; \quad {e^{u_1}} \leq 7{e^{0.2{u_2}}} \\&lt;br /&gt;
&amp;amp; \quad 2{e^{3{u_1}}} - y_1 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad e^{u_1} \geq 0 \\&lt;br /&gt;
&amp;amp; \quad e^{u_2} \leq 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 = 0,1 \quad y_2 = 0,1&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With additional logarithmic simplification through properties of natural logarithm:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + {e^{{3}{u_2}}} + 5{y_1} + 2 {y_2^2}  \\&lt;br /&gt;
s.t. &amp;amp; \quad u_1 \leq \ln 7 + 0.2{u_2} \\&lt;br /&gt;
&amp;amp; \quad 2{e^{3{u_1}}} - y_1 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad {u_2} \leq \ln 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 = 0,1 \quad y_2 = 0,1&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt; u_1 &amp;lt;/math&amp;gt; is unbounded due to logarithmic of 0 being indefinite.&lt;br /&gt;
&lt;br /&gt;
The transformed objective function can be shown to be convex through the positive-definite test of the Hessian. For the example above, the Hessian is as follows &amp;lt;ref&amp;gt; M. Chiang, [https://www.princeton.edu/~chiangm/gp.pdf &amp;quot;Geometric Programming for Communication Systems],&amp;quot; 2005. &amp;lt;/ref&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
In order to prove the convexity of the transformed functions, the positive definite test of Hessian is used as defined in &#039;&#039;Optimization of Chemical Processes&#039;&#039; &amp;lt;ref&amp;gt; T. F. Edgar, D. M. Himmelblau, and L. S. Lasdon, &#039;&#039;Optimization of Chemical Processes&#039;&#039;, McGraw-Hill, 2001.&amp;lt;/ref&amp;gt;. This tests the Hessian defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  H(x) = H = \nabla^2f(x)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to test that &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  Q(x)\geq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  Q(x) = x^THx &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
for all &amp;lt;math&amp;gt; x \neq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
for functions the Hessian is defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; &lt;br /&gt;
\begin{bmatrix} &lt;br /&gt;
{\partial^2 f \over \partial {x_1^2}} &amp;amp; {\partial^2 f \over \partial x_1\partial x_2} \\&lt;br /&gt;
{\partial^2 f \over \partial x_2\partial x_1} &amp;amp; {\partial^2 f \over \partial {x_2^2}}&lt;br /&gt;
\end{bmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
{\partial Z(u) \over \partial u_1} &amp;amp; = 10{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}}  &amp;amp; \quad{\partial^2 Z(u) \over \partial u_1^2} = 20{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} \\&lt;br /&gt;
{\partial Z(u) \over \partial u_2} &amp;amp; = 40{e^{2{u_1}}}{e^{8{u_2}}} + 4{e^{u_1}}{e^{2u_2}} + 3{e^{{3}{u_2}}}  &amp;amp; \quad{\partial^2 Z(u) \over \partial u_2^2} = 320{e^{2{u_1}}}{e^{8{u_2}}} + 8{e^{u_1}}{e^{2u_2}} + 9{e^{{3}{u_2}}} \\&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the example above, the Hessian is defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; &lt;br /&gt;
\begin{bmatrix} &lt;br /&gt;
X &amp;amp; X \\&lt;br /&gt;
X &amp;amp; Y&lt;br /&gt;
\end{bmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, H(x) is positive-definite and strictly convex. &lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
Currently, various applications of exponential transformation can be seen in published journal articles and industry practices. Due to the closeness with logarithmic transformation, usually a combination of the approaches are used in practical solutions.  &lt;br /&gt;
&lt;br /&gt;
Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption:&lt;br /&gt;
*As seen in eq(34) and (35) of the work by Björk and Westerlund, they employ an exponential transformation to convexify their optimization problem to employ a global optimization approach. &amp;lt;ref&amp;gt;K. J. Björk and T. Westerlund, [https://www.sciencedirect.com/science/article/abs/pii/S0098135402001291?casa_token=G7OVOrBKagoAAAAA:1hUCHkGascVlawR3OfBpolNXlFqPSBUhWL6MkVAhn-ofKVfF-CbhVK6ZfSCKQ7i6mRQ9MTaqf9Q, &amp;quot;Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption],&amp;quot; &#039;&#039;Computers &amp;amp; Chemical Engineering&#039;&#039;, vol. 26, issue 11, pp. 1581-1593, 2002.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Electrical Engineering Application: &amp;lt;ref&amp;gt;C. Chu and D. F. Wong, [http://home.eng.iastate.edu/~cnchu/pubs/j08.pdf, &amp;quot;VLSI Circuit Performance Optimization by Geometric Programming],&amp;quot; &#039;&#039;Annals of Operations Research&#039;&#039;, vol. 105, pp. 37-60, 2001.&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Quadratic Geometric Programming Economics: &amp;lt;ref&amp;gt;T. R. Jefferson and C. H. Scott, [https://link.springer.com/content/pdf/10.1007/BF02591746.pdf, &amp;quot;Quadratic geometric programming with application to machining economics],&amp;quot; &#039;&#039;Mathematical Programming&#039;&#039;, vol. 31, pp. 137-152, 1985.&amp;lt;/ref&amp;gt;   &lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;br /&gt;
Exponential transformation is a useful method to convexify Geometric MINLP and obtain a global solution to the problem. Exponential transformation does not alter the bounds of the problem and allows for a convex objective function and constraints given that the conditions described within [[#Theory &amp;amp; Methodology|Theory &amp;amp; Methodology]] are satisfied. Geometric Programming transformation can be further explored through logarithmic transformation to address convexification.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>JackieJ</name></author>
	</entry>
	<entry>
		<id>https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5272</id>
		<title>Exponential transformation</title>
		<link rel="alternate" type="text/html" href="https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5272"/>
		<updated>2021-12-14T02:14:15Z</updated>

		<summary type="html">&lt;p&gt;JackieJ: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Author: Daphne Duvivier, Daniela Gil, Jacqueline Jackson, Sinclaire Mills, Vanessa Nobre (SYSEN 5800, Fall 2021)&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Exponential transformations are simple algebraic transformations of monomial functions through a variable substitution with an exponential variable. In computational optimization, exponential transformations are used for convexification of geometric programming constraints (posynomial) nonconvex optimization problems. Exponential transformation creates a convex function without changing the decision space of the problem. &amp;lt;ref name =&amp;quot;:0&amp;quot;&amp;gt; D. Li and M. P. Biswal, [https://doi.org/10.1023/A:1021708412776 &amp;quot;Exponential Transformation in Convexifying a Noninferior Frontier and Exponential Generating Method],&amp;quot; &#039;&#039;Journal of Optimization Theory and Applications&#039;&#039;, vol. 99, pp. 183–199, 1998.&amp;lt;/ref&amp;gt; The transformation can then be verified using the Hessian positive definite test to confirm that it is now a convex function. Through the use of exponential transformations, the overall time to solve a Nonlinear Programming (NLP) or a Mixed Integer Nonlinear Programming (MINLP) problem is reduced and simplifies the solution space enough to utilize normal NLP/MINLP solvers. &lt;br /&gt;
&lt;br /&gt;
== Theory &amp;amp; Methodology ==&lt;br /&gt;
&lt;br /&gt;
Exponential transformation can be applied to geometric programs. A geometric program is a mathematical optimization problem. Geometric Programs take the form of:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align} &lt;br /&gt;
\min &amp;amp; \quad f_0(x) \\&lt;br /&gt;
s.t. &amp;amp; \quad f_i(x) \leq 1 \quad  i = 1,...,m  \\&lt;br /&gt;
 &amp;amp; \quad g_i(x) = 1  \quad i = 1,...,p &lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
convexification of a non-inferior frontier - based on having a differentiable objective function&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
this would apply to any polynomial. A posynomial is defined as define polynomials: &lt;br /&gt;
&lt;br /&gt;
Exponential transformation begins with a posynomial (Positive and Polynomial) noncovex function of the form &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt; S. Boyd, S. J. Kim, and L. Vandenberghe &#039;&#039;et al.&#039;&#039;, [https://doi.org/10.1007/s11081-007-9001-7, &amp;quot;A tutorial on geometric programming],&amp;quot; &#039;&#039;Optimization and Engineering&#039;&#039;, vol. 8, article 67, 2007.&amp;lt;/ref&amp;gt; :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(x) = \sum_{k=1}^N c_k{x_1}^{a_{1k}}{x_2}^{a_{2k}}....{x_n}^{a_{nk}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt; c_k \geq 0 &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; x_n \geq0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A transformation of &amp;lt;math&amp;gt; x_n = e^u_i &amp;lt;/math&amp;gt; is applied  &amp;lt;ref&amp;gt; I. E. Grossmann, [https://doi.org/10.1023/A:1021039126272, &amp;quot;Review of Nonlinear Mixed-Integer and Disjunctive Programming Techniques],&amp;quot; &#039;&#039;Optimization and Engineering&#039;&#039;, vol. 3, pp. 227–252, 2002. &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The transformed function is presented as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(u) = \sum_{k=1}^N c_k{{e}^{{u_1}{a_{1k}}}{e}^{{u_2}{a_{2k}}}....{e}^{{u_n}{a_{nk}}}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Exponential Transformation in Computational Optimization===&lt;br /&gt;
Exponential transformation can be used for convexification of any Geometric MINLP that meets the criteria of equation 1. This is done by turning the problem into a nonlinear convex optimization problem through exponential transformation. Using the exponential substitution detailed above, all continuous variables in the function are transformed while binary variables are not transformed. &lt;br /&gt;
&lt;br /&gt;
Additionally, as presented in Theorem 1 and accompanying proof in &amp;quot;Global optimization of signomial geometric programming using linear relaxation&amp;quot; by P. Shen, K. Zhang, given that a function is being minimized, it shows that after transformation all points on the transformed function are feasible in the original function and all objective values in the transformed function are the same or less than the original function. &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt; Also presented by Li and Biswal, the bounds of the problem are not altered through exponential transformation. &amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Numerical Example ==&lt;br /&gt;
&amp;lt;math&amp;gt; {\frac{x_1^3}{x_2^4}} + {x_1^2} + {\sqrt[3]{x_2^2}} \leq 4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reformulating to exponents&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {x_1^3}*{x_2^{-4}} + {x_1^2} + {x_2^{\frac{2}{3}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substituting &amp;lt;math&amp;gt; x_1 = e^{u_1}, x_2 = e^{u_2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{e^{{3}{u_1}}}*{e^{{-4}{u_2}}} + {e^{{2}{u_1}}} + {e^{{\frac{2}{3}}{u_2}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Simplifying by exponent properties&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {e^{3{u_1} - 4{u_2}}} + {e^{{2}{u_1}}} + {{e^{{\frac{2}{3}}{u_2}}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Example of Convexification Application in MINLP ===&lt;br /&gt;
&lt;br /&gt;
The following MINLP problem can take a convexification approach using exponential transformation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{x_1^2}{x_2^8} + 2{x_1} + {x_2^3} + 5{y_1} + 2 {y_2^2} \\&lt;br /&gt;
s.t. &amp;amp; \quad {x_1} \leq 7{x_2^{0.2}} \\&lt;br /&gt;
&amp;amp; \quad 2{x_1^3} - y_1^2 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad x_1 \geq 0 \\ &lt;br /&gt;
&amp;amp; \quad x_2 \leq 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 = 0,1 \quad y_2 = 0,1&lt;br /&gt;
\end{align} &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Using the exponential transformation to continuous variables &amp;lt;math&amp;gt;x_1, x_2 &amp;lt;/math&amp;gt;  by substituting &amp;lt;math&amp;gt; x_1 = e^{u_1}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; x_2 = e^{u_2} &amp;lt;/math&amp;gt; described the problem becomes the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + {e^{{3}{u_2}}} + 5{y_1} + 2 {y_2^2} \\&lt;br /&gt;
s.t. &amp;amp; \quad {e^{u_1}} \leq 7{e^{0.2{u_2}}} \\&lt;br /&gt;
&amp;amp; \quad 2{e^{3{u_1}}} - y_1 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad e^{u_1} \geq 0 \\&lt;br /&gt;
&amp;amp; \quad e^{u_2} \leq 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 = 0,1 \quad y_2 = 0,1&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With additional logarithmic simplification through properties of natural logarithm:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + {e^{{3}{u_2}}} + 5{y_1} + 2 {y_2^2}  \\&lt;br /&gt;
s.t. &amp;amp; \quad u_1 \leq \ln 7 + 0.2{u_2} \\&lt;br /&gt;
&amp;amp; \quad 2{e^{3{u_1}}} - y_1 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad {u_2} \leq \ln 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 = 0,1 \quad y_2 = 0,1&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt; u_1 &amp;lt;/math&amp;gt; is unbounded due to logarithmic of 0 being indefinite.&lt;br /&gt;
&lt;br /&gt;
The transformed objective function can be shown to be convex through the positive-definite test of the Hessian. For the example above, the Hessian is as follows &amp;lt;ref&amp;gt; M. Chiang, [https://www.princeton.edu/~chiangm/gp.pdf &amp;quot;Geometric Programming for Communication Systems],&amp;quot; 2005. &amp;lt;/ref&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
In order to prove the convexity of the transformed functions, the positive definite test of Hessian is used as defined in &#039;&#039;Optimization of Chemical Processes&#039;&#039; &amp;lt;ref&amp;gt; T. F. Edgar, D. M. Himmelblau, and L. S. Lasdon, &#039;&#039;Optimization of Chemical Processes&#039;&#039;, McGraw-Hill, 2001.&amp;lt;/ref&amp;gt;. This tests the Hessian defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  H(x) = H = \nabla^2f(x)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to test that &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  Q(x)\geq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  Q(x) = x^THx &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
for all &amp;lt;math&amp;gt; x \neq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
for functions the Hessian is defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; &lt;br /&gt;
\begin{bmatrix} &lt;br /&gt;
X &amp;amp; X \\&lt;br /&gt;
X &amp;amp; Y&lt;br /&gt;
\end{bmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the example above, the Hessian is defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; &lt;br /&gt;
\begin{bmatrix} &lt;br /&gt;
X &amp;amp; X \\&lt;br /&gt;
X &amp;amp; Y&lt;br /&gt;
\end{bmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, H(x) is positive-definite and strictly convex. &lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
Currently, various applications of exponential transformation can be seen in published journal articles and industry practices. Due to the closeness with logarithmic transformation, usually a combination of the approaches are used in practical solutions.  &lt;br /&gt;
&lt;br /&gt;
Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption:&lt;br /&gt;
*As seen in eq(34) and (35) of the work by Björk and Westerlund, they employ an exponential transformation to convexify their optimization problem to employ a global optimization approach. &amp;lt;ref&amp;gt;K. J. Björk and T. Westerlund, [https://www.sciencedirect.com/science/article/abs/pii/S0098135402001291?casa_token=G7OVOrBKagoAAAAA:1hUCHkGascVlawR3OfBpolNXlFqPSBUhWL6MkVAhn-ofKVfF-CbhVK6ZfSCKQ7i6mRQ9MTaqf9Q, &amp;quot;Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption],&amp;quot; &#039;&#039;Computers &amp;amp; Chemical Engineering&#039;&#039;, vol. 26, issue 11, pp. 1581-1593, 2002.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Electrical Engineering Application: &amp;lt;ref&amp;gt;C. Chu and D. F. Wong, [http://home.eng.iastate.edu/~cnchu/pubs/j08.pdf, &amp;quot;VLSI Circuit Performance Optimization by Geometric Programming],&amp;quot; &#039;&#039;Annals of Operations Research&#039;&#039;, vol. 105, pp. 37-60, 2001.&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Quadratic Geometric Programming Economics: &amp;lt;ref&amp;gt;T. R. Jefferson and C. H. Scott, [https://link.springer.com/content/pdf/10.1007/BF02591746.pdf, &amp;quot;Quadratic geometric programming with application to machining economics],&amp;quot; &#039;&#039;Mathematical Programming&#039;&#039;, vol. 31, pp. 137-152, 1985.&amp;lt;/ref&amp;gt;   &lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;br /&gt;
Exponential transformation is a useful method to convexify Geometric MINLP and obtain a global solution to the problem. Exponential transformation does not alter the bounds of the problem and allows for a convex objective function and constraints given that the conditions described within [[#Theory &amp;amp; Methodology|Theory &amp;amp; Methodology]] are satisfied. Geometric Programming transformation can be further explored through logarithmic transformation to address convexification.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>JackieJ</name></author>
	</entry>
	<entry>
		<id>https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5269</id>
		<title>Exponential transformation</title>
		<link rel="alternate" type="text/html" href="https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5269"/>
		<updated>2021-12-14T02:01:38Z</updated>

		<summary type="html">&lt;p&gt;JackieJ: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Author: Daphne Duvivier, Daniela Gil, Jacqueline Jackson, Sinclaire Mills, Vanessa Nobre (SYSEN 5800, Fall 2021)&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Exponential transformations are simple algebraic transformations of monomial functions through a variable substitution with an exponential variable. In computational optimization, exponential transformations are used for convexification of geometric programming constraints (posynomial) nonconvex optimization problems. Exponential transformation creates a convex function without changing the decision space of the problem. &amp;lt;ref name =&amp;quot;:0&amp;quot;&amp;gt; D. Li and M. P. Biswal, [https://doi.org/10.1023/A:1021708412776 &amp;quot;Exponential Transformation in Convexifying a Noninferior Frontier and Exponential Generating Method],&amp;quot; &#039;&#039;Journal of Optimization Theory and Applications&#039;&#039;, vol. 99, pp. 183–199, 1998.&amp;lt;/ref&amp;gt; The transformation can then be verified using the Hessian positive definite test to confirm that it is now a convex function. Through the use of exponential transformations, the overall time to solve a Nonlinear Programming (NLP) or a Mixed Integer Nonlinear Programming (MINLP) problem is reduced and simplifies the solution space enough to utilize normal NLP/MINLP solvers. &lt;br /&gt;
&lt;br /&gt;
== Theory &amp;amp; Methodology ==&lt;br /&gt;
&lt;br /&gt;
Exponential transformation can be applied to geometric programs. A geometric program is a mathematical optimization problem. Geometric Programs take the form of:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align} &lt;br /&gt;
\min &amp;amp; \quad f_0(x) \\&lt;br /&gt;
s.t. &amp;amp; \quad f_i(x) \leq 1 \quad  i = 1,...,m  \\&lt;br /&gt;
 &amp;amp; \quad g_i(x) = 1  \quad i = 1,...,p &lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
convexification of a non-inferior frontier - based on having a differentiable objective function&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
this would apply to any polynomial. A posynomial is defined as define polynomials: &lt;br /&gt;
&lt;br /&gt;
Exponential transformation begins with a posynomial (Positive and Polynomial) noncovex function of the form &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt; S. Boyd, S. J. Kim, and L. Vandenberghe &#039;&#039;et al.&#039;&#039;, [https://doi.org/10.1007/s11081-007-9001-7, &amp;quot;A tutorial on geometric programming],&amp;quot; &#039;&#039;Optimization and Engineering&#039;&#039;, vol. 8, article 67, 2007.&amp;lt;/ref&amp;gt; :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(x) = \sum_{k=1}^N c_k{x_1}^{a_{1k}}{x_2}^{a_{2k}}....{x_n}^{a_{nk}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt; c_k \geq 0 &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; x_n \geq0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A transformation of &amp;lt;math&amp;gt; x_n = e^u_i &amp;lt;/math&amp;gt; is applied  &amp;lt;ref&amp;gt; I. E. Grossmann, [https://doi.org/10.1023/A:1021039126272, &amp;quot;Review of Nonlinear Mixed-Integer and Disjunctive Programming Techniques],&amp;quot; &#039;&#039;Optimization and Engineering&#039;&#039;, vol. 3, pp. 227–252, 2002. &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The transformed function is presented as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(u) = \sum_{k=1}^N c_k{{e}^{{u_1}{a_{1k}}}{e}^{{u_2}{a_{2k}}}....{e}^{{u_n}{a_{nk}}}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Exponential Transformation in Computational Optimization===&lt;br /&gt;
Exponential transformation can be used for convexification of any Geometric MINLP that meets the criteria of equation 1. This is done by turning the problem into a nonlinear convex optimization problem through exponential transformation. Using the exponential substitution detailed above, all continuous variables in the function are transformed while binary variables are not transformed. &lt;br /&gt;
&lt;br /&gt;
Additionally, as presented in Theorem 1 and accompanying proof in &amp;quot;Global optimization of signomial geometric programming using linear relaxation&amp;quot; by P. Shen, K. Zhang, given that a function is being minimized, it shows that after transformation all points on the transformed function are feasible in the original function and all objective values in the transformed function are the same or less than the original function. &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt; Also presented by Li and Biswal, the bounds of the problem are not altered through exponential transformation. &amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Numerical Example ==&lt;br /&gt;
&amp;lt;math&amp;gt; {\frac{x_1^3}{x_2^4}} + {x_1^2} + {\sqrt[3]{x_2^2}} \leq 4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reformulating to exponents&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {x_1^3}*{x_2^{-4}} + {x_1^2} + {x_2^{\frac{2}{3}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substituting &amp;lt;math&amp;gt; x_1 = e^{u_1}, x_2 = e^{u_2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{e^{{3}{u_1}}}*{e^{{-4}{u_2}}} + {e^{{2}{u_1}}} + {e^{{\frac{2}{3}}{u_2}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Simplifying by exponent properties&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {e^{3{u_1} - 4{u_2}}} + {e^{{2}{u_1}}} + {{e^{{\frac{2}{3}}{u_2}}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Example of Convexification Application in MINLP ===&lt;br /&gt;
&lt;br /&gt;
The following MINLP problem can take a convexification approach using exponential transformation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{x_1^2}{x_2^8} + 2{x_1} + {x_2^3} + 5{y_1} + 2 {y_2^2} \\&lt;br /&gt;
s.t. &amp;amp; \quad {x_1} \leq 7{x_2^{0.2}} \\&lt;br /&gt;
&amp;amp; \quad 2{x_1^3} - y_1^2 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad x_1 \geq 0 \\ &lt;br /&gt;
&amp;amp; \quad x_2 \leq 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 = 0,1 \quad y_2 = 0,1&lt;br /&gt;
\end{align} &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Using the exponential transformation to continuous variables &amp;lt;math&amp;gt;x_1, x_2 &amp;lt;/math&amp;gt;  by substituting &amp;lt;math&amp;gt; x_1 = e^{u_1}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; x_2 = e^{u_2} &amp;lt;/math&amp;gt; described the problem becomes the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + {e^{{3}{u_2}}} + 5{y_1} + 2 {y_2^2} \\&lt;br /&gt;
s.t. &amp;amp; \quad {e^{u_1}} \leq 7{e^{0.2{u_2}}} \\&lt;br /&gt;
&amp;amp; \quad 2{e^{3{u_1}}} - y_1 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad e^{u_1} \geq 0 \\&lt;br /&gt;
&amp;amp; \quad e^{u_2} \leq 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 = 0,1 \quad y_2 = 0,1&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With additional logarithmic simplification through properties of natural logarithm:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + {e^{{3}{u_2}}} + 5{y_1} + 2 {y_2^2}  \\&lt;br /&gt;
s.t. &amp;amp; \quad u_1 \leq \ln 7 + 0.2{u_2} \\&lt;br /&gt;
&amp;amp; \quad 2{e^{3{u_1}}} - y_1 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad {u_2} \leq \ln 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 = 0,1 \quad y_2 = 0,1&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt; u_1 &amp;lt;/math&amp;gt; is unbounded due to logarithmic of 0 being indefinite.&lt;br /&gt;
&lt;br /&gt;
The transformed objective function can be shown to be convex through the positive-definite test of the Hessian. For the example above, the Hessian is as follows &amp;lt;ref&amp;gt; M. Chiang, [https://www.princeton.edu/~chiangm/gp.pdf &amp;quot;Geometric Programming for Communication Systems],&amp;quot; 2005. &amp;lt;/ref&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
In order to prove the convexity of the transformed functions, the positive definite test of Hessian is used as defined in &#039;&#039;Optimization of Chemical Processes&#039;&#039; &amp;lt;ref&amp;gt; T. F. Edgar, D. M. Himmelblau, and L. S. Lasdon, &#039;&#039;Optimization of Chemical Processes&#039;&#039;, McGraw-Hill, 2001.&amp;lt;/ref&amp;gt;. This tests the Hessian defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  H(x) = H = \nabla^2f(x)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to test that &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  Q(x)\geq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  Q(x) = x^THx &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
for all &amp;lt;math&amp;gt; x \neq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
for functions the Hessian is defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; &lt;br /&gt;
\begin{bmatrix} &lt;br /&gt;
X &amp;amp; X \\&lt;br /&gt;
X &amp;amp; Y&lt;br /&gt;
\end{bmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the example above, the Hessian is defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; &lt;br /&gt;
\begin{bmatrix} &lt;br /&gt;
X &amp;amp; X \\&lt;br /&gt;
X &amp;amp; Y&lt;br /&gt;
\end{bmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, H(x) is positive-definite and strictly convex. &lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
Currently, various applications of exponential transformation can be seen in published journal articles and industry practices. Due to the closeness with logarithmic transformation, usually a combination of the approaches are used in practical solutions.  &lt;br /&gt;
&lt;br /&gt;
Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption:&lt;br /&gt;
*As seen in eq(34) and (35) of the work by Björk and Westerlund, they employ an exponential transformation to convexify their optimization problem to employ a global optimization approach. &amp;lt;ref&amp;gt;K. J. Björk and T. Westerlund, [https://www.sciencedirect.com/science/article/abs/pii/S0098135402001291?casa_token=G7OVOrBKagoAAAAA:1hUCHkGascVlawR3OfBpolNXlFqPSBUhWL6MkVAhn-ofKVfF-CbhVK6ZfSCKQ7i6mRQ9MTaqf9Q, &amp;quot;Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption],&amp;quot; &#039;&#039;Computers &amp;amp; Chemical Engineering&#039;&#039;, vol. 26, issue 11, pp. 1581-1593, 2002.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Electrical Engineering Application: &amp;lt;ref&amp;gt;C. Chu and D. F. Wong, [http://home.eng.iastate.edu/~cnchu/pubs/j08.pdf, &amp;quot;VLSI Circuit Performance Optimization by Geometric Programming],&amp;quot; &#039;&#039;Annals of Operations Research&#039;&#039;, vol. 105, pp. 37-60, 2001.&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Quadratic Geometric Programming Economics: &amp;lt;ref&amp;gt;T. R. Jefferson and C. H. Scott, [, &amp;quot;Quadratic geometric programming with application to machining economics],&amp;quot; &#039;&#039;Mathematical Programming&#039;&#039;, vol. 31, pp. 137-152, 1985.&amp;lt;/ref&amp;gt;   &lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;br /&gt;
Exponential transformation is a useful method to convexify Geometric MINLP and obtain a global solution to the problem. Exponential transformation does not alter the bounds of the problem and allows for a convex objective function and constraints given that the conditions described within [[#Theory &amp;amp; Methodology|Theory &amp;amp; Methodology]] are satisfied. Geometric Programming transformation can be further explored through logarithmic transformation to address convexification.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>JackieJ</name></author>
	</entry>
	<entry>
		<id>https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5248</id>
		<title>Exponential transformation</title>
		<link rel="alternate" type="text/html" href="https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5248"/>
		<updated>2021-12-14T00:43:39Z</updated>

		<summary type="html">&lt;p&gt;JackieJ: Checking same page section linking works&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Author: Daphne Duvivier, Daniela Gil, Jacqueline Jackson, Sinclaire Mills, Vanessa Nobre (SYSEN 5800, Fall 2021)&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Exponential transformations are simple algebraic transformations of monomial functions through a variable substitution with an exponential variable. In computational optimization, exponential transformations are used for convexification of geometric programming constraints (posynomial) nonconvex optimization problems. Exponential transformation creates a convex function without changing the decision space of the problem. &amp;lt;ref name =&amp;quot;:0&amp;quot;&amp;gt; D. Li and M. P. Biswal, [https://doi.org/10.1023/A:1021708412776 &amp;quot;Exponential Transformation in Convexifying a Noninferior Frontier and Exponential Generating Method],&amp;quot; &#039;&#039;Journal of Optimization Theory and Applications&#039;&#039;, vol. 99, pp. 183–199, 1998.&amp;lt;/ref&amp;gt; The transformation can then be verified using the Hessian positive definite test to confirm that it is now a convex function. Through the use of exponential transformations, the overall time to solve a Nonlinear Programming (NLP) or a Mixed Integer Nonlinear Programming (MINLP) problem is reduced and simplifies the solution space enough to utilize normal NLP/MINLP solvers. &lt;br /&gt;
&lt;br /&gt;
== Theory &amp;amp; Methodology ==&lt;br /&gt;
&lt;br /&gt;
Exponential transformation can be applied to geometric programs. A geometric program is a mathematical optimization problem. Geometric Programs take the form of:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align} &lt;br /&gt;
\min &amp;amp; \quad f_0(x) \\&lt;br /&gt;
s.t. &amp;amp; \quad f_i(x) \leq 1   i = 1,....,m  \\&lt;br /&gt;
 &amp;amp; \quad g_i(x) = 1   i = 1,....,p &lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
convexification of a non-inferior frontier - based on having a differentiable objective function  https://link.springer.com/content/pdf/10.1023/A:1021708412776.pdf &lt;br /&gt;
&lt;br /&gt;
this would apply to any polynomial. A posynomial is defined as define polynomials: &lt;br /&gt;
&lt;br /&gt;
Exponential transformation begins with a posynomial (Positive and Polynomial) noncovex function of the form &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt; S. Boyd, S. J. Kim, and L. Vandenberghe &#039;&#039;et al.&#039;&#039;, [https://doi.org/10.1007/s11081-007-9001-7, &amp;quot;A tutorial on geometric programming],&amp;quot; &#039;&#039;Optimization and Engineering&#039;&#039;, vol. 8, article 67, 2007.&amp;lt;/ref&amp;gt; :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(x) = \sum_{k=1}^N c_k{x_1}^{a_{1k}}{x_2}^{a_{2k}}....{x_n}^{a_{nk}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt; c_k \geq 0 &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; x_n \geq0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A transformation of &amp;lt;math&amp;gt; x_n = e^u_i &amp;lt;/math&amp;gt; is applied  &amp;lt;ref&amp;gt; I. E. Grossmann, [https://doi.org/10.1023/A:1021039126272, &amp;quot;Review of Nonlinear Mixed-Integer and Disjunctive Programming Techniques],&amp;quot; &#039;&#039;Optimization and Engineering&#039;&#039;, vol. 3, pp. 227–252, 2002. &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The transformed function is presented as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(u) = \sum_{k=1}^N c_k{{e}^{{u_1}{a_{1k}}}{e}^{{u_2}{a_{2k}}}....{e}^{{u_n}{a_{nk}}}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Exponential Transformation in Computational Optimization===&lt;br /&gt;
Exponential transformation can be used for convexification of any Geometric MINLP that meets the criteria of equation 1. This is done by turning the problem into a nonlinear convex optimization problem through exponential transformation. Using the exponential substitution detailed above, all continuous variables in the function are transformed while binary variables are not transformed. &lt;br /&gt;
&lt;br /&gt;
Additionally, as presented in Theorem 1 and accompanying proof in &amp;quot;Global optimization of signomial geometric programming using linear relaxation&amp;quot; by P. Shen, K. Zhang, given that a function is being minimized, it shows that after transformation all points on the transformed function are feasible in the original function and all objective values in the transformed function are the same or less than the original function. &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt; Also presented by Li and Biswal, the bounds of the problem are not altered through exponential transformation. &amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Numerical Example ==&lt;br /&gt;
&amp;lt;math&amp;gt; {\frac{x_1^3}{x_2^4}} + {x_1^2} + {\sqrt[3]{x_2^2}} \leq 4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reformulating to exponents&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {x_1^3}*{x_2^{-4}} + {x_1^2} + {x_2^{\frac{2}{3}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substituting &amp;lt;math&amp;gt; x_1 = e^{u_1}, x_2 = e^{u_2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{e^{{3}{u_1}}}*{e^{{-4}{u_2}}} + {e^{{2}{u_1}}} + {{e^{u_2}}^{\frac{2}{3}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Simplifying by exponent properties&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {e^{3{u_1} - 4{u_2}}} + {e^{{2}{u_1}}} + {{e^{{\frac{2}{3}}{u_2}}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Example of Convexification Application in MINLP ===&lt;br /&gt;
&lt;br /&gt;
The following MINLP problem can take a convexification approach using exponential transformation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{x_1^2}{x_2^8} + 2{x_1} + \frac{x_2^3} + 5{y_1} + 2 {y_2^2} \\&lt;br /&gt;
s.t. &amp;amp; \quad {x_1} \leq 7{x_2^{0.2}} \\&lt;br /&gt;
&amp;amp; \quad 2{x_1^3} - y_1^2 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad x_1 \geq 0 \\ &lt;br /&gt;
&amp;amp; \quad x_2 \leq 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 = 0,1 \quad y_2 = 0,1&lt;br /&gt;
\end{align} &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Using the exponential transformation to continuous variables &amp;lt;math&amp;gt;x_1, x_2, x_3 &amp;lt;/math&amp;gt;  by substituting &amp;lt;math&amp;gt; x_1 = e^{u_1}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; x_2 = e^{u_2} &amp;lt;/math&amp;gt; described the problem becomes the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + \frac{e^{{u_2}{3}}} + 5{y_1} + 2 {y_2^2} \\&lt;br /&gt;
s.t. &amp;amp; \quad {e^{u_1}} \leq 7{e^{0.2{u_2}}} \\&lt;br /&gt;
&amp;amp; \quad 2{e^{3{u_1}}} - y_1^2 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad e^{u_1} \geq 0 \\&lt;br /&gt;
&amp;amp; \quad e^{u_2} \leq 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 = 0,1 \quad y_2 = 0,1&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With additional logarithmic simplification through properties of natural logarithm:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + \frac{e^{{u_2}{3}}} + 5{y_1} + 2 {y_2^2}  \\&lt;br /&gt;
s.t. &amp;amp; \quad u_1 \leq \ln 7 + 0.2{u_2} \\&lt;br /&gt;
&amp;amp; \quad 2{e^{3{u_1}}} - y_1^2 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad {u_2} \leq \ln 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 = 0,1 \quad y_2 = 0,1&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt; u_1 &amp;lt;/math&amp;gt; is unbounded due to logarithmic of 0 being indefinite.&lt;br /&gt;
&lt;br /&gt;
The transformed objective function can be shown to be convex through the positive-definite test of the Hessian. For the example above, the Hessian is as follows &amp;lt;ref&amp;gt; M. Chiang, [https://www.princeton.edu/~chiangm/gp.pdf &amp;quot;Geometric Programming for Communication Systems],&amp;quot; 2005. &amp;lt;/ref&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
In order to prove the convexity of the transformed functions, the positive definite test of Hessian is used as defined in &#039;&#039;Optimization of Chemical Processes&#039;&#039; &amp;lt;ref&amp;gt; T. F. Edgar, D. M. Himmelblau, and L. S. Lasdon, &#039;&#039;Optimization of Chemical Processes&#039;&#039;, McGraw-Hill, 2001.&amp;lt;/ref&amp;gt;. This tests the Hessian defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  H(x) = H = \nabla^2f(x)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to test that &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  Q(x)\geq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  Q(x) = x^THx &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
for all &amp;lt;math&amp;gt; x \neq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
for functions the Hessian is defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; &lt;br /&gt;
\begin{bmatrix} &lt;br /&gt;
X &amp;amp; X \\&lt;br /&gt;
X &amp;amp; Y&lt;br /&gt;
\end{bmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the example above, the Hessian is defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; &lt;br /&gt;
\begin{bmatrix} &lt;br /&gt;
X &amp;amp; X \\&lt;br /&gt;
X &amp;amp; Y&lt;br /&gt;
\end{bmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, H(x) is positive-definite and strictly convex. &lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
Currently, various applications of exponential transformation can be seen in published journal articles and industry practices. Due to the closeness with logarithmic transformation, usually a combination of the approaches are used in practical solutions.  &lt;br /&gt;
&lt;br /&gt;
Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption:&lt;br /&gt;
*As seen in eq(34) and (35) of the work by Björk and Westerlund, they employ an exponential transformation to convexify their optimization problem to employ a global optimization approach. &amp;lt;ref&amp;gt;K. J. Björk and T. Westerlund, [https://doi.org/10.1016/S0098-1354(02)00129-1, &amp;quot;Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption],&amp;quot; &#039;&#039;Computers &amp;amp; Chemical Engineering&#039;&#039;, vol. 26, issue 11, pp. 1581-1593, 2002.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Electrical Engineering Application: http://home.eng.iastate.edu/~cnchu/pubs/j08.pdf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Quadratic Geometric Programming&lt;br /&gt;
Economics: https://link.springer.com/content/pdf/10.1007/BF02591746.pdf &lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;br /&gt;
Exponential transformation is a useful method to convexify Geometric MINLP and obtain a global solution to the problem. Exponential transformation does not alter the bounds of the problem and allows for a convex objective function and constraints given that the conditions described within [[#Theory &amp;amp; Methodology|Theory &amp;amp; Methodology]] are satisfied. Geometric Programming transformation can be further explored through logarithmic transformation to address convexification.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>JackieJ</name></author>
	</entry>
	<entry>
		<id>https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5246</id>
		<title>Exponential transformation</title>
		<link rel="alternate" type="text/html" href="https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5246"/>
		<updated>2021-12-14T00:08:56Z</updated>

		<summary type="html">&lt;p&gt;JackieJ: Fix alignment for multi-line equations&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Author: Daphne Duvivier, Daniela Gil, Jacqueline Jackson, Sinclaire Mills, Vanessa Nobre (SYSEN 5800, Fall 2021)&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Exponential transformations are simple algebraic transformations of monomial functions through a variable substitution with an exponential variable. In computational optimization, exponential transformations are used for convexification of geometric programming constraints (posynomial) nonconvex optimization problems. Exponential transformation creates a convex function without changing the decision space of the problem. &amp;lt;ref name =&amp;quot;:0&amp;quot;&amp;gt; D. Li and M. P. Biswal, [https://doi.org/10.1023/A:1021708412776 &amp;quot;Exponential Transformation in Convexifying a Noninferior Frontier and Exponential Generating Method],&amp;quot; &#039;&#039;Journal of Optimization Theory and Applications&#039;&#039;, vol. 99, pp. 183–199, 1998.&amp;lt;/ref&amp;gt; The transformation can then be verified using the Hessian positive definite test to confirm that it is now a convex function. Through the use of exponential transformations, the overall time to solve a Nonlinear Programming (NLP) or a Mixed Integer Nonlinear Programming (MINLP) problem is reduced and simplifies the solution space enough to utilize normal NLP/MINLP solvers. &lt;br /&gt;
&lt;br /&gt;
== Theory &amp;amp; Methodology ==&lt;br /&gt;
&lt;br /&gt;
Exponential transformation can be applied to geometric programs. A geometric program is a mathematical optimization problem. Geometric Programs take the form of:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align} &lt;br /&gt;
\min &amp;amp; \quad f_0(x) \\&lt;br /&gt;
s.t. &amp;amp; \quad f_i(x) \leq 1   i = 1,....,m  \\&lt;br /&gt;
 &amp;amp; \quad g_i(x) = 1   i = 1,....,p &lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
convexification of a non-inferior frontier - based on having a differentiable objective function  https://link.springer.com/content/pdf/10.1023/A:1021708412776.pdf &lt;br /&gt;
&lt;br /&gt;
this would apply to any polynomial. A posynomial is defined as define polynomials: &lt;br /&gt;
&lt;br /&gt;
Exponential transformation begins with a posynomial (Positive and Polynomial) noncovex function of the form &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt; S. Boyd, S. J. Kim, and L. Vandenberghe &#039;&#039;et al.&#039;&#039;, [https://doi.org/10.1007/s11081-007-9001-7, &amp;quot;A tutorial on geometric programming],&amp;quot; &#039;&#039;Optimization and Engineering&#039;&#039;, vol. 8, article 67, 2007.&amp;lt;/ref&amp;gt; :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(x) = \sum_{k=1}^N c_k{x_1}^{a_{1k}}{x_2}^{a_{2k}}....{x_n}^{a_{nk}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt; c_k \geq 0 &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; x_n \geq0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A transformation of &amp;lt;math&amp;gt; x_n = e^u_i &amp;lt;/math&amp;gt; is applied  &amp;lt;ref&amp;gt; I. E. Grossmann, [https://doi.org/10.1023/A:1021039126272, &amp;quot;Review of Nonlinear Mixed-Integer and Disjunctive Programming Techniques],&amp;quot; &#039;&#039;Optimization and Engineering&#039;&#039;, vol. 3, pp. 227–252, 2002. &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The transformed function is presented as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(u) = \sum_{k=1}^N c_k{{e}^{{u_1}{a_{1k}}}{e}^{{u_2}{a_{2k}}}....{e}^{{u_n}{a_{nk}}}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Exponential Transformation in Computational Optimization===&lt;br /&gt;
Exponential transformation can be used for convexification of any Geometric MINLP that meets the criteria of equation 1. This is done by turning the problem into a nonlinear convex optimization problem through exponential transformation. Using the exponential substitution detailed above, all continuous variables in the function are transformed while binary variables are not transformed. &lt;br /&gt;
&lt;br /&gt;
Additionally, as presented in Theorem 1 and accompanying proof in &amp;quot;Global optimization of signomial geometric programming using linear relaxation&amp;quot; by P. Shen, K. Zhang, given that a function is being minimized, it shows that after transformation all points on the transformed function are feasible in the original function and all objective values in the transformed function are the same or less than the original function. &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt; Also presented by Li and Biswal, the bounds of the problem are not altered through exponential transformation. &amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Numerical Example ==&lt;br /&gt;
&amp;lt;math&amp;gt; {\frac{x_1^3}{x_2^4}} + {x_1^2} + {\sqrt[3]{x_2^2}} \leq 4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reformulating to exponents&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {x_1^3}*{x_2^{-4}} + {x_1^2} + {x_2^{\frac{2}{3}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substituting &amp;lt;math&amp;gt; x_1 = e^{u_1}, x_2 = e^{u_2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{e^{{3}{u_1}}}*{e^{{-4}{u_2}}} + {e^{{2}{u_1}}} + {{e^{u_2}}^{\frac{2}{3}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Simplifying by exponent properties&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {e^{3{u_1} - 4{u_2}}} + {e^{{2}{u_1}}} + {{e^{{\frac{2}{3}}{u_2}}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Example of Convexification Application in MINLP ===&lt;br /&gt;
&lt;br /&gt;
The following MINLP problem can take a convexification approach using exponential transformation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{x_1^2}{x_2^8} + 2{x_1} + \frac{x_2^3} + 5{y_1} + 2 {y_2^2} \\&lt;br /&gt;
s.t. &amp;amp; \quad {x_1} \leq 7{x_2^{0.2}} \\&lt;br /&gt;
&amp;amp; \quad 2{x_1^3} - y_1^2 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad x_1 \geq 0 \\ &lt;br /&gt;
&amp;amp; \quad x_2 \leq 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 = 0,1 \quad y_2 = 0,1&lt;br /&gt;
\end{align} &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Using the exponential transformation to continuous variables &amp;lt;math&amp;gt;x_1, x_2, x_3 &amp;lt;/math&amp;gt;  by substituting &amp;lt;math&amp;gt; x_1 = e^{u_1}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; x_2 = e^{u_2} &amp;lt;/math&amp;gt; described the problem becomes the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + \frac{e^{{u_2}{3}}} + 5{y_1} + 2 {y_2^2} \\&lt;br /&gt;
s.t. &amp;amp; \quad {e^{u_1}} \leq 7{e^{0.2{u_2}}} \\&lt;br /&gt;
&amp;amp; \quad 2{e^{3{u_1}}} - y_1^2 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad e^{u_1} \geq 0 \\&lt;br /&gt;
&amp;amp; \quad e^{u_2} \leq 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 = 0,1 \quad y_2 = 0,1&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With additional logarithmic simplification through properties of natural logarithm:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\min &amp;amp; \quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + \frac{e^{{u_2}{3}}} + 5{y_1} + 2 {y_2^2}  \\&lt;br /&gt;
s.t. &amp;amp; \quad u_1 \leq \ln 7 + 0.2{u_2} \\&lt;br /&gt;
&amp;amp; \quad 2{e^{3{u_1}}} - y_1^2 \leq 1 \\&lt;br /&gt;
&amp;amp; \quad {u_2} \leq \ln 4 \\&lt;br /&gt;
&amp;amp; \quad y_1 = 0,1 \quad y_2 = 0,1&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt; u_1 &amp;lt;/math&amp;gt; is unbounded due to logarithmic of 0 being indefinite.&lt;br /&gt;
&lt;br /&gt;
The transformed objective function can be shown to be convex through the positive-definite test of the Hessian. For the example above, the Hessian is as follows &amp;lt;ref&amp;gt; M. Chiang, [https://www.princeton.edu/~chiangm/gp.pdf &amp;quot;Geometric Programming for Communication Systems],&amp;quot; 2005. &amp;lt;/ref&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
In order to prove the convexity of the transformed functions, the positive definite test of Hessian is used as defined in &#039;&#039;Optimization of Chemical Processes&#039;&#039; &amp;lt;ref&amp;gt; T. F. Edgar, D. M. Himmelblau, and L. S. Lasdon, &#039;&#039;Optimization of Chemical Processes&#039;&#039;, McGraw-Hill, 2001.&amp;lt;/ref&amp;gt;. This tests the Hessian defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  H(x) = H = \nabla^2f(x)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to test that &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  Q(x)\geq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  Q(x) = x^THx &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
for all &amp;lt;math&amp;gt; x \neq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
for functions the Hessian is defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; &lt;br /&gt;
\begin{bmatrix} &lt;br /&gt;
X &amp;amp; X \\&lt;br /&gt;
X &amp;amp; Y&lt;br /&gt;
\end{bmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the example above, the Hessian is defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; &lt;br /&gt;
\begin{bmatrix} &lt;br /&gt;
X &amp;amp; X \\&lt;br /&gt;
X &amp;amp; Y&lt;br /&gt;
\end{bmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, H(x) is positive-definite and strictly convex. &lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
Currently, various applications of exponential transformation can be seen in published journal articles and industry practices. Due to the closeness with logarithmic transformation, usually a combination of the approaches are used in practical solutions.  &lt;br /&gt;
&lt;br /&gt;
Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption:&lt;br /&gt;
*As seen in eq(34) and (35) of the work by Björk and Westerlund, they employ an exponential transformation to convexify their optimization problem to employ a global optimization approach. &amp;lt;ref&amp;gt;K. J. Björk and T. Westerlund, [https://doi.org/10.1016/S0098-1354(02)00129-1, &amp;quot;Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption],&amp;quot; &#039;&#039;Computers &amp;amp; Chemical Engineering&#039;&#039;, vol. 26, issue 11, pp. 1581-1593, 2002.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Electrical Engineering Application: http://home.eng.iastate.edu/~cnchu/pubs/j08.pdf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Quadratic Geometric Programming&lt;br /&gt;
Economics: https://link.springer.com/content/pdf/10.1007/BF02591746.pdf &lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;br /&gt;
Exponential transformation is a useful method to convexify Geometric MINLP and obtain a global solution to the problem. Exponential transformation does not alter the bounds of the problem and allows for a convex objective function and constraints given that the conditions described under the Theory and Methodology section are satisfied. (Add jump metric) Geometric Programming transformation can be further explored through logarithmic transformation to address convexification.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>JackieJ</name></author>
	</entry>
	<entry>
		<id>https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5238</id>
		<title>Exponential transformation</title>
		<link rel="alternate" type="text/html" href="https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5238"/>
		<updated>2021-12-13T21:33:33Z</updated>

		<summary type="html">&lt;p&gt;JackieJ: Fixed typos and punctuation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Author: Daphne Duvivier, Daniela Gil, Jacqueline Jackson, Sinclaire Mills, Vanessa Nobre (SYSEN 5800, Fall 2021)&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Exponential transformations are simple algebraic transformations of monomial functions through a variable substitution with an exponential variable. In computational optimization, exponential transformations are used for convexification of geometric programming constraints (posynomial) nonconvex optimization problems. Exponential transformation creates a convex function without changing the decision space of the problem. &amp;lt;ref name =&amp;quot;:0&amp;quot;&amp;gt; D. Li and M. P. Biswal, [https://doi.org/10.1023/A:1021708412776 &amp;quot;Exponential Transformation in Convexifying a Noninferior Frontier and Exponential Generating Method],&amp;quot; &#039;&#039;Journal of Optimization Theory and Applications&#039;&#039;, vol. 99, pp. 183–199, 1998.&amp;lt;/ref&amp;gt; The transformation can then be verified using the Hessian positive definite test to confirm that it is now a convex function. Through the use of exponential transformations, the overall time to solve a Nonlinear Programming (NLP) or a Mixed Integer Nonlinear Programming (MINLP) problem is reduced and simplifies the solution space enough to utilize normal NLP/MINLP solvers. &lt;br /&gt;
&lt;br /&gt;
== Theory &amp;amp; Methodology ==&lt;br /&gt;
&lt;br /&gt;
Exponential transformation can be applied to geometric programs. A geometric program is a mathematical optimization problem. Geometric Programs take the form of:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; min\quad f_0(x)&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt; s.t.\quad f_i(x) \leq 1   i = 1,....,m &amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt; s.t.\quad g_i(x) = 1   i = 1,....,p &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
convexification of a non-inferior frontier - based on having a differentiable objective function  https://link.springer.com/content/pdf/10.1023/A:1021708412776.pdf &lt;br /&gt;
&lt;br /&gt;
this would apply to any polynomial. A posynomial is defined as define polynomials: &lt;br /&gt;
&lt;br /&gt;
Exponential transformation begins with a posynomial (Positive and Polynomial) noncovex function of the form &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt; S. Boyd, S. J. Kim, and L. Vandenberghe &#039;&#039;et al.&#039;&#039;, [https://doi.org/10.1007/s11081-007-9001-7, &amp;quot;A tutorial on geometric programming],&amp;quot; &#039;&#039;Optimization and Engineering&#039;&#039;, vol. 8, article 67, 2007.&amp;lt;/ref&amp;gt; :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(x) = \sum_{k=1}^N c_k{x_1}^{a_{1k}}{x_2}^{a_{2k}}....{x_n}^{a_{nk}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt; c_k \geq 0 &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; x_n \geq0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A transformation of &amp;lt;math&amp;gt; x_n = e^u_i &amp;lt;/math&amp;gt; is applied  &amp;lt;ref&amp;gt; I. E. Grossmann, [https://doi.org/10.1023/A:1021039126272, &amp;quot;Review of Nonlinear Mixed-Integer and Disjunctive Programming Techniques],&amp;quot; &#039;&#039;Optimization and Engineering&#039;&#039;, vol. 3, pp. 227–252, 2002. &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The transformed function is presented as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(u) = \sum_{k=1}^N c_k{{e}^{{u_1}{a_{1k}}}{e}^{{u_2}{a_{2k}}}....{e}^{{u_n}{a_{nk}}}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Exponential Transformation in Computational Optimization===&lt;br /&gt;
Exponential transformation can be used for convexification of any Geometric MINLP that meets the criteria of equation 1. This is done by turning the problem into a nonlinear convex optimization problem through exponential transformation. Using the exponential substitution detailed above, all continuous variables in the function are transformed while binary variables are not transformed. &lt;br /&gt;
&lt;br /&gt;
Additionally, as presented in Theorem 1 and accompanying proof in &amp;quot;Global optimization of signomial geometric programming using linear relaxation&amp;quot; by P. Shen, K. Zhang, given that a function is being minimized, it shows that after transformation all points on the transformed function are feasible in the original function and all objective values in the transformed function are the same or less than the original function. &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt; Also presented by Li and Biswal, the bounds of the problem are not altered through exponential transformation. &amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Numerical Example ==&lt;br /&gt;
&amp;lt;math&amp;gt; {\frac{x_1^3}{x_2^4}} + {x_1^2} + {\sqrt[3]{x_2^2}} \leq 4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reformulating to exponents&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {x_1^3}*{x_2^{-4}} + {x_1^2} + {x_2^{\frac{2}{3}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substituting &amp;lt;math&amp;gt; x_1 = e^{u_1}, x_2 = e^{u_2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{e^{{3}{u_1}}}*{e^{{-4}{u_2}}} + {e^{{2}{u_1}}} + {{e^{u_2}}^{\frac{2}{3}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Simplifying by exponent properties&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {e^{3{u_1} - 4{u_2}}} + {e^{{2}{u_1}}} + {{e^{{\frac{2}{3}}{u_2}}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Example of Convexification Application in MINLP ===&lt;br /&gt;
&lt;br /&gt;
The following MINLP problem can take a Covexification approach using exponential transformation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;min\quad Z = 5{x_1^2}{x_2^8} + 2{x_1} + \frac{x_2^3} + 5{y_1} + 2 {y_2^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
s.t. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {x_1} \leq 7{x_2^{0.2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; 2{x_1^3} - y_1^2 \leq 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; x_1 \geq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; x_2 \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; y_1 = 0,1 &amp;lt;/math&amp;gt; &amp;lt;math&amp;gt; y_2 = 0,1 &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Using the exponential transformation to continuous variables &amp;lt;math&amp;gt;x_1, x_2, x_3 &amp;lt;/math&amp;gt;  by substituting &amp;lt;math&amp;gt; x_1 = e^{u_1} and x_2 = e^{u_2} &amp;lt;/math&amp;gt; described the problem becomes the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;min\quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + \frac{e^{{u_2}{3}}} + 5{y_1} + 2 {y_2^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
s.t&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {e^{u_1}} \leq 7{e^{0.2{u_2}}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; 2{e^{3{u_1}}} - y_1^2 \leq 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; e^{u_1} \geq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; e^{u_2} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; y_1 = 0,1 &amp;lt;/math&amp;gt; &amp;lt;math&amp;gt; y_2 = 0,1 &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
With additional logarithmic simplification through properties of natural logarithm:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;min\quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + \frac{e^{{u_2}{3}}} + 5{y_1} + 2 {y_2^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
s.t&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; u_1 \leq \ln 7 + 0.2{u_2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; 2{e^{3{u_1}}} - y_1^2 \leq 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {u_2} \leq \ln 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; y_1 = 0,1 &amp;lt;/math&amp;gt; &amp;lt;math&amp;gt; y_2 = 0,1 &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt; u_1 &amp;lt;/math&amp;gt; is unbounded due to logarithmic of 0 being indefinite.&lt;br /&gt;
&lt;br /&gt;
The transformed objective function can be shown to be convex through the positive-definite test of the Hessian. For the example above, the Hessian is as follows &amp;lt;ref&amp;gt; M. Chiang, [https://www.princeton.edu/~chiangm/gp.pdf &amp;quot;Geometric Programming for Communication Systems],&amp;quot; 2005. &amp;lt;/ref&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
In order to prove the convexity of the transformed functions, the positive definite test of Hessian is used as defined in &#039;&#039;Optimization of Chemical Processes&#039;&#039; &amp;lt;ref&amp;gt; T. F. Edgar, D. M. Himmelblau, and L. S. Lasdon, &#039;&#039;Optimization of Chemical Processes&#039;&#039;, McGraw-Hill, 2001.&amp;lt;/ref&amp;gt;. This tests the Hessian defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  H(x) = H = \nabla^2f(x)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to test that &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  Q(x)\geq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  Q(x) = x^THx &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
for all &amp;lt;math&amp;gt; x \neq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
for functions the Hessian is defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; &lt;br /&gt;
\begin{bmatrix} &lt;br /&gt;
X &amp;amp; X \\&lt;br /&gt;
X &amp;amp; Y&lt;br /&gt;
\end{bmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the example above, the Hessian is defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; &lt;br /&gt;
\begin{bmatrix} &lt;br /&gt;
X &amp;amp; X \\&lt;br /&gt;
X &amp;amp; Y&lt;br /&gt;
\end{bmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, H(x) is positive-definite and strictly convex. &lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
Currently, various applications of exponential transformation can be seen in published journal articles and industry practices. Due to the closeness with logarithmic transformation, usually a combination of the approaches are used in practical solutions.  &lt;br /&gt;
&lt;br /&gt;
Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption:&lt;br /&gt;
*As seen in eq(34) and (35) of the work by Björk and Westerlund, they employ an exponential transformation to convexify their optimization problem to employ a global optimization approach. &amp;lt;ref&amp;gt;K. J. Björk and T. Westerlund, [https://doi.org/10.1016/S0098-1354(02)00129-1, &amp;quot;Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption],&amp;quot; &#039;&#039;Computers &amp;amp; Chemical Engineering&#039;&#039;, vol. 26, issue 11, pp. 1581-1593, 2002.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Electrical Engineering Application: http://home.eng.iastate.edu/~cnchu/pubs/j08.pdf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Quadratic Geometric Programming&lt;br /&gt;
Economics: https://link.springer.com/content/pdf/10.1007/BF02591746.pdf &lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;br /&gt;
Exponential transformation is a useful method to convexify Geometric MINLP and obtain a global solution to the problem. Exponential transformation does not alter the bounds of the problem and allows for a convex objective function and constraints given that the conditions described under the Theory and Methodology section are satisfied. (Add jump metric) Geometric Programming transformation can be further explored through logarithmic transformation to address convexification.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>JackieJ</name></author>
	</entry>
	<entry>
		<id>https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5237</id>
		<title>Exponential transformation</title>
		<link rel="alternate" type="text/html" href="https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5237"/>
		<updated>2021-12-13T21:14:06Z</updated>

		<summary type="html">&lt;p&gt;JackieJ: Updated references to remove duplicates and move links into the citation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Author: Daphne Duvivier, Daniela Gil, Jacqueline Jackson, Sinclaire Mills, Vanessa Nobre (SYSEN 5800, Fall 2021)&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Exponential transformations are simple algebraic transformations of monomial functions through a variable substitution with an exponential variable. &lt;br /&gt;
&lt;br /&gt;
In computational optimization exponential transformations are used for convexification of geometric programming constraints (posynominal) nonconvex optimization problems. &lt;br /&gt;
&lt;br /&gt;
Exponential transformation creates a convex function without changing the decision space of the problem. &amp;lt;ref name =&amp;quot;:0&amp;quot;&amp;gt; D. Li and M. P. Biswal, [https://doi.org/10.1023/A:1021708412776 &amp;quot;Exponential Transformation in Convexifying a Noninferior Frontier and Exponential Generating Method],&amp;quot; &#039;&#039;Journal of Optimization Theory and Applications&#039;&#039;, vol. 99, pp. 183–199, 1998.&amp;lt;/ref&amp;gt; The transformation can then be verified using the Hessian positive definite test to confirm that it is now a convex function. &lt;br /&gt;
&lt;br /&gt;
Through the use of exponential transformation the time to solve an Non-linear program (NLP) or a Mixed integer non-linear program (MINLP) is reduced by allowing the use of a global solve. Many current applications use exponential transformation to simplify solution spaces and allow for solving with normal NLP/MINLP solvers. &lt;br /&gt;
&lt;br /&gt;
== Theory &amp;amp; Methodology ==&lt;br /&gt;
&lt;br /&gt;
Exponential transformation can be applied to geometric programs&lt;br /&gt;
&lt;br /&gt;
A geometric program is a mathematical optimization problem  &lt;br /&gt;
&lt;br /&gt;
Geometric Programs take the form of:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; min\quad f_0(x)&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt; s.t.\quad f_i(x) \leq 1   i = 1,....,m &amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt; s.t.\quad g_i(x) = 1   i = 1,....,p &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
convexification of a non-inferior frontier - based on having a differentiable objective function  https://link.springer.com/content/pdf/10.1023/A:1021708412776.pdf &lt;br /&gt;
&lt;br /&gt;
this would apply to any polynomial. &lt;br /&gt;
A posynomial is defined as define polynomials: &lt;br /&gt;
&lt;br /&gt;
Exponential transformation begins with a posynominal (Positive and Polynomial) noncovex function of the form &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt; S. Boyd, S. J. Kim, and L. Vandenberghe &#039;&#039;et al.&#039;&#039;, [https://doi.org/10.1007/s11081-007-9001-7, &amp;quot;A tutorial on geometric programming],&amp;quot; &#039;&#039;Optimization and Engineering&#039;&#039;, vol. 8, article 67, 2007.&amp;lt;/ref&amp;gt; :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(x) = \sum_{k=1}^N c_k{x_1}^{a_{1k}}{x_2}^{a_{2k}}....{x_n}^{a_{nk}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt; c_k \geq 0 &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; x_n \geq0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A transformation of &amp;lt;math&amp;gt; x_n = e^u_i &amp;lt;/math&amp;gt; is applied  &amp;lt;ref&amp;gt; I. E. Grossmann, [https://doi.org/10.1023/A:1021039126272, &amp;quot;Review of Nonlinear Mixed-Integer and Disjunctive Programming Techniques],&amp;quot; &#039;&#039;Optimization and Engineering&#039;&#039;, vol. 3, pp. 227–252, 2002. &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The transformed function is presented as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(u) = \sum_{k=1}^N c_k{{e}^{{u_1}{a_{1k}}}{e}^{{u_2}{a_{2k}}}....{e}^{{u_n}{a_{nk}}}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Exponential Transformation in Computational Optimization===&lt;br /&gt;
Exponential transformation can be used for convexification of any Geometric MINLP that meet the criteria of equation 1. This is done by turning the problem into a nonlinear convex optimization problem through exponential transformation. Using the exponential substitution detailed above all continuous variables in the function are transformed while binary variables are not transformed. &lt;br /&gt;
&lt;br /&gt;
Additionally as presented in Theorem 1 and accompanying proof in &amp;quot;Global optimization of signomial geometric programming using linear relaxation&amp;quot; by P. Shen, K. Zhang, given that a function is being minimized it shows that after transformation all points on the transformed function are feasible in the original function and all objective values in the transformed function are the same or less than the original function. &amp;lt;ref name =&amp;quot;:1&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt; Also presented by Li and Biswal the bounds of the problem are not altered through exponential transformation. &amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Numerical Example ==&lt;br /&gt;
&amp;lt;math&amp;gt; {\frac{x_1^3}{x_2^4}} + {x_1^2} + {\sqrt[3]{x_2^2}} \leq 4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reformulating to exponents&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {x_1^3}*{x_2^{-4}} + {x_1^2} + {x_2^{\frac{2}{3}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substituting &amp;lt;math&amp;gt; x_1 = e^{u_1}, x_2 = e^{u_2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{e^{{3}{u_1}}}*{e^{{-4}{u_2}}} + {e^{{2}{u_1}}} + {{e^{u_2}}^{\frac{2}{3}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Simplifying by exponent properties&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {e^{3{u_1} - 4{u_2}}} + {e^{{2}{u_1}}} + {{e^{{\frac{2}{3}}{u_2}}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Example of Convexification Application in MINLP ===&lt;br /&gt;
&lt;br /&gt;
The following MINLP problem can take a Covexification approach using exponential transformation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;min\quad Z = 5{x_1^2}{x_2^8} + 2{x_1} + \frac{x_2^3} + 5{y_1} + 2 {y_2^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
s.t. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {x_1} \leq 7{x_2^{0.2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; 2{x_1^3} - y_1^2 \leq 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; x_1 \geq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; x_2 \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; y_1 = 0,1 &amp;lt;/math&amp;gt; &amp;lt;math&amp;gt; y_2 = 0,1 &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Using the exponential transformation to continuous variables &amp;lt;math&amp;gt;x_1, x_2, x_3 &amp;lt;/math&amp;gt;  by substituting &amp;lt;math&amp;gt; x_1 = e^{u_1} and x_2 = e^{u_2} &amp;lt;/math&amp;gt; described the problem becomes the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;min\quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + \frac{e^{{u_2}{3}}} + 5{y_1} + 2 {y_2^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
s.t&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {e^{u_1}} \leq 7{e^{0.2{u_2}}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; 2{e^{3{u_1}}} - y_1^2 \leq 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; e^{u_1} \geq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; e^{u_2} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; y_1 = 0,1 &amp;lt;/math&amp;gt; &amp;lt;math&amp;gt; y_2 = 0,1 &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
With additional logarithmic simplification through properties of natural logarithm:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;min\quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + \frac{e^{{u_2}{3}}} + 5{y_1} + 2 {y_2^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
s.t&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; u_1 \leq \ln 7 + 0.2{u_2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; 2{e^{3{u_1}}} - y_1^2 \leq 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {u_2} \leq \ln 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; y_1 = 0,1 &amp;lt;/math&amp;gt; &amp;lt;math&amp;gt; y_2 = 0,1 &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt; u_1 &amp;lt;/math&amp;gt; is unbounded due to logarithmic of 0 being indefinite.&lt;br /&gt;
&lt;br /&gt;
The transformed objective function can be show to be convex through the positive-definite test of the Hessian, for the example above the Hessian is as follows &amp;lt;ref&amp;gt; M. Chiang, [https://www.princeton.edu/~chiangm/gp.pdf &amp;quot;Geometric Programming for Communication Systems],&amp;quot; 2005. &amp;lt;/ref&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
In order to prove the convexity of the transformed functions the positive definite test of Hessian is used as defined in &amp;quot;Optimization of Chemical Processes&amp;quot; &amp;lt;ref&amp;gt; T. F. Edgar, D. M. Himmelblau, and L. S. Lasdon, &#039;&#039;Optimization of Chemical Processes&#039;&#039;, McGraw-Hill, 2001.&amp;lt;/ref&amp;gt; can be used. This tests the Hessian defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  H(x) = H = \nabla^2f(x)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to test that &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  Q(x)\geq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  Q(x) = x^THx &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
for all &amp;lt;math&amp;gt; x \neq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
for functions the Hessian is defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; &lt;br /&gt;
\begin{bmatrix} &lt;br /&gt;
X &amp;amp; X \\&lt;br /&gt;
X &amp;amp; Y&lt;br /&gt;
\end{bmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the example above, the Hessian is defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; &lt;br /&gt;
\begin{bmatrix} &lt;br /&gt;
X &amp;amp; X \\&lt;br /&gt;
X &amp;amp; Y&lt;br /&gt;
\end{bmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore H(x) is positive-definite and strictly convex. &lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
Currently various applications of exponential transformation can be seen in published journal articles and industry practices, due to the closeness with logarithmic transformation usually a combination of the approaches are used in practical solutions.  &lt;br /&gt;
&lt;br /&gt;
Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption:&lt;br /&gt;
*As seen in eq(34) and (35) of the work by Björk and Westerlund they employ an exponential transformation to convexify their optimization problem to employ a global optimization approach. &amp;lt;ref&amp;gt;K. J. Björk and T. Westerlund, [https://doi.org/10.1016/S0098-1354(02)00129-1, &amp;quot;Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption],&amp;quot; &#039;&#039;Computers &amp;amp; Chemical Engineering&#039;&#039;, vol. 26, issue 11, pp. 1581-1593, 2002.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Electrical Engineering Application: http://home.eng.iastate.edu/~cnchu/pubs/j08.pdf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Quadratic Geometric Programming&lt;br /&gt;
Economics: https://link.springer.com/content/pdf/10.1007/BF02591746.pdf &lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;br /&gt;
Exponential transformation is a useful method to convexify Geometric MINLP and obtain a global solution to the problem. Exponential transformation does not alter the bounds of the problem and allows for a convex objective function and constraints given that the conditions described under the Theory and methodology section are satisfied. (Add jump metric) Geometric Programming transformation can be further explored through logarithmic transformation to address convexification.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>JackieJ</name></author>
	</entry>
	<entry>
		<id>https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5233</id>
		<title>Exponential transformation</title>
		<link rel="alternate" type="text/html" href="https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5233"/>
		<updated>2021-12-13T20:03:27Z</updated>

		<summary type="html">&lt;p&gt;JackieJ: Fixed sections&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Author: Daphne Duvivier, Daniela Gil, Jacqueline Jackson, Sinclaire Mills, Vanessa Nobre (SYSEN 5800, Fall 2021)&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Exponential transformations are simple algebraic transformations of monomial functions through a variable substitution with an exponential variable. &lt;br /&gt;
&lt;br /&gt;
In computational optimization exponential transformations are used for convexification of geometric programming constraints (posynominal) nonconvex optimization problems. &lt;br /&gt;
&lt;br /&gt;
Exponential transformation creates a convex function without changing the decision space of the problem. &amp;lt;ref&amp;gt; Li, D., Biswal, M.P. Exponential Transformation in Convexifying a Noninferior Frontier and Exponential Generating Method. Journal of Optimization Theory and Applications 99, 183–199 (1998). https://doi.org/10.1023/A:1021708412776 &amp;lt;/ref&amp;gt; The transformation can then be verified using the Hessian positive definite test to confirm that it is now a convex function. &lt;br /&gt;
&lt;br /&gt;
Through the use of exponential transformation the time to solve an Non-linear program (NLP) or a Mixed integer non-linear program (MINLP) is reduced by allowing the use of a global solve. Many current applications use exponential transformation to simplify solution spaces and allow for solving with normal NLP/MINLP solvers. &lt;br /&gt;
&lt;br /&gt;
== Theory &amp;amp; Methodology ==&lt;br /&gt;
&lt;br /&gt;
Exponential transformation can be applied to geometric programs&lt;br /&gt;
&lt;br /&gt;
A geometric program is a mathematical optimization problem  &lt;br /&gt;
&lt;br /&gt;
Geometric Programs take the form of:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; min\quad f_0(x)&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt; s.t.\quad f_i(x) \leq 1   i = 1,....,m &amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt; s.t.\quad g_i(x) = 1   i = 1,....,p &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
convexification of a non-inferior frontier - based on having a differentiable objective function  https://link.springer.com/content/pdf/10.1023/A:1021708412776.pdf &lt;br /&gt;
&lt;br /&gt;
this would apply to any polynomial. &lt;br /&gt;
A posynomial is defined as define polynomials: &lt;br /&gt;
&lt;br /&gt;
Exponential transformation begins with a posynominal (Positive and Polynomial) noncovex function of the form &amp;lt;ref&amp;gt; Boyd, S., Kim, SJ., Vandenberghe, L. et al. A tutorial on geometric programming. Optim Eng 8, 67 (2007). https://doi.org/10.1007/s11081-007-9001-7 &amp;lt;/ref&amp;gt; :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(x) = \sum_{k=1}^N c_k{x_1}^{a_{1k}}{x_2}^{a_{2k}}....{x_n}^{a_{nk}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt; c_k \geq 0 &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; x_n \geq0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A transformation of &amp;lt;math&amp;gt; x_n = e^u_i &amp;lt;/math&amp;gt; is applied  &amp;lt;ref&amp;gt; Grossmann, I.E. Review of Nonlinear Mixed-Integer and Disjunctive Programming Techniques. Optimization and Engineering 3, 227–252 (2002). https://doi.org/10.1023/A:1021039126272 &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The transformed function is presented as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(u) = \sum_{k=1}^N c_k{{e}^{{u_1}{a_{1k}}}{e}^{{u_2}{a_{2k}}}....{e}^{{u_n}{a_{nk}}}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Exponential Transformation in Computational Optimization===&lt;br /&gt;
Exponential transformation can be used for convexification of any Geometric MINLP that meet the criteria of equation 1. This is done by turning the problem into a nonlinear convex optimization problem through exponential transformation. Using the exponential substitution detailed above all continuous variables in the function are transformed while binary variables are not transformed. &lt;br /&gt;
&lt;br /&gt;
Additionally as presented in Theorem 1 and accompanying proof in &amp;quot;Global optimization of signomial geometric programming using linear relaxation&amp;quot; by P. Shen, K. Zhang, given that a function is being minimized it shows that after transformation all points on the transformed function are feasible in the original function and all objective values in the transformed function are the same or less than the original function. &amp;lt;ref&amp;gt; Boyd, S., Kim, SJ., Vandenberghe, L. et al. A tutorial on geometric programming. Optim Eng 8, 67 (2007). https://doi.org/10.1007/s11081-007-9001-7 &amp;lt;/ref&amp;gt; Also presented by Li and Biswal the bounds of the problem are not altered through exponential transformation. &amp;lt;ref&amp;gt; Li, D., Biswal, M.P. Exponential Transformation in Convexifying a Noninferior Frontier and Exponential Generating Method. Journal of Optimization Theory and Applications 99, 183–199 (1998). https://doi.org/10.1023/A:1021708412776 &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Numerical Example ==&lt;br /&gt;
&amp;lt;math&amp;gt; {\frac{x_1^3}{x_2^4}} + {x_1^2} + {\sqrt[3]{x_2^2}} \leq 4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reformulating to exponents&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {x_1^3}*{x_2^{-4}} + {x_1^2} + {x_2^{\frac{2}{3}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substituting &amp;lt;math&amp;gt; x_1 = e^{u_1}, x_2 = e^{u_2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{e^{{3}{u_1}}}*{e^{{-4}{u_2}}} + {e^{{2}{u_1}}} + {{e^{u_2}}^{\frac{2}{3}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Simplifying by exponent properties&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {e^{3{u_1} - 4{u_2}}} + {e^{{2}{u_1}}} + {{e^{{\frac{2}{3}}{u_2}}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Example of Convexification Application in MINLP ===&lt;br /&gt;
&lt;br /&gt;
The following MINLP problem can take a Covexification approach using exponential transformation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;min\quad Z = 5{x_1^2}{x_2^8} + 2{x_1} + \frac{x_2^3} + 5{y_1} + 2 {y_2^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
s.t. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {x_1} \leq 7{x_2^{0.2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; 2{x_1^3} - y_1^2 \leq 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; x_1 \geq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; x_2 \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; y_1 = 0,1 &amp;lt;/math&amp;gt; &amp;lt;math&amp;gt; y_2 = 0,1 &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Using the exponential transformation to continuous variables &amp;lt;math&amp;gt;x_1, x_2, x_3 &amp;lt;/math&amp;gt;  by substituting &amp;lt;math&amp;gt; x_1 = e^{u_1} and x_2 = e^{u_2} &amp;lt;/math&amp;gt; described the problem becomes the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;min\quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + \frac{e^{{u_2}{3}}} + 5{y_1} + 2 {y_2^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
s.t&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {e^{u_1}} \leq 7{e^{0.2{u_2}}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; 2{e^{3{u_1}}} - y_1^2 \leq 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; e^{u_1} \geq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; e^{u_2} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; y_1 = 0,1 &amp;lt;/math&amp;gt; &amp;lt;math&amp;gt; y_2 = 0,1 &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
With additional logarithmic simplification through properties of natural logarithm:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;min\quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + \frac{e^{{u_2}{3}}} + 5{y_1} + 2 {y_2^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
s.t&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; u_1 \leq \ln 7 + 0.2{u_2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; 2{e^{3{u_1}}} - y_1^2 \leq 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {u_2} \leq \ln 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; y_1 = 0,1 &amp;lt;/math&amp;gt; &amp;lt;math&amp;gt; y_2 = 0,1 &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt; u_1 &amp;lt;/math&amp;gt; is unbounded due to logarithmic of 0 being indefinite.&lt;br /&gt;
&lt;br /&gt;
The transformed objective function can be show to be convex through the positive-definite test of the Hessian, for the example above the Hessian is as follows &amp;lt;ref&amp;gt; Chiang, Mung. (2005). Geometric Programming for Communication Systems. 10.1561/9781933019574; https://www.princeton.edu/~chiangm/gp.pdf  &amp;lt;/ref&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
In order to prove the convexity of the transformed functions the positive definite test of Hessian is used as defined in &amp;quot;Optimization of Chemical Processes&amp;quot; &amp;lt;ref&amp;gt; T.F. Edgar, D.M. Himmelblau, L.S. Lasdon, Optimization of Chemical Processes.  McGraw-Hill, 2001.&amp;lt;/ref&amp;gt; can be used. This tests the Hessian defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  H(x) = H = \nabla^2f(x)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to test that &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  Q(x)\geq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  Q(x) = x^THx &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
for all &amp;lt;math&amp;gt; x \neq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
for functions the Hessian is defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; &lt;br /&gt;
\begin{bmatrix} &lt;br /&gt;
X &amp;amp; X \\&lt;br /&gt;
X &amp;amp; Y&lt;br /&gt;
\end{bmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the example above, the Hessian is defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; &lt;br /&gt;
\begin{bmatrix} &lt;br /&gt;
X &amp;amp; X \\&lt;br /&gt;
X &amp;amp; Y&lt;br /&gt;
\end{bmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore H(x) is positive-definite and strictly convex. &lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
Currently various applications of exponential transformation can be seen in published journal articles and industry practices, due to the closeness with logarithmic transformation usually a combination of the approaches are used in practical solutions.  &lt;br /&gt;
&lt;br /&gt;
Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption:&lt;br /&gt;
*As seen in eq(34) and (35) of the work by Björk and Westerlund they employ an exponential transformation to convexify their optimization problem to employ a global optimization approach. &amp;lt;ref&amp;gt;{{cite journal |title=Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption |journal=Computers &amp;amp; Chemical Engineering |year=2002 |last=Björk |first=Kaj-Mikael |last2=Westerlund |first2=Tapio |volume=26 |issue=11 |pages=1581-1593 |issn=ISSN 0098-1354 |doi=10.1016/S0098-1354(02)00129-1 |url=https://www.sciencedirect.com/science/article/pii/S0098135402001291?casa_token=G7OVOrBKagoAAAAA:1hUCHkGascVlawR3OfBpolNXlFqPSBUhWL6MkVAhn-ofKVfF-CbhVK6ZfSCKQ7i6mRQ9MTaqf9Q |accessdate=2021-11-27 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Electrical Engineering Application: http://home.eng.iastate.edu/~cnchu/pubs/j08.pdf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Quadratic Geometric Programming&lt;br /&gt;
Economics: https://link.springer.com/content/pdf/10.1007/BF02591746.pdf &lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;br /&gt;
Exponential transformation is a useful method to convexify Geometric MINLP and obtain a global solution to the problem. Exponential transformation does not alter the bounds of the problem and allows for a convex objective function and constraints given that the conditions described under the Theory and methodology section are satisfied. (Add jump metric) Geometric Programming transformation can be further explored through logarithmic transformation to address convexification.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{reflist}}&lt;/div&gt;</summary>
		<author><name>JackieJ</name></author>
	</entry>
	<entry>
		<id>https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5232</id>
		<title>Exponential transformation</title>
		<link rel="alternate" type="text/html" href="https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=5232"/>
		<updated>2021-12-13T19:55:23Z</updated>

		<summary type="html">&lt;p&gt;JackieJ: Added min to Latex&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Author: Daphne Duvivier, Daniela Gil, Jacqueline Jackson, Sinclaire Mills, Vanessa Nobre (SYSEN 5800, Fall 2021)&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Exponential transformations are simple algebraic transformations of monomial functions through a variable substitution with an exponential variable. &lt;br /&gt;
&lt;br /&gt;
In computational optimization exponential transformations are used for convexification of geometric programming constraints (posynominal) nonconvex optimization problems. &lt;br /&gt;
&lt;br /&gt;
Exponential transformation creates a convex function without changing the decision space of the problem. &amp;lt;ref&amp;gt; Li, D., Biswal, M.P. Exponential Transformation in Convexifying a Noninferior Frontier and Exponential Generating Method. Journal of Optimization Theory and Applications 99, 183–199 (1998). https://doi.org/10.1023/A:1021708412776 &amp;lt;/ref&amp;gt; The transformation can then be verified using the Hessian positive definite test to confirm that it is now a convex function. &lt;br /&gt;
&lt;br /&gt;
Through the use of exponential transformation the time to solve an Non-linear program (NLP) or a Mixed integer non-linear program (MINLP) is reduced by allowing the use of a global solve. Many current applications use exponential transformation to simplify solution spaces and allow for solving with normal NLP/MINLP solvers. &lt;br /&gt;
&lt;br /&gt;
== Theory &amp;amp; Methodology ==&lt;br /&gt;
&lt;br /&gt;
Exponential transformation can be applied to geometric programs&lt;br /&gt;
&lt;br /&gt;
A geometric program is a mathematical optimization problem  &lt;br /&gt;
&lt;br /&gt;
Geometric Programs take the form of:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; min\quad f_0(x)&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt; s.t.\quad f_i(x) \leq 1   i = 1,....,m &amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt; s.t.\quad g_i(x) = 1   i = 1,....,p &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
convexification of a non-inferior frontier - based on having a differentiable objective function  https://link.springer.com/content/pdf/10.1023/A:1021708412776.pdf &lt;br /&gt;
&lt;br /&gt;
this would apply to any polynomial. &lt;br /&gt;
A posynomial is defined as define polynomials: &lt;br /&gt;
&lt;br /&gt;
Exponential transformation begins with a posynominal (Positive and Polynomial) noncovex function of the form &amp;lt;ref&amp;gt; Boyd, S., Kim, SJ., Vandenberghe, L. et al. A tutorial on geometric programming. Optim Eng 8, 67 (2007). https://doi.org/10.1007/s11081-007-9001-7 &amp;lt;/ref&amp;gt; :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(x) = \sum_{k=1}^N c_k{x_1}^{a_{1k}}{x_2}^{a_{2k}}....{x_n}^{a_{nk}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt; c_k \geq 0 &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; x_n \geq0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A transformation of &amp;lt;math&amp;gt; x_n = e^u_i &amp;lt;/math&amp;gt; is applied  &amp;lt;ref&amp;gt; Grossmann, I.E. Review of Nonlinear Mixed-Integer and Disjunctive Programming Techniques. Optimization and Engineering 3, 227–252 (2002). https://doi.org/10.1023/A:1021039126272 &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The transformed function is presented as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(u) = \sum_{k=1}^N c_k{{e}^{{u_1}{a_{1k}}}{e}^{{u_2}{a_{2k}}}....{e}^{{u_n}{a_{nk}}}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Exponential transformation in Computational Optimization===&lt;br /&gt;
Exponential transformation can be used for convexification of any Geometric MINLP that meet the criteria of equation 1. This is done by turning the problem into a nonlinear convex optimization problem through exponential transformation. Using the exponential substitution detailed above all continuous variables in the function are transformed while binary variables are not transformed. &lt;br /&gt;
&lt;br /&gt;
Additionally as presented in Theorem 1 and accompanying proof in &amp;quot;Global optimization of signomial geometric programming using linear relaxation&amp;quot; by P. Shen, K. Zhang, given that a function is being minimized it shows that after transformation all points on the transformed function are feasible in the original function and all objective values in the transformed function are the same or less than the original function. &amp;lt;ref&amp;gt; Boyd, S., Kim, SJ., Vandenberghe, L. et al. A tutorial on geometric programming. Optim Eng 8, 67 (2007). https://doi.org/10.1007/s11081-007-9001-7 &amp;lt;/ref&amp;gt; Also presented by Li and Biswal the bounds of the problem are not altered through exponential transformation. &amp;lt;ref&amp;gt; Li, D., Biswal, M.P. Exponential Transformation in Convexifying a Noninferior Frontier and Exponential Generating Method. Journal of Optimization Theory and Applications 99, 183–199 (1998). https://doi.org/10.1023/A:1021708412776 &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Simple Numerical Example ===&lt;br /&gt;
&amp;lt;math&amp;gt; {\frac{x_1^3}{x_2^4}} + {x_1^2} + {\sqrt[3]{x_2^2}} \leq 4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reformulating to exponents&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {x_1^3}*{x_2^{-4}} + {x_1^2} + {x_2^{\frac{2}{3}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substituting &amp;lt;math&amp;gt; x_1 = e^{u_1}, x_2 = e^{u_2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{e^{{3}{u_1}}}*{e^{{-4}{u_2}}} + {e^{{2}{u_1}}} + {{e^{u_2}}^{\frac{2}{3}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Simplifying by exponent properties&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {e^{3{u_1} - 4{u_2}}} + {e^{{2}{u_1}}} + {{e^{{\frac{2}{3}}{u_2}}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Example of Convexification application in MINLP ===&lt;br /&gt;
&lt;br /&gt;
The following MINLP problem can take a Covexification approach using exponential transformation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;min\quad Z = 5{x_1^2}{x_2^8} + 2{x_1} + \frac{x_2^3} + 5{y_1} + 2 {y_2^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
s.t. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {x_1} \leq 7{x_2^{0.2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; 2{x_1^3} - y_1^2 \leq 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; x_1 \geq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; x_2 \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; y_1 = 0,1 &amp;lt;/math&amp;gt; &amp;lt;math&amp;gt; y_2 = 0,1 &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Using the exponential transformation to continuous variables &amp;lt;math&amp;gt;x_1, x_2, x_3 &amp;lt;/math&amp;gt;  by substituting &amp;lt;math&amp;gt; x_1 = e^{u_1} and x_2 = e^{u_2} &amp;lt;/math&amp;gt; described the problem becomes the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;min\quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + \frac{e^{{u_2}{3}}} + 5{y_1} + 2 {y_2^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
s.t&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {e^{u_1}} \leq 7{e^{0.2{u_2}}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; 2{e^{3{u_1}}} - y_1^2 \leq 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; e^{u_1} \geq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; e^{u_2} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; y_1 = 0,1 &amp;lt;/math&amp;gt; &amp;lt;math&amp;gt; y_2 = 0,1 &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
With additional logarithmic simplification through properties of natural logarithm:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;min\quad Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + \frac{e^{{u_2}{3}}} + 5{y_1} + 2 {y_2^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
s.t&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; u_1 \leq \ln 7 + 0.2{u_2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; 2{e^{3{u_1}}} - y_1^2 \leq 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {u_2} \leq \ln 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; y_1 = 0,1 &amp;lt;/math&amp;gt; &amp;lt;math&amp;gt; y_2 = 0,1 &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt; u_1 &amp;lt;/math&amp;gt; is unbounded due to logarithmic of 0 being indefinite.&lt;br /&gt;
&lt;br /&gt;
The transformed objective function can be show to be convex through the positive-definite test of the Hessian, for the example above the Hessian is as follows &amp;lt;ref&amp;gt; Chiang, Mung. (2005). Geometric Programming for Communication Systems. 10.1561/9781933019574; https://www.princeton.edu/~chiangm/gp.pdf  &amp;lt;/ref&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
In order to prove the convexity of the transformed functions the positive definite test of Hessian is used as defined in &amp;quot;Optimization of Chemical Processes&amp;quot; &amp;lt;ref&amp;gt; T.F. Edgar, D.M. Himmelblau, L.S. Lasdon, Optimization of Chemical Processes.  McGraw-Hill, 2001.&amp;lt;/ref&amp;gt; can be used. This tests the Hessian defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  H(x) = H = \nabla^2f(x)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to test that &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  Q(x)\geq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  Q(x) = x^THx &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
for all &amp;lt;math&amp;gt; x \neq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
for functions the Hessian is defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; &lt;br /&gt;
\begin{bmatrix} &lt;br /&gt;
X &amp;amp; X \\&lt;br /&gt;
X &amp;amp; Y&lt;br /&gt;
\end{bmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the example above, the Hessian is defined as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; &lt;br /&gt;
\begin{bmatrix} &lt;br /&gt;
X &amp;amp; X \\&lt;br /&gt;
X &amp;amp; Y&lt;br /&gt;
\end{bmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore H(x) is positive-definite and strictly convex. &lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
Currently various applications of exponential transformation can be seen in published journal articles and industry practices, due to the closeness with logarithmic transformation usually a combination of the approaches are used in practical solutions.  &lt;br /&gt;
&lt;br /&gt;
Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption:&lt;br /&gt;
*As seen in eq(34) and (35) of the work by Björk and Westerlund they employ an exponential transformation to convexify their optimization problem to employ a global optimization approach. &amp;lt;ref&amp;gt;{{cite journal |title=Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption |journal=Computers &amp;amp; Chemical Engineering |year=2002 |last=Björk |first=Kaj-Mikael |last2=Westerlund |first2=Tapio |volume=26 |issue=11 |pages=1581-1593 |issn=ISSN 0098-1354 |doi=10.1016/S0098-1354(02)00129-1 |url=https://www.sciencedirect.com/science/article/pii/S0098135402001291?casa_token=G7OVOrBKagoAAAAA:1hUCHkGascVlawR3OfBpolNXlFqPSBUhWL6MkVAhn-ofKVfF-CbhVK6ZfSCKQ7i6mRQ9MTaqf9Q |accessdate=2021-11-27 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Electrical Engineering Application: http://home.eng.iastate.edu/~cnchu/pubs/j08.pdf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Quadratic Geometric Programming&lt;br /&gt;
Economics: https://link.springer.com/content/pdf/10.1007/BF02591746.pdf &lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;br /&gt;
Exponential transformation is a useful method to convexify Geometric MINLP and obtain a global solution to the problem. Exponential transformation does not alter the bounds of the problem and allows for a convex objective function and constraints given that the conditions described under the Theory and methodology section are satisfied. (Add jump metric) Geometric Programming transformation can be further explored through logarithmic transformation to address convexification.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{reflist}}&lt;/div&gt;</summary>
		<author><name>JackieJ</name></author>
	</entry>
	<entry>
		<id>https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=4951</id>
		<title>Exponential transformation</title>
		<link rel="alternate" type="text/html" href="https://optimization.cbe.cornell.edu/index.php?title=Exponential_transformation&amp;diff=4951"/>
		<updated>2021-12-08T03:07:43Z</updated>

		<summary type="html">&lt;p&gt;JackieJ: Removed net IDs and added course section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Author: Daphne Duvivier, Daniela Gil, Jacqueline Jackson, Sinclaire Mills, Vanessa Nobre (SYSEN 5800, Fall 2021)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Exponential transformations are simple algebraic transformation of monomial functions through a variable substitution with an exponential variable. They are used for convexification of geometric programming constraints (posynominal) nonconvex optimization problems. This transformation creates a convex function without changing the decision space of the problem &amp;lt;ref&amp;gt; Li, D., Biswal, M.P. Exponential Transformation in Convexifying a Noninferior Frontier and Exponential Generating Method. Journal of Optimization Theory and Applications 99, 183–199 (1998). https://doi.org/10.1023/A:1021708412776 &amp;lt;/ref&amp;gt; and reducing the time to solve an NLP/MINLP by allowing the use of a global solve, in some cases linearization can be achieved for certain constraints through exponential transformation as seen in the example below.&lt;br /&gt;
&lt;br /&gt;
== Theory &amp;amp; Methodology ==&lt;br /&gt;
&lt;br /&gt;
Exponential transformation begins with a posynominal (Positive and Polynomial) noncovex function of the form &amp;lt;ref&amp;gt; Boyd, S., Kim, SJ., Vandenberghe, L. et al. A tutorial on geometric programming. Optim Eng 8, 67 (2007). https://doi.org/10.1007/s11081-007-9001-7 &amp;lt;/ref&amp;gt; :&lt;br /&gt;
&lt;br /&gt;
(eq 1)&amp;lt;math&amp;gt; f(x) = \sum_{k=1}^N c_k{x_1}^{a_{1k}}{x_2}^{a_{2k}}....{x_n}^{a_{nk}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt; c_k \geq 0 &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; x_n \geq0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A transformation of &amp;lt;math&amp;gt; x_n = e^u_i &amp;lt;/math&amp;gt; is applied  &amp;lt;ref&amp;gt; Grossmann, I.E. Review of Nonlinear Mixed-Integer and Disjunctive Programming Techniques. Optimization and Engineering 3, 227–252 (2002). https://doi.org/10.1023/A:1021039126272 &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The transformed function is presented as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(u) = \sum_{k=1}^N c_k{{e}^{{u_1}{a_{1k}}}{e}^{{u_2}{a_{2k}}}....{e}^{{u_n}{a_{nk}}}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Numerical Example ===&lt;br /&gt;
&amp;lt;math&amp;gt; {\frac{x_1^3}{x_2^4}} + {x_1^2} + {\sqrt[3]{x_2^2}} \leq 4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reformulating to exponents&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {x_1^3}*{x_2^{-4}} + {x_1^2} + {x_2^{\frac{2}{3}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substituting &amp;lt;math&amp;gt; x_1 = e^{u_1}, x_2 = e^{u_2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{{e^{u_1}}^3}*{{e^{u_2}}^{-4}} + {{e^{u_1}}^2} + {{e^{u_2}}^{\frac{2}{3}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Simplifying by exponent properties&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {e^{3{u_1} - 4{u_2}}} + {e^{{2}{u_1}}} + {{e^{{\frac{2}{3}}{u_2}}}} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Further linearization with natural logarithm&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;({{3}{u_1}-{4}{u_2}}) + {2}{u_1} + {\frac{2}{3}}{u_2}  \leq \ln 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Applications in Computational Optimization ==&lt;br /&gt;
Exponential transformation can be used for convexification of any Geometric MINLP that meet the criteria of equation 1. This is done by turning the problem into a nonlinear convex optimization problem through exponential transformation. Using the exponential substitution detailed above all continuous variables in the function are transformed while binary variables are not transformed. &lt;br /&gt;
&lt;br /&gt;
Additionally as presented in Theorem 1 and accompanying proof in &amp;quot;Global optimization of signomial geometric programming using linear relaxation&amp;quot; by P. Shen, K. Zhang, given that a function is being minimized it shows that after transformation all points on the transformed function are feasible in the original function and all objective values in the transformed function are the same or less than the original function. &amp;lt;ref&amp;gt; Boyd, S., Kim, SJ., Vandenberghe, L. et al. A tutorial on geometric programming. Optim Eng 8, 67 (2007). https://doi.org/10.1007/s11081-007-9001-7 &amp;lt;/ref&amp;gt; Also presented by Li and Biswal the bounds of the problem are not altered through exponential transformation. &amp;lt;ref&amp;gt; Li, D., Biswal, M.P. Exponential Transformation in Convexifying a Noninferior Frontier and Exponential Generating Method. Journal of Optimization Theory and Applications 99, 183–199 (1998). https://doi.org/10.1023/A:1021708412776 &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Example of Convexification application in MINLP ===&lt;br /&gt;
&lt;br /&gt;
The following MINLP problem can take a Covexification approach using exponential transformation:&lt;br /&gt;
&lt;br /&gt;
min &amp;lt;math&amp;gt; Z = 5{x_1^2}{x_2^8} + 2{x_1}{x_3^2} + {\frac{x_2^3}{x_3}} + 5{y_1} + 2 {y_2^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
s.t. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {x_1}{x_3^4} \leq 7{x_2^{0.2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; 2{x_1^3} - y_1^2 \leq 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; x_1 \geq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; x_2 \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; x_3 \geq 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; y_1 = 0,1 &amp;lt;/math&amp;gt; &amp;lt;math&amp;gt; y_2 = 0,1 &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Using the exponential transformation described the problem becomes the following:&lt;br /&gt;
&lt;br /&gt;
min &amp;lt;math&amp;gt; Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + {\frac{e^{{u_2}{3}}}{e^u_3}} + 5{y_1} + 2 {y_2^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
s.t&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {e^{u_1}}{e^{4{e_3}}} \leq 7{e^{0.2{u_2}}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; 2{e^{3{u_1}}} - y_1^2 \leq 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; e^{u_1} \geq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; e^{u_2} \leq 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; e^{u_3} \geq 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; y_1 = 0,1 &amp;lt;/math&amp;gt; &amp;lt;math&amp;gt; y_2 = 0,1 &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
With additional logarithmic simplification:&lt;br /&gt;
&lt;br /&gt;
min &amp;lt;math&amp;gt; Z = 5{e^{2{u_1}}}{e^{8{u_2}}} + 2{e^{u_1}}{e^{2u_2}} + {\frac{e^{{u_2}{3}}}{e^u_3}} + 5{y_1} + 2 {y_2^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
s.t&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; u_1 + 4{u_3} \leq \ln 7 + 0.2{u_2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; 2{e^{3{u_1}}} - y_1^2 \leq 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {u_2} \leq \ln 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; {u_3} \geq 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; y_1 = 0,1 &amp;lt;/math&amp;gt; &amp;lt;math&amp;gt; y_2 = 0,1 &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt; u_1 &amp;lt;/math&amp;gt; is unbounded due to logarithmic of 0 being indefinite.&lt;br /&gt;
&lt;br /&gt;
The transformed objective function can be show to be convex through the positive-definite test of the Hessian, for the example above the Hessian is as follows &amp;lt;ref&amp;gt; Chiang, Mung. (2005). Geometric Programming for Communication Systems. 10.1561/9781933019574; https://www.princeton.edu/~chiangm/gp.pdf  &amp;lt;/ref&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
Proof of convexity of  with positive definite test of Hessian &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; &lt;br /&gt;
\begin{bmatrix} &lt;br /&gt;
X &amp;amp; X \\&lt;br /&gt;
X &amp;amp; Y&lt;br /&gt;
\end{bmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Current Applications ==&lt;br /&gt;
&lt;br /&gt;
Currently various applications of exponential transformation can be seen in published journal articles and industry practices, due to the closeness with logarithmic transformation usually a combination of the approaches are used in practical solutions.  &lt;br /&gt;
&lt;br /&gt;
Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption:&lt;br /&gt;
* As seen in eq(34) and (35) of the work by Björk and Westerlund they employ an exponential transformation to convexify their optimization problem to employ a global optimization approach. &amp;lt;ref&amp;gt;{{cite journal |title=Global optimization of heat exchanger network synthesis problems with and without the isothermal mixing assumption |journal=Computers &amp;amp; Chemical Engineering |year=2002 |last=Björk |first=Kaj-Mikael |last2=Westerlund |first2=Tapio |volume=26 |issue=11 |pages=1581-1593 |issn=ISSN 0098-1354 |doi=10.1016/S0098-1354(02)00129-1 |url=https://www.sciencedirect.com/science/article/pii/S0098135402001291?casa_token=G7OVOrBKagoAAAAA:1hUCHkGascVlawR3OfBpolNXlFqPSBUhWL6MkVAhn-ofKVfF-CbhVK6ZfSCKQ7i6mRQ9MTaqf9Q |accessdate=2021-11-27 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Electrical Engineering Application: http://home.eng.iastate.edu/~cnchu/pubs/j08.pdf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Quadratic Geometric Programming&lt;br /&gt;
Ecconomics: https://link.springer.com/content/pdf/10.1007/BF02591746.pdf &lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
Exponential transformation is a useful method to convexify Geometric MINLP and obtain a global solution to the problem. Exponential transformation does not alter the bounds of the problem and allows for a convex objective function and constraints given that the conditions described under the Theory and methodology section are satisfied. Geometric Programming transformation can be further explored through logarithmic transformation to address convexification.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{reflist}}&lt;/div&gt;</summary>
		<author><name>JackieJ</name></author>
	</entry>
</feed>