Giter Club home page Giter Club logo

Comments (6)

PatWie avatar PatWie commented on June 14, 2024

The L-BFGS-B is very sensitive to the objective function and initialization of the Rosenbrock function. I can solve a dual SVM with the implementation. I know that the step-width function is not the best choice yet. Thats on my todo-list.

from cppnumericalsolvers.

spinicist avatar spinicist commented on June 14, 2024

Have you made any progress on this issue? I am having the exact same problem. Lbfgs does make progress, but Lbfgsb only returns the initial guess.

Interestingly, if I add print statements inside my objective function, I can see that it is evaluating points with a better residual, but doesn't give them back?

from cppnumericalsolvers.

PatWie avatar PatWie commented on June 14, 2024

There was anther paper about L-BFGS-B I was not aware of. Before making any new commit I have to debug my implementation of the HZ update rule which would find points satisfying both Wolfe-conditions. That's definitely the plan: making L-BFGS-B working on the Rosenbrock function.

from cppnumericalsolvers.

spinicist avatar spinicist commented on June 14, 2024

Okay - I'm looking forward to trying it when you have finished debugging!

from cppnumericalsolvers.

PatWie avatar PatWie commented on June 14, 2024

I added the linear search of MoreThuente. However, the refactoring destroyed the L-BFGS-B.

from cppnumericalsolvers.

PatWie avatar PatWie commented on June 14, 2024

See unittest. Lbfgsb is mow working again

from cppnumericalsolvers.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.