R/f_rastrigin.R

f_rastrigin <-
function(x) {
d <- length(x)
10*d+sum(x*x-10*cos(2*pi*x))
}

Try the b6e6rl package in your browser

Any scripts or data that you put into this service are public.

b6e6rl documentation built on May 1, 2019, 11:24 p.m.