MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: "In progress" saving of data collected using Reap/Sow

  • To: mathgroup at smc.vnet.net
  • Subject: [mg66174] Re: "In progress" saving of data collected using Reap/Sow
  • From: "Giacomo Ciani" <giacomo.ciani at gmail.com>
  • Date: Wed, 3 May 2006 02:44:38 -0400 (EDT)
  • References: <e2v5pu$n64$1@smc.vnet.net><e31uvn$hed$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Ok, I supposed I didn't explained so good... I needed an efficient way
of collecting in a variable data generated in a loop; to do this, using
Reap/Saw is a good solution, except that there is no direct way of
saving data till all the iteration are finished.
Anyway I already found convenient solution fot that. In addition, your
suggestion solves onether problem of mines, that is report the
calculation progress quite often without filling the notebook's output
whit a lot of lines like:

0.1 % done
0.2 % done
0.3 % done
...

Thank a lot!

Giacomo


  • Prev by Date: Selecting Many Things Rather Than Selecting One Thing From Many
  • Next by Date: Faster Random Walk Simulation ?!?
  • Previous by thread: Re: "In progress" saving of data collected using Reap/Sow
  • Next by thread: Re: "In progress" saving of data collected using Reap/Sow