Opened 17 years ago
Closed 16 years ago
#602 closed defect (fixed)
Functions estimate doesn't always run in the same way
Reported by: | Iván Robles | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | Math | Version: | head |
Severity: | blocker | Keywords: | |
Cc: |
Description
When you run the following code in Tol v1.1.7 b.0.10.alpha, sometimes the function estimate returns one set, and sometimes the estimate gives the following error:
ERROR: [2] La evaluación de la función objetivo ha fallado.
ERROR: [3] Marquardt falló en la iteración (1)
Code:
Set Ois.Load("C:\modelDef.oza");
Set For(1,100,Set (Real k){
Estimate(ModelsDef,y2004m02d29,y2008m04d30)
});
Find attached the file .oza
Attachments (1)
Change History (3)
Changed 17 years ago by
Attachment: | modelDef.oza added |
---|
comment:1 Changed 17 years ago by
Status: | new → assigned |
---|
Sorry, I've checked it in the standard way, but I cannot reproduce this bug running it until 1000 times
Thanks for reporting.
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
File .oza necessary to run the code