Skip to content

Commit 44bf7bf

Browse files
authored
Update ishigami.R
1 parent 2769828 commit 44bf7bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/samples/ishigami.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ ishigami <- function (x)
55
sin(x[, 1]) + A * sin(x[, 2])^2 + B * x[, 3]^4 * sin(x[,1])
66
}
77

8-
cat(' ',ishigami(cbind(?a , ?b , ?c )),"\n")
8+
cat('i=',ishigami(cbind(?a , ?b , ?c )),"\n")

0 commit comments

Comments
 (0)