Skip to content

Mathematical methods for finding the local or global minima of a function

Notifications You must be signed in to change notification settings

ricktjwong/optimisation-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minimisation-algorithms

Mathematical methods for finding the local or global minima of a function:

  1. One Dimensional Minimisation
    • Least squares methods
    • Parabolic method
  2. Multi-Dimensional Minimisation
    • Univariate method (extension of the one dimensional parabolic method)
    • Gradient descent
    • Newton's method
    • Quasi-Newton method
    • Monte Carlo minimisation (Simulated Annealing)

About

Mathematical methods for finding the local or global minima of a function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages