You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bei der Hartman Funktion ist als globales minimum der Wert -3.3224 hinterlegt. Geb ich die in der Funktion beschrieben Koordinaten ein, kommt aber der Wert -3.656287 heraus.
Erstellung der HartmannFunction
r = makeHartmannFunction(4)
r(c(0.20169,0.150011,0.476874,0.275332))
Diese Angaben sind für die Hartmann Function hinterlegt:
"Name: 4-d Hartmann Function
Description: no description
Tags: single-objective, scalable, continuous, multimodal, differentiable
Noisy: FALSE
Minimize: TRUE
Constraints: TRUE
Number of parameters: 4
Type len Def Constr Req Tunable Trafo
x numericvector 4 - 0 to 1 - TRUE -
Global optimum objective value of -3.3224 at
x1 x2 x3 x4
1 0.20169 0.150011 0.476874 0.275332"
Eingabe der hinterlegten Koordinaten in die HartmannFunction
r(c(0.20169,0.150011,0.476874,0.275332))
Return value:
[1] -3.656287
The text was updated successfully, but these errors were encountered:
Bei der Hartman Funktion ist als globales minimum der Wert -3.3224 hinterlegt. Geb ich die in der Funktion beschrieben Koordinaten ein, kommt aber der Wert -3.656287 heraus.
Erstellung der HartmannFunction
r = makeHartmannFunction(4)
r(c(0.20169,0.150011,0.476874,0.275332))
Diese Angaben sind für die Hartmann Function hinterlegt:
"Name: 4-d Hartmann Function
Description: no description
Tags: single-objective, scalable, continuous, multimodal, differentiable
Noisy: FALSE
Minimize: TRUE
Constraints: TRUE
Number of parameters: 4
Type len Def Constr Req Tunable Trafo
x numericvector 4 - 0 to 1 - TRUE -
Global optimum objective value of -3.3224 at
x1 x2 x3 x4
1 0.20169 0.150011 0.476874 0.275332"
Eingabe der hinterlegten Koordinaten in die HartmannFunction
r(c(0.20169,0.150011,0.476874,0.275332))
Return value:
[1] -3.656287
The text was updated successfully, but these errors were encountered: