DistanceDevelopment / mrds

R package for mark-recapture-distance-sampling analysis
GNU General Public License v3.0
4 stars 4 forks source link

MCDS.exe generating errors with io mrds models #89

Closed LHMarshall closed 9 months ago

LHMarshall commented 1 year ago

If you install MCDS.exe and then try to run mrds models with detection functions then mrds generates errors from MCDS.exe

A work around is to for mrds to only use the R optimiser for these models.

In the ddf call set the optimizer element of the control argument to "R"

ddf(..., control = list(optimizer = 'R'))
lenthomas commented 9 months ago

@LHMarshall to add code to check for double platform analyses and switch to optimizer = R and give out a warning. Then switch this issue to enhancement and priority or create new issue.

LHMarshall commented 9 months ago

Enhancement list as a new issue #95