diff options
Diffstat (limited to 'code/fminimax/Davidson2Problem.sce')
-rw-r--r-- | code/fminimax/Davidson2Problem.sce | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/fminimax/Davidson2Problem.sce b/code/fminimax/Davidson2Problem.sce index e00bdc2..ea7b786 100644 --- a/code/fminimax/Davidson2Problem.sce +++ b/code/fminimax/Davidson2Problem.sce @@ -1,4 +1,4 @@ -// J.Hald, K Madsen, Reference:Combined LP and quasi-Newton methos for minimax optimization, Mathematical Programming, Springer, 1981 +// J.Hald, K Madsen, Combined LP and quasi-Newton methods for minimax optimization, Mathematical Programming, Springer, 1981 // Min F = max|fi(x)| // fi(X) = (X1 + X2*ti - exp(ti))^2 + (X3 + X4*sin(ti) - cos(ti))^2 where i varies from 1 to 20 // ti = 0.2i |