Giter Club home page Giter Club logo

basic-optimal-method's Introduction

basic-optimal-method

  • the project is intended to collect basic convex optimal methods and their extensions.
  • they are raw and of course not for commercial use. most of them haven't been packed yet.
  • for me, the project is for reviewing those algorithms, and i hope it may help you in some ways.
  • every class shall be updated within a week

descent-method

  • In fact, all the descent algorithms are examples of it, the difference is the norm they use
  • for convenience, all the descent algorithms equiped with backtracking line searching
  • examine it with "descent_method_main.jl"

gradient descent method

  • example of steepest descent method with l2 norm
  • use backtracking for line searching
  • not packed yet
  • example : x' * x

coordinate descent method

  • example of steepest descent method with l1 norm
  • use backtracking for line searching
  • not packed yet
  • example : x' * x

newton method

  • example of steepest descent method with hessian matrix
  • not packed yet
  • example : x' * x

Linear programming

Linear programming is never easy programming, clever trick and geomerical intuition lead us to a higher level

simplex method

  • in my opinion, the simplex consists of two stage: find the initial point and find the optimal point. and in the program, these two stages are based on geometrical intuition and easy to understand.

simplex method with cutting for Interger Programming

  • gomory's cutting strategy

basic-optimal-method's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

jacob-jinxy

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.