Expose Quadratic optimizer with linear constraints
Open
@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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.