stan-dev / stan-dev/stan

Expose Quadratic optimizer with linear constraints

Open
#2,556 0 comments 0 reactions 1 assignee View on GitHub

@charlesm93 is already working on this.

Since Jun 23, 2018.

Dominant language
C++
Stars
2.8k
Forks
388
Avg merge
2d 17h
Merged PRs (30d)
15

Description

Summary:

This issue complements https://github.com/stan-dev/math/issues/888.

Description:

The "tricky" thing is that, in its current state, the quadratic optimizer takes in four functions as part of its arguments. This because the function that gets optimized and its linear constraints have a lot of structure, which is not captured if the user only passes one function.

All four functions take in three arguments, for parameter, real data, and integer data. They then respectively return a matrix, a vector, a vector, and a scalar.

Current Version:

v2.17.1

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.