| Alternative 1 |
|---|
| Accuracy | 98.2% |
|---|
| Cost | 19808 |
|---|
\[\left(3 \cdot s\right) \cdot \left(\mathsf{log1p}\left(\mathsf{fma}\left({\left(u + -0.25\right)}^{2}, 1.7777777777777777, \mathsf{fma}\left(1.3333333333333333, u, -0.3333333333333333\right)\right)\right) - \mathsf{log1p}\left({\left(u + -0.25\right)}^{3} \cdot -2.3703703703703702\right)\right)
\]
| Alternative 2 |
|---|
| Accuracy | 98.3% |
|---|
| Cost | 3552 |
|---|
\[\mathsf{log1p}\left(\frac{\left(-u\right) - -0.25}{0.75}\right) \cdot \left(3 \cdot \left(-s\right)\right)
\]
| Alternative 3 |
|---|
| Accuracy | 96.1% |
|---|
| Cost | 3488 |
|---|
\[-3 \cdot \left(s \cdot \log \left(1.3333333333333333 + u \cdot -1.3333333333333333\right)\right)
\]
| Alternative 4 |
|---|
| Accuracy | 97.9% |
|---|
| Cost | 3488 |
|---|
\[-3 \cdot \left(s \cdot \mathsf{log1p}\left(\left(u + -0.25\right) \cdot -1.3333333333333333\right)\right)
\]
| Alternative 5 |
|---|
| Accuracy | 98.3% |
|---|
| Cost | 3488 |
|---|
\[s \cdot \left(\mathsf{log1p}\left(\frac{0.25 - u}{0.75}\right) \cdot -3\right)
\]
| Alternative 6 |
|---|
| Accuracy | 29.9% |
|---|
| Cost | 160 |
|---|
\[3 \cdot \left(s \cdot u\right)
\]