[ADMB Users] Objective function value in 64 bit ADMB

CHRIS GRANDIN cgrandin at shaw.ca
Mon Oct 4 08:34:01 PDT 2010


Thank you Dave.  And thanks to all who replied. Of course I was looking at the memory address instead of the value! D'oh.

I found another, probably more common way to do this--
declare in the PARAMETER_SECTION:
objective_function_value f;
then in the REPORT_SECTION:
report<<f<<endl;

Chris


----- Original Message -----
From: dave fournier <davef at otter-rsch.com>
Date: Sunday, October 3, 2010 10:52 pm
Subject: Re: [ADMB Users] Objective function value in 64 bit ADMB
To: users at admb-project.org

> try
> 
>    report<<  
> *objective_function_value::pobjfun<<  endl;
> 
> 
> _______________________________________________
> Users mailing list
> Users at admb-project.org
> http://lists.admb-project.org/mailman/listinfo/users
> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.admb-project.org/pipermail/users/attachments/20101004/7040cbaa/attachment.html>


More information about the Users mailing list