Is there a worked-out example of L-BFGS / L-BFGS-B?

Click For Summary
SUMMARY

The discussion focuses on the implementation of the L-BFGS and L-BFGS-B algorithms, specifically seeking a detailed, worked-out example similar to the tutorial provided by McMaster University. The user expresses difficulty in understanding the steps involved in these algorithms and requests a comprehensive guide that explains the output of each iteration for a simple problem. The conversation highlights the need for practical examples to facilitate better understanding of these optimization techniques.

PREREQUISITES
  • Understanding of optimization algorithms, specifically L-BFGS and L-BFGS-B.
  • Familiarity with programming languages that support these algorithms, such as Python or Fortran.
  • Basic knowledge of numerical methods and iterative processes.
  • Experience with algorithm implementation and debugging techniques.
NEXT STEPS
  • Research "L-BFGS algorithm implementation in Python" for practical coding examples.
  • Study "Numerical optimization techniques" to deepen understanding of iterative methods.
  • Explore "Fortran implementations of L-BFGS-B" for language-specific insights.
  • Review "Optimization problem examples" to practice applying L-BFGS in various scenarios.
USEFUL FOR

Data scientists, machine learning practitioners, and software developers interested in implementing optimization algorithms like L-BFGS and L-BFGS-B for various applications.

chintanp
Messages
1
Reaction score
0
I have seen the implementation of L-BFGS-B by authors in Fortran and ports in several languages. I am trying to implement the algorithm on my own.

I am having difficulty grasping a few steps. Is there a worked out example using L-BFGS or L-BFGS-B ? Something similar to http://www.cas.mcmaster.ca/~cs4te3/tutorials/BFGS.pdf explaining the output of each step in an iteration for a simple problem.
 
Technology news on Phys.org
Try computer science forum
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
13K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 19 ·
Replies
19
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 18 ·
Replies
18
Views
6K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 19 ·
Replies
19
Views
19K
Replies
29
Views
5K