Giter VIP home page Giter VIP logo

smooth_feedback's People

Contributors

hakiwen avatar pettni avatar tgurriet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

smooth_feedback's Issues

QP: Scaling and adaptive rho

  • Scaling algorithm is slightly different from osqp paper, should compare the two alternatives
  • Adaptive rho is not implemented

Allocate QP matrices once

To comply with coding standards that prohibit dynamic memory allocation.

QP:

  • Split work allocation and solving
  • Expose solving with pre-allocated workspace

MPC:

  • Split allocation and solving
  • Allocate on construction

ASIF:

  • Split allocation and solving
  • Allocate on construction

Make public

  • Implement P(I)D
  • Update readme
  • Add example with filter + (MPC / PID) + ASIF
    • Pub to ROS and create gif for repo
  • Use asserts instead of exceptions
  • cmake file for lapack
  • Eigen 3.4 in CI
  • Clean up benchmarks
    • one pipeline for problems, solve using three methods (osqp/sparse/dense)
    • add benchmark pic in readme
  • Template MPC on differentiation type
  • Don't require autodiff

Rethink time in MPC and ASIF

Problem: Need to differentiate w.r.t. time. Not possible when time is a chrono type

Alternative: At start take in t0 (chrono) and function (double -> X). At call t (chrono) evaluate at (t - t0).

Benchmark intel MKL LDLT algorithms.

The intel math kernel library (package libmkl-dev) contains both dense and sparse LDLT decompositions.

The dense version is a LAPACK implementation (dsytrf), must figure out how to link against it.

/usr/include/mkl/mkl_lapack.h

The sparse version can be interfaced with through the <Eigen/PardisoSupport> header.

/usr/include/mkl/mkl_pardiso.h

LDLT solvers

In use:
Dense:

  • lapacke
    Sparse:
  • custom

Available:

Dense:

  • MKL pardiso dsytrs (might be used automatically if MKL is linked..)
  • Eigen::LDLT seems like it would not cause problems as long as a zero is not encountered..
    Sparse:
  • MKL pardiso LDLT via <Eigen/ParsidoSupport> supports indefinite matrices. This will likely be faster

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.