« Return to Thread: Calling libLBFGS from within YAP

Re: Calling libLBFGS from within YAP

by Vitor Santos Costa-2 :: Rate this Message:

Reply to Author | View in Thread

Hi Bernd

Thanks! It looks like a nice package. If there is interest I will be
happy to include it as a package in the YAP distribution.

Cheers

Vitor

On Fri, Apr 24, 2009 at 10:21 AM, Bernd Gutmann <post@...> wrote:

> Hi all.
>
> I guess not so many people are using Prolog for numerical optimization
> problems. For the few amongst you trying to minimize a function
> f(x1, ... , xn)
> in YAP: There is help. :)
>
>
> I just finished a small interface to libLBFGS which is a fast C
> library to perform this task. All you have to do is, provide a
> predicate which calculates the function value F(X) as well as the
> gradient vector and then you let libLBFGS do the rest for you.
>
> YAP-LBFGS is a module providing the functionality of libLBFGS within
> YAP. It's tested and works nicely under Mac OS and also (if you're
> willing to change the Make file) under Linux.
>
> If you're interested have a look at http://www.cs.kuleuven.be/~bernd/yap-lbfgs/
> In case you find bugs or have questions, send me a mail.
>
>
> (Sorry in case this mail was sent twice - I'm struggling here with the
> security policy of our departmental mail server).
>
> Kind Regards
> Bernd
> -------------------------------------------------------------------------------
> Bernd Gutmann <Bernd.Gutmann@...>
> Dept. of Computer Science
> Katholieke Universiteit Leuven
> Phone: +32 16 32 7576
> Skype: kopoltra
> http://www.cs.kuleuven.be/~bernd
> -------------------------------------------------------------------------------
>
> Please avoid sending me Word or PowerPoint attachments.
> See http://www.gnu.org/philosophy/no-word-attachments.html
>
>
>
>
>
>
>
> ------------------------------------------------------------------------------
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensign option that enables unlimited
> royalty-free distribution of the report engine for externally facing
> server and web deployment.
> http://p.sf.net/sfu/businessobjects
> _______________________________________________
> Yap-users mailing list
> Yap-users@...
> https://lists.sourceforge.net/lists/listinfo/yap-users
>

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Yap-users mailing list
Yap-users@...
https://lists.sourceforge.net/lists/listinfo/yap-users

 « Return to Thread: Calling libLBFGS from within YAP