diff options
author | RemyaDebasis | 2018-07-24 10:19:25 +0530 |
---|---|---|
committer | RemyaDebasis | 2018-07-24 10:19:25 +0530 |
commit | 75947a7aa5a3955fe5a72e09f55bbdc05e3b8751 (patch) | |
tree | 23573b967e8324d44226379d70559b8f0ea34905 /code/fminimax/Davidson2Problem.sce | |
parent | 392bc1326ebccd63e40cb55a82116208a54f2478 (diff) | |
download | FOT_Examples-75947a7aa5a3955fe5a72e09f55bbdc05e3b8751.tar.gz FOT_Examples-75947a7aa5a3955fe5a72e09f55bbdc05e3b8751.tar.bz2 FOT_Examples-75947a7aa5a3955fe5a72e09f55bbdc05e3b8751.zip |
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 |