[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.programming.threads

Here is my contributions of my USL programs..

Ramine

4/18/2016 4:18:00 PM

Hello....


Here is my contributions of my USL programs..

I have first implemented a solver for my USL program that
is polynomial regression, this solver must make
the a0 coefficient of the mathematical series to 0, but this solver
is not so efficient as my other solver that i have implemented
that is nonlinear regression using the simplex method of
of Nelder and Mead as a function minimization, this nonlinear
solver that i have implemented works perfectly and is more
efficient than the solver that uses polynomial regression,
also my contribution is my USL programs that is called usl_graph
that provides you with a more interractive graphical chart that
permit you to optimize more the criterion of the cost, i think
that the other R package is less powerful on this option.

Also in my USL programs i have calculated and feed my nonlinear solver
with partial derivatives of the USL equation:

C(N) = N/(1 + α (N â?? 1) + β N (N â?? 1))

I have calculated the partial derivative with respect to
α of the above USL equation, and i have calculated the partial
derivative with respect to β of the above USL equation, and the
two partial derivatives must be given to my nonlinear solver
that uses the simplex method of of Nelder and Mead as a function
minimization.

Please try my USL programs because they are working great and
they predict scalability !

I have included the 32 bit and 64 bit windows executables of my
programs inside the zip file to easy the job for you.

You can download my USL programs version 3.0 with the source code from:

https://sites.google.com/site/aminer68/universal-scalability-law-for-delphi-and-...


Thank you,
Amine Moulay Ramdane.