| Alternative 1 |
|---|
| Accuracy | 99.6% |
|---|
| Cost | 14024 |
|---|
\[\begin{array}{l}
\mathbf{if}\;e^{z} \leq 0:\\
\;\;\;\;x - \frac{1}{x}\\
\mathbf{elif}\;e^{z} \leq 1.1:\\
\;\;\;\;x + \frac{-1}{\frac{-1.1283791670955126}{y} + \left(x + -1.1283791670955126 \cdot \frac{z}{y}\right)}\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 2 |
|---|
| Accuracy | 98.3% |
|---|
| Cost | 13636 |
|---|
\[\begin{array}{l}
\mathbf{if}\;e^{z} \leq 0:\\
\;\;\;\;x - \frac{1}{x}\\
\mathbf{else}:\\
\;\;\;\;x + \frac{y}{e^{z} \cdot 1.1283791670955126 - x \cdot y}\\
\end{array}
\]
| Alternative 3 |
|---|
| Accuracy | 99.6% |
|---|
| Cost | 1096 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -92:\\
\;\;\;\;x - \frac{1}{x}\\
\mathbf{elif}\;z \leq 0.145:\\
\;\;\;\;x + \frac{y}{\left(1.1283791670955126 + z \cdot 1.1283791670955126\right) - x \cdot y}\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 4 |
|---|
| Accuracy | 85.4% |
|---|
| Cost | 840 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -0.092:\\
\;\;\;\;x - \frac{1}{x}\\
\mathbf{elif}\;z \leq 9.8 \cdot 10^{-81}:\\
\;\;\;\;x + 0.8862269254527579 \cdot \left(y - z \cdot y\right)\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 5 |
|---|
| Accuracy | 99.5% |
|---|
| Cost | 840 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -215:\\
\;\;\;\;x - \frac{1}{x}\\
\mathbf{elif}\;z \leq 0.145:\\
\;\;\;\;x + \frac{y}{1.1283791670955126 - x \cdot y}\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 6 |
|---|
| Accuracy | 99.5% |
|---|
| Cost | 840 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -450:\\
\;\;\;\;x - \frac{1}{x}\\
\mathbf{elif}\;z \leq 0.145:\\
\;\;\;\;x + \frac{-1}{x + \frac{-1.1283791670955126}{y}}\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 7 |
|---|
| Accuracy | 67.7% |
|---|
| Cost | 720 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -1.3 \cdot 10^{+189}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq -1.45 \cdot 10^{+92}:\\
\;\;\;\;\frac{-1}{x}\\
\mathbf{elif}\;z \leq 7.2 \cdot 10^{-204}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 7.5 \cdot 10^{-171}:\\
\;\;\;\;y \cdot 0.8862269254527579\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 8 |
|---|
| Accuracy | 72.1% |
|---|
| Cost | 716 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -3.8 \cdot 10^{+187}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq -3.1 \cdot 10^{+92}:\\
\;\;\;\;\frac{-1}{x}\\
\mathbf{elif}\;z \leq 5.1 \cdot 10^{-83}:\\
\;\;\;\;x + \frac{y}{1.1283791670955126}\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 9 |
|---|
| Accuracy | 72.1% |
|---|
| Cost | 716 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -1.7 \cdot 10^{+190}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq -1.85 \cdot 10^{+92}:\\
\;\;\;\;\frac{-1}{x}\\
\mathbf{elif}\;z \leq 6.9 \cdot 10^{-81}:\\
\;\;\;\;x + y \cdot 0.8862269254527579\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 10 |
|---|
| Accuracy | 85.4% |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -0.245:\\
\;\;\;\;x - \frac{1}{x}\\
\mathbf{elif}\;z \leq 2.05 \cdot 10^{-80}:\\
\;\;\;\;x + y \cdot 0.8862269254527579\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 11 |
|---|
| Accuracy | 70.1% |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -9.2 \cdot 10^{-279}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 1.25 \cdot 10^{-220}:\\
\;\;\;\;y \cdot 0.8862269254527579\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]