| Alternative 1 |
|---|
| Accuracy | 80.0% |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -3.3 \cdot 10^{-59} \lor \neg \left(z \leq 1.85 \cdot 10^{-6}\right):\\
\;\;\;\;6 \cdot \left(z \cdot \left(y - x\right)\right)\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 2 |
|---|
| Accuracy | 80.0% |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -2.7 \cdot 10^{-62} \lor \neg \left(z \leq 0.0145\right):\\
\;\;\;\;6 \cdot \left(z \cdot \left(y - x\right)\right)\\
\mathbf{else}:\\
\;\;\;\;x + z \cdot \left(x \cdot -6\right)\\
\end{array}
\]
| Alternative 3 |
|---|
| Accuracy | 98.3% |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -0.00055 \lor \neg \left(z \leq 0.17\right):\\
\;\;\;\;6 \cdot \left(z \cdot \left(y - x\right)\right)\\
\mathbf{else}:\\
\;\;\;\;x + z \cdot \left(6 \cdot y\right)\\
\end{array}
\]
| Alternative 4 |
|---|
| Accuracy | 98.4% |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -0.00055 \lor \neg \left(z \leq 0.17\right):\\
\;\;\;\;6 \cdot \left(z \cdot \left(y - x\right)\right)\\
\mathbf{else}:\\
\;\;\;\;x + \frac{z}{\frac{0.16666666666666666}{y}}\\
\end{array}
\]
| Alternative 5 |
|---|
| Accuracy | 61.7% |
|---|
| Cost | 585 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -0.00055 \lor \neg \left(z \leq 6200\right):\\
\;\;\;\;-6 \cdot \left(z \cdot x\right)\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 6 |
|---|
| Accuracy | 62.6% |
|---|
| Cost | 585 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -2.5 \cdot 10^{-62} \lor \neg \left(z \leq 1.6 \cdot 10^{-6}\right):\\
\;\;\;\;6 \cdot \left(z \cdot y\right)\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 7 |
|---|
| Accuracy | 62.6% |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -2.45 \cdot 10^{-61}:\\
\;\;\;\;z \cdot \left(6 \cdot y\right)\\
\mathbf{elif}\;z \leq 1.6 \cdot 10^{-6}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;6 \cdot \left(z \cdot y\right)\\
\end{array}
\]
| Alternative 8 |
|---|
| Accuracy | 99.6% |
|---|
| Cost | 576 |
|---|
\[x + z \cdot \left(6 \cdot \left(y - x\right)\right)
\]
| Alternative 9 |
|---|
| Accuracy | 99.7% |
|---|
| Cost | 576 |
|---|
\[x + \left(y - x\right) \cdot \left(6 \cdot z\right)
\]