Skip to content
This repository has been archived by the owner on Aug 15, 2019. It is now read-only.

LBFGSFunctionOptimizer #1385

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

LBFGSFunctionOptimizer #1385

wants to merge 14 commits into from

Commits on Nov 8, 2018

  1. Implemented LBFGSFunctionOptimizer.

    LBFGSFunctionOptimizer allows the minimization of functions
    of type (Tensor1D => Scalar).
    DirkToewe committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    f70265d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb44c39 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Configuration menu
    Copy the full SHA
    4888d81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a5c72c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9eca300 View commit details
    Browse the repository at this point in the history
  4. Fixed more linting.

    DirkToewe committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    fbf5f85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    519df52 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a7bfdb View commit details
    Browse the repository at this point in the history
  7. Fixed more lints.

    DirkToewe committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    5c258db View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    239e255 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f7c63be View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eb4e86f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    303c5f7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    640058f View commit details
    Browse the repository at this point in the history