| Alternative 1 |
|---|
| Accuracy | 79.9% |
|---|
| Cost | 849 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -5.5 \cdot 10^{-39}:\\
\;\;\;\;x \cdot x\\
\mathbf{elif}\;x \leq -1.95 \cdot 10^{-70} \lor \neg \left(x \leq -2.45 \cdot 10^{-121}\right) \land x \leq 1.2 \cdot 10^{-33}:\\
\;\;\;\;3 \cdot \left(y \cdot y\right)\\
\mathbf{else}:\\
\;\;\;\;x \cdot x\\
\end{array}
\]
| Alternative 2 |
|---|
| Accuracy | 79.8% |
|---|
| Cost | 849 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -5.9 \cdot 10^{-39}:\\
\;\;\;\;x \cdot x\\
\mathbf{elif}\;x \leq -5.2 \cdot 10^{-72} \lor \neg \left(x \leq -4 \cdot 10^{-121}\right) \land x \leq 2.1 \cdot 10^{-33}:\\
\;\;\;\;y \cdot \left(y \cdot 3\right)\\
\mathbf{else}:\\
\;\;\;\;x \cdot x\\
\end{array}
\]
| Alternative 3 |
|---|
| Accuracy | 99.8% |
|---|
| Cost | 576 |
|---|
\[x \cdot x + y \cdot \left(y \cdot 3\right)
\]