%% Comparison of 6 solvers, rastriginsfcn
% myRastrigOpt.m
rf2=@(x) rastriginsfcn(x/10)
x=linspace(-30,30,35); y=x;
[X,Y]=meshgrid(x,y);

