Skip to content

vepiteski/LSDescent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LSDescent

Several line search descent methods for unconstrained optimization. Currently, variants of the conjugate gradient, quasi-Newton (BFGS) either using full matrices or the Limited memory version and Newton's method using the spectral factorization are provided.

Installing

julia> Pkg.add("https://github.com/vepiteski/LSDescent.git")

Stopping

The stopping conditions for the algorithms are controlled by the package Stopping.

Line Search

Line searches are defined in https://github.com/vepiteski/OneDmin.git

Known issues

  • The bfgs and L-bfgs will need to be updated to uniformize the possibility of specifying the "scale" parameter.
  • The wrappers for conjugate gradient variants are currently not working, needing updating.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages