Skip to content

Hartmann Function 4D- falsches Globales Minimum #116

@pKrus04

Description

@pKrus04

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions