Hello,
I have implemented my Universal Scalability Law for Delphi and FreePascal..
Where do you use it ?
You use it for example to optimize more the cost/performance on
multicores and manycores.
With -nlr option means that the problem will be solved with the
mathematical nonlinear regression using the simplex method as a
minimization, if you don't specify -nlr, the problem will be solved by
default by the mathematical polynomial regression, and since it uses
regression , you can use it for example to test your system on many more
cores with just a few points, and after that using regression it searchs
for the cost/performance that is optimal for you.
Please read more about my Universal Scalability Law for Delphi and
FreePascal, it comes with a graphical and a command-line program.
You can read about it and download it from here:
https://sites.google.com/site/aminer68/universal-scalability-law-for-delphi-and-freepascal
Thank you,
Amine Moulay Ramdane.