Re: [math] Problem with parsing of OptimizationData arguments in optim package

2013-11-16 Thread Thomas Neidhart
On 11/16/2013 09:13 PM, Gilles wrote: > On Sat, 16 Nov 2013 18:17:15 +0100, Thomas Neidhart wrote: >> Hi, >> >> while working on MATH-970, I realized that the current way of handling >> all the OptimizationData arguments for the optimize and >> parseOptimizationData methods is somehow flawed. >> >>

Re: [math] Problem with parsing of OptimizationData arguments in optim package

2013-11-16 Thread Gilles
On Sat, 16 Nov 2013 18:17:15 +0100, Thomas Neidhart wrote: Hi, while working on MATH-970, I realized that the current way of handling all the OptimizationData arguments for the optimize and parseOptimizationData methods is somehow flawed. All the OptimizationData is parsed and stored in the i

[math] Problem with parsing of OptimizationData arguments in optim package

2013-11-16 Thread Thomas Neidhart
Hi, while working on MATH-970, I realized that the current way of handling all the OptimizationData arguments for the optimize and parseOptimizationData methods is somehow flawed. All the OptimizationData is parsed and stored in the instance itself, but not reset between subsequent calls of optim