File:B2 optimization function.svg
Summary
Description |
English: B2 function, used as an optimization (to be minimized) test problem.
Français : La fonction B2, utilisée comme problème d'optimisation (à minimiser) test. |
||||||
Date | |||||||
Source | Johann Dréo (User:Nojhan) | ||||||
Author |
Vector: Category:Vectorizations |
||||||
Permission (Reusing this file) |
I, the copyright holder of this work, hereby publish it under the following license:
|
||||||
Other versions | File:B2 optimization function.png | ||||||
SVG development | |||||||
Source code | Gnuplot codeset terminal svg size 800,600 enhanced fname 'DejaVu Sans' fsize 10 butt solid
set output 'B2 optimization function.svg'
set isosample 100
min=-1
max=1
set hidden3d
set pm3d
set contour
splot [min:max] [min:max] x*x+2*y*y-0.3*cos(3*pi*x)-0.4*cos(4*pi*y)+0.7
|