| Alternative 1 |
|---|
| Accuracy | 64.7% |
|---|
| Cost | 7382 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq 15000:\\
\;\;\;\;\sqrt{\frac{0.1111111111111111}{x}}\\
\mathbf{elif}\;x \leq 8.5 \cdot 10^{+98} \lor \neg \left(x \leq 2.9 \cdot 10^{+125}\right) \land \left(x \leq 8.6 \cdot 10^{+293} \lor \neg \left(x \leq 1.06 \cdot 10^{+302}\right)\right):\\
\;\;\;\;\sqrt{x} \cdot -3\\
\mathbf{else}:\\
\;\;\;\;3 \cdot \left(\sqrt{x} \cdot y\right)\\
\end{array}
\]
| Alternative 2 |
|---|
| Accuracy | 64.9% |
|---|
| Cost | 7382 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq 15000:\\
\;\;\;\;\sqrt{\frac{0.1111111111111111}{x}}\\
\mathbf{elif}\;x \leq 8.8 \cdot 10^{+98} \lor \neg \left(x \leq 2.7 \cdot 10^{+126} \lor \neg \left(x \leq 8.6 \cdot 10^{+293}\right) \land x \leq 2.3 \cdot 10^{+300}\right):\\
\;\;\;\;\sqrt{x} \cdot -3\\
\mathbf{else}:\\
\;\;\;\;y \cdot \left(\sqrt{x} \cdot 3\right)\\
\end{array}
\]
| Alternative 3 |
|---|
| Accuracy | 64.8% |
|---|
| Cost | 7381 |
|---|
\[\begin{array}{l}
t_0 := \sqrt{x} \cdot -3\\
\mathbf{if}\;x \leq 15000:\\
\;\;\;\;\sqrt{\frac{0.1111111111111111}{x}}\\
\mathbf{elif}\;x \leq 2.6 \cdot 10^{+98}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 3 \cdot 10^{+125}:\\
\;\;\;\;y \cdot \left(\sqrt{x} \cdot 3\right)\\
\mathbf{elif}\;x \leq 2.5 \cdot 10^{+293} \lor \neg \left(x \leq 6 \cdot 10^{+300}\right):\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;\sqrt{x} \cdot \left(3 \cdot y\right)\\
\end{array}
\]
| Alternative 4 |
|---|
| Accuracy | 99.3% |
|---|
| Cost | 7360 |
|---|
\[\left(\sqrt{x} \cdot 3\right) \cdot \left(\left(\left(\frac{0.1111111111111111}{x} + \left(y + 1\right)\right) + -1\right) + -1\right)
\]
| Alternative 5 |
|---|
| Accuracy | 84.9% |
|---|
| Cost | 7108 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq 0.00037:\\
\;\;\;\;\frac{\sqrt{x}}{-0.3333333333333333} \cdot \left(1 + \frac{-0.1111111111111111}{x}\right)\\
\mathbf{else}:\\
\;\;\;\;\sqrt{x} \cdot \left(-3 + 3 \cdot y\right)\\
\end{array}
\]
| Alternative 6 |
|---|
| Accuracy | 99.4% |
|---|
| Cost | 7104 |
|---|
\[3 \cdot \left(\sqrt{x} \cdot \left(y + \left(\frac{0.1111111111111111}{x} + -1\right)\right)\right)
\]
| Alternative 7 |
|---|
| Accuracy | 99.4% |
|---|
| Cost | 7104 |
|---|
\[\left(\sqrt{x} \cdot 3\right) \cdot \left(\left(y + \frac{0.1111111111111111}{x}\right) + -1\right)
\]
| Alternative 8 |
|---|
| Accuracy | 84.9% |
|---|
| Cost | 6980 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq 1.02 \cdot 10^{-8}:\\
\;\;\;\;\sqrt{\frac{0.1111111111111111}{x}}\\
\mathbf{else}:\\
\;\;\;\;3 \cdot \left(\sqrt{x} \cdot \left(y + -1\right)\right)\\
\end{array}
\]
| Alternative 9 |
|---|
| Accuracy | 84.9% |
|---|
| Cost | 6980 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq 0.00039:\\
\;\;\;\;\sqrt{x} \cdot \left(-3 + \frac{0.3333333333333333}{x}\right)\\
\mathbf{else}:\\
\;\;\;\;3 \cdot \left(\sqrt{x} \cdot \left(y + -1\right)\right)\\
\end{array}
\]
| Alternative 10 |
|---|
| Accuracy | 84.9% |
|---|
| Cost | 6980 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq 0.0065:\\
\;\;\;\;\sqrt{x} \cdot \left(-3 + \frac{0.3333333333333333}{x}\right)\\
\mathbf{else}:\\
\;\;\;\;\sqrt{x} \cdot \left(-3 + 3 \cdot y\right)\\
\end{array}
\]
| Alternative 11 |
|---|
| Accuracy | 65.3% |
|---|
| Cost | 6724 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq 15000:\\
\;\;\;\;\sqrt{\frac{0.1111111111111111}{x}}\\
\mathbf{else}:\\
\;\;\;\;\sqrt{x} \cdot -3\\
\end{array}
\]
| Alternative 12 |
|---|
| Accuracy | 40.7% |
|---|
| Cost | 6592 |
|---|
\[\sqrt{\frac{0.1111111111111111}{x}}
\]