Re: [Dclib-devel] Root-finding algorithm in DLib
Brought to you by:
davisking
|
From: Davis K. <dav...@us...> - 2015-02-05 01:01:44
|
It's designed for double. I don't think it will compile if you use any other type. Also, if you have an objective function that is so sensitive that you need long double precision then a derivative free optimizer like BOBYQA is almost certainly not appropriate for this task. Cheers, Davis |