Hi,
Problem description
I'm doing some parameter estimation, using gfortran on mac 10.6.7.
I would like to see de optimization advances (time vs. experimental vs. model).
For that I make a gnuplot script.
From fortran I call the gnuplot script that uses x11 term (or aqua).
If I call gnuplot -persist, I will have a lot of opening windows that eat all system resources.
If I call without persist and use a pause -xx (> 3 for seeing something) at the end of gnuplot script, my optimization stops for so long that turns impossible to wait for a solution (sometimes there are more than 1000 iterations).
Question
I'm googling for some 24h and didn't found any solution.
I'm a newbie (I'm not a programmer!), I was pro. but in ZX81 and QL from sinclair , lololol!
Something is escaping me, sure there is a sollution.
Can you help me, please?
FGF
Hi all, again,
I'm not pushing you to help me!
In the Fortran program for parameter estimation, my model is a set of ODE's.
I tried http://www.netlib.org/odepack/
but I didn't saw how to pass parameters to the ODE.
If someone know's how or know's another package, please.....
because I'm working now with a subroutine (by me) with Euler method not to ..., you know, made by me!
I love
FGF
Problem description
I'm doing some parameter estimation, using gfortran on mac 10.6.7.
I would like to see de optimization advances (time vs. experimental vs. model).
For that I make a gnuplot script.
From fortran I call the gnuplot script that uses x11 term (or aqua).
If I call gnuplot -persist, I will have a lot of opening windows that eat all system resources.
If I call without persist and use a pause -xx (> 3 for seeing something) at the end of gnuplot script, my optimization stops for so long that turns impossible to wait for a solution (sometimes there are more than 1000 iterations).
Question
I'm googling for some 24h and didn't found any solution.
I'm a newbie (I'm not a programmer!), I was pro. but in ZX81 and QL from sinclair , lololol!
Something is escaping me, sure there is a sollution.
Can you help me, please?
FGF
Hi all, again,
I'm not pushing you to help me!
In the Fortran program for parameter estimation, my model is a set of ODE's.
I tried http://www.netlib.org/odepack/
but I didn't saw how to pass parameters to the ODE.
If someone know's how or know's another package, please.....
because I'm working now with a subroutine (by me) with Euler method not to ..., you know, made by me!
I love

FGF
Last edited by a moderator: