Skip to content

Commit a7ebe86

Browse files
committed
1 parent 5d593d9 commit a7ebe86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DiffTests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function ackley(x)
104104
sum_sqrs += i^2
105105
end
106106
return (-a * exp(b * sqrt(len_recip*sum_sqrs)) -
107-
exp(len_recip*sum_cos) + a + e)
107+
exp(len_recip*sum_cos) + a + exp(1))
108108
end
109109

110110
self_weighted_logit(x) = inv(1.0 + exp(-dot(x, x)))

0 commit comments

Comments
 (0)