Giter Club home page Giter Club logo

cvxpy's People

Watchers

 avatar

cvxpy's Issues

Address inconsistencies for parameter_axis

Currently we refer to the parameter_axis as the first dimension, but the DPP/cvxpylayers papers puts it as the last (third) dimension. We need to adjust to avoid further confusions. This will also lead consistency for the row and col axis.

In terms of implementation, only the NumPy backend requires major changes. The other ones will probably only involve updating some docstrings.

complete implementation for functions that use select_rows

select_rows and apply_all have just been completed today.

here is a list of functions that can now be completed easily (apply_all):

  • promote
  • hstack
  • neg
  • sum_entries
  • diag_vec

For select_rows we have the following:

  • index
  • vstack
  • transpose
  • upper_tri
  • diag_mat

complete implementation for numpy backend.

In order to finalise the numpy backend, we must complete the implementation for the following 10 methods.
Some of them are very similar, so we should be able to finish a couple at a time. (ex: kron_r and kron_l, r_mul, etc.)

  • parametrised_mul
  • rmul
  • parametrised_rmul
  • mul_elementwise
  • mul_elementwise_param
  • div
  • trace
  • conv
  • kron_r
  • kron_l

revamp unit test suite

currently, there are some unit-tests that do not make use of the fixtures I have created last time. For example, in test_parametrized_mul, we are still hardcoding ScipyTensorView as we are passing "hardcoded parameters to it". This should be changed to allow seamless testing for all backends.

add implementation for Numpy multiply

multiply is the most important function that is reused in other functionalities. for example, all of kron, parametrised_mul, conv make use of multiply.

pygraphBLAS implementation

set the foundation for the stacked-slices --> pygraphBLAS.
import equivalent graph algorithms to common linear algebra operations (mul, kronecker, reshaping, etc.)

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.