close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

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)

modelDef.oza (4.9 KB) - added by Iván Robles 17 years ago.
File .oza necessary to run the code

Download all attachments as: .zip

Change History (3)

Changed 17 years ago by Iván Robles

Attachment: modelDef.oza added

File .oza necessary to run the code

comment:1 Changed 17 years ago by Víctor de Buen Remiro

Status: newassigned

Sorry, I've checked it in the standard way, but I cannot reproduce this bug running it until 1000 times

http://cvs.tol-project.org/viewcvs.cgi/*checkout*/tol_tests/tol/Bugzilla/bug_000602/test.tol?rev=1.1

Thanks for reporting.

comment:2 Changed 16 years ago by Víctor de Buen Remiro

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.