Giter Site home page Giter Site logo

joe-lynch / numerical-optimisation Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.5 MB

Numerical optimisation methods including the cauchy point, dogleg point, line search and steepest descent.

MATLAB 100.00%
matlab numerical-optimization continuous-optimization dogleg-method cauchy-point

numerical-optimisation's Introduction

File Descriptions

dogleg.m

To run this function call dogleg(xn, fx, gx, H, H_, delta)
[although is called as part of tr_dogleg]

where

  • xn : initial point
  • fx : actual function
  • gx : gradient function
  • H : Hessian matrix
  • H_ : inverse Hessian matrix
  • delta : radius of the trust region

sr1.m

To run this function call sr1(H, H_, d, y, eta)
[although is called as part of tr_dogleg]

where

  • H : Hessian matrix
  • H_ : inverse Hessian matrix
  • d : step between two points
  • y : difference between gradient values
  • eta : small value greater than zero

tr_dogleg.m

To run this function call tr_dogleg(f, df, H, H_, xn, delta, delmax, rho_ac, tol)

where

  • f : actual function
  • df : gradient function
  • H : Hessian matrix
  • H_ : inverse Hessian matrix
  • xn : initial point
  • delta : radius of the trust region
  • delmax : maximum radius of the trust region
  • rho_ac : accuracy
  • tol : tolerance

Note that eta, is defined as 10^(-6) in the file tr_dogleg.m

numerical-optimisation's People

Contributors

joe-lynch avatar

Stargazers

 avatar

Watchers

 avatar

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.