Question: How do I store Optimization result as float in .txt file?

Dear all,

I have to optimize polynomials with 10Mio data.

for i from 1 to ... do v[i]:=Optimization[NLPSolve](g(A[i,1],A[i,2],0.01273,x),x=0..3,method=branchandbound,maximize)[2]od;

This gives the result I wish, but formated like [x=0.] .

I would like to write only the x-values (floats) to a .txt file.

writedata("c:test.txt",v);

gives an error.

I must have the results on Friday, so would be very grateful for a fast answer.

Thank you in advance!

Please Wait...