Skip to content

Commit 6cd3051

Browse files
authored
Merge pull request #1042 from herbie-fp/zane-fix-extra-variable-in-benchmark
Remove extra variable y.
2 parents f6192fb + 1358967 commit 6cd3051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/mathematics/logistic-regression.fpcore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010

1111
(- (log (+ 1 (exp x))) (* x y)))
1212

13-
(FPCore (x y)
13+
(FPCore (x)
1414
:name "Logistic function from Lakshay Garg"
1515
(- (/ 2 (+ 1 (exp (* -2 x)))) 1))

0 commit comments

Comments
 (0)