home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / adaptor / examples / hpf_gen / simplex / readme < prev    next >
Encoding:
Text File  |  1993-06-25  |  611 b   |  19 lines

  1. simplex.f : Simplex algorithm
  2.  
  3. afiro : Example input file
  4.  
  5.  
  6. setenv NP 4
  7. cube < afiro
  8.  
  9. Most interesting feature: The algorithm has different outputs for
  10. different number of processors, but the output values are always local
  11. minimas.
  12.  
  13. NP = 1 : Minmum is Z =    -464.75314285714 ( 8, 15 iterations)
  14. NP = 2 : Minmum is Z =     144.24800000000 (11, 22 iterations)
  15. NP = 3 : Minmum is Z =    -464.75314285714 ( 7, 14 iterations)
  16. NP = 4 : Minmum is Z =     144.24800000000 (16, 24 iterations)
  17. NP = 5 : Minmum is Z =    -464.75314285714 ( 8, 15 iterations)
  18. NP = 6 : Minmum is Z =     144.24800000000 (10, 21 iterations)
  19.