home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / LinAlg 3.1 / LinAlg / vhjmin.dat < prev    next >
Encoding:
Text File  |  1995-12-21  |  1.7 KB  |  70 lines  |  [TEXT/CWIE]

  1.  
  2.  
  3.  
  4.         Verify HJMIN multidimensional minimizer
  5.  
  6.  
  7.     Rosenbroke function
  8.  
  9.  
  10.     f = 100*(x2-x1^2)^2 + (1-x1)^2
  11.  
  12.  
  13. Initial guess         b0 =      -1.2          1  
  14. Function value at it  f0 = 24.2
  15. Initial steps         h0 =        10         10  
  16.  
  17. Minimum f value found f  = 6.97611e-11
  18.                   at  b  =         1          1  
  19. Final steps           h =     1e-15      1e-15  
  20. Exact min location    bm =         1          1  
  21. No. of iterations     ni = 270
  22.  
  23.  
  24.     Bocks function
  25.  
  26.  
  27.     f = [ exp(-1/10) - exp(-x1/10) + exp(-10/10) -exp(-x2/10) ]^2
  28.  
  29.  
  30. Initial guess         b0 =         0          0  
  31. Function value at it  f0 = 0.528941
  32. Initial steps         h0 = 10
  33.  
  34. Minimum f value found f  = 0
  35.                   at  b  =        10          1  
  36. Exact min location    bm =        10          1  
  37. No. of iterations     ni = 89
  38.  
  39.  
  40.     Mile & Cuntrell function
  41.  
  42.  
  43.     f = [ exp(x1)-x2 ]^4 +100(x2-x3)^6 + atan(x3-x4)^4 + x1^8
  44.  
  45.  
  46. Initial guess         b0 =         1          2          2          2  
  47. Function value at it  f0 = 1.26618
  48. Initial steps         h0 = 10
  49.  
  50. Minimum f value found f  = 4.1179e-27
  51.                   at  b  =  1.49e-08          1          1          1  
  52. Exact min location    bm =         0          1          1          1  
  53. No. of iterations     ni = 227
  54.  
  55.  
  56.     Powell function
  57.  
  58.  
  59.     f = (x1+10*x2)^2 + 5(x3-x4)^2 + (x2-2x3)^4 + 10(x1-x4)^4
  60.  
  61.  
  62. Initial guess         b0 =         3         -1          0          1  
  63. Function value at it  f0 = 215
  64. Initial steps         h0 =        10         10         10         10  
  65.  
  66. Minimum f value found f  = 0
  67.                   at  b  =         0          0          0          0  
  68. Exact min location    bm =         0          0          0          0  
  69. No. of iterations     ni = 154
  70.