File:Rastrigin function.png
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this preview: 800 × 438 pixels. Other resolutions: 320 × 175 pixels | 640 × 351 pixels | 1,024 × 561 pixels | 1,672 × 916 pixels.
Original file (1,672 × 916 pixels, file size: 106 KB, MIME type: image/png)
File information
Structured data
Captions
Summary
[edit]DescriptionRastrigin function.png |
English: Rastrigin Function |
Date | |
Source | Own work |
Author | Diegotorquemada |
Created with MATLAB with the following code:
x = linspace(-5.12,5.12,200);
y = linspace(-5.12,5.12,200);
f = @(x,y) 10*2 + x.^2 + y.^2 - 10*cos(2*pi*x) - 10*cos(2*pi*y);
[xx,yy] = meshgrid(x,y);
zz = reshape(f(xx(:),yy(:)), 200, 200);
figure
surfc(xx,yy,zz);
shading interp;
title('Rastrigin function','FontSize',16)
axis([-5.12 5.12 -5.12 5.12 -30 85])
Licensing
[edit]Public domainPublic domainfalsefalse |
I, the copyright holder of this work, release this work into the public domain. This applies worldwide. In some countries this may not be legally possible; if so: I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law. |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 01:58, 10 May 2010 | 1,672 × 916 (106 KB) | Diegotorquemada (talk | contribs) | {{Information |Description={{en|1=Rastrigin Function}} |Source={{own}} |Author=Diegotorquemada |Date=2010-05-09 |Permission= |other_versions= }} Created with MATLAB with the following code: x = linspace(-5.12,5.12,200); y = linsp |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
File usage on other wikis
The following other wikis use this file:
- Usage on ar.wikipedia.org
- Usage on de.wikipedia.org
- Usage on en.wikipedia.org
- Usage on fr.wikipedia.org
- Usage on ru.wikipedia.org
- Usage on www.wikidata.org