Hello,
Hope you have read my previous post about USL...
I have played with the USL ported to the R language here:
http://www.inside-r.org/packages/cran/usl/docs
But when i have used the non-linear regression by
passing "nlxb" as a method , it didn't work on
the data.csv performance data file, because it reported
that:
Number of cores peak scalability is: Inf
And that's incorrect, because it must be 449,
so i have used polynomial regression and other
appromations on my USL program ported to
Delphi and FreePascal and it has worked correctly.
Thank you,
Amine Moulay Ramdane.