Re: [Numpy-discussion] Random number generation and testing across different OS's.

2013-04-25 Thread Christian K.
Hi Andrew, Am 12.04.13 11:50, schrieb Andrew Nelson: > I have written a differential evolution optimiser that i use for > curvefitting. As a genetic optimisation technique it is stochastic and > relies heavily on random number generators to do the minimisation. As > part out of

Re: [Numpy-discussion] Random number generation and testing across different OS's.

2013-04-12 Thread Robert Kern
On Fri, Apr 12, 2013 at 8:20 PM, Andrew Nelson wrote: > I have written a differential evolution optimiser that i use for > curvefitting. As a genetic optimisation technique it is stochastic and > relies heavily on random number generators to do the minimisation. As > part > of t

Re: [Numpy-discussion] Random number generation and testing across different OS's.

2013-04-12 Thread Sebastian Berg
On Fri, 2013-04-12 at 10:50 -0400, Andrew Nelson wrote: > I have written a differential evolution optimiser that i use for > curvefitting. As a genetic optimisation technique it is stochastic and > relies heavily on random number generators to do the minimisation. As > part > of

[Numpy-discussion] Random number generation and testing across different OS's.

2013-04-12 Thread Andrew Nelson
I have written a differential evolution optimiser that i use for curvefitting. As a genetic optimisation technique it is stochastic and relies heavily on random number generators to do the minimisation. As part of the module tests I would like to write a cross-platform test that c