problems.dynamic.gts¶
Classes¶
GTS1 ¶
Bases: GTS
\[\begin{equation} \text{min} \begin{cases} f_1(\mathbf{x},t) = x_1 \\ f_2(\mathbf{x},t) = g(\mathbf{x},t)(1 - (\frac{x_1}{g(\mathbf{x},t)})^{H(t)}) \end{cases} \end{equation}\]
Source code in pydmoo/problems/dynamic/gts.py
GTS2 ¶
Bases: GTS
\[\begin{equation} \text{min} \begin{cases} f_1(\mathbf{x},t) = 0.5x_1+x_2 \\ f_2(\mathbf{x},t) = g(\mathbf{x},t)(2.8 - (\frac{0.5x_1+x_2}{g(\mathbf{x},t)})^{H(t)}) \end{cases} \end{equation}\]