KF

5 Reputation

One Badge

12 years, 174 days

MaplePrimes Activity


These are questions asked by KF

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.

Page 1 of 1