quadprog

Quadratic Programming Solver

https://github.com/quadprog/quadprog

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    2 of 7 committers (28.6%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.3%) to scientific vocabulary

Keywords from Contributors

molecular-dynamics-simulation
Last synced: 10 months ago · JSON representation

Repository

Quadratic Programming Solver

Basic Info
  • Host: GitHub
  • Owner: quadprog
  • License: gpl-2.0
  • Language: C
  • Default Branch: master
  • Homepage:
  • Size: 97.7 KB
Statistics
  • Stars: 206
  • Watchers: 10
  • Forks: 40
  • Open Issues: 9
  • Releases: 4
Created almost 11 years ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

quadprog: Quadratic Programming Solver (Python)

.github/workflows/build-and-test.yaml

``` Solve a strictly convex quadratic program

Minimize 1/2 x^T G x - a^T x Subject to C.T x >= b

This routine uses the the Goldfarb/Idnani dual algorithm [1].

References

... [1] D. Goldfarb and A. Idnani (1983). A numerically stable dual method for solving strictly convex quadratic programs. Mathematical Programming, 27, 1-33. ```

Installation

pip install quadprog

Dependencies

  • Runtime
    • numpy
  • Installation
    • numpy
    • C compiler if installing from sdist
    • Cython if building from source

Developing

See docs/DEVELOP.md.

Owner

  • Name: quadprog
  • Login: quadprog
  • Kind: organization

GitHub Events

Total
  • Issues event: 3
  • Watch event: 18
  • Delete event: 1
  • Issue comment event: 2
  • Push event: 4
  • Pull request event: 3
  • Fork event: 2
  • Create event: 2
Last Year
  • Issues event: 3
  • Watch event: 18
  • Delete event: 1
  • Issue comment event: 2
  • Push event: 4
  • Pull request event: 3
  • Fork event: 2
  • Create event: 2

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 68
  • Total Committers: 7
  • Avg Commits per committer: 9.714
  • Development Distribution Score (DDS): 0.544
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Robert McGibbon r****o@g****m 31
Preeyan Parmar 4****n 21
Bart Durlinger b****t@b****l 11
Takehiro Sano s****o@m****p 2
Tuomas Välimäki t****i@t****i 1
Simon Tindemans s****s@t****l 1
Leon Wehrhan 3****n 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 27
  • Total pull requests: 27
  • Average time to close issues: 6 months
  • Average time to close pull requests: about 2 months
  • Total issue authors: 26
  • Total pull request authors: 9
  • Average comments per issue: 3.52
  • Average comments per pull request: 0.63
  • Merged pull requests: 24
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 3
  • Pull requests: 4
  • Average time to close issues: 2 days
  • Average time to close pull requests: about 8 hours
  • Issue authors: 3
  • Pull request authors: 2
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.25
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • stephane-caron (2)
  • Laurenz0908 (1)
  • xinsongyan (1)
  • SONGLEI-arch (1)
  • mmmarinho (1)
  • erikbrinkman (1)
  • LouisLeNezet (1)
  • feiyuxiaoThu (1)
  • PierreQuinton (1)
  • rmcgibbo (1)
  • christianthilker (1)
  • pyr195318 (1)
  • BenoitPauwels (1)
  • bakhbyergyen7 (1)
  • ain-soph (1)
Pull Request Authors
  • preeyan (15)
  • jmoralez (5)
  • mergenthaler (2)
  • HKaras (2)
  • ghost (2)
  • BartDur (1)
  • tvalimaki (1)
  • AntoineD (1)
  • dependabot[bot] (1)
  • simontindemans (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (1)

Packages

  • Total packages: 2
  • Total downloads:
    • pypi 346,980 last-month
  • Total docker downloads: 4,434
  • Total dependent packages: 25
    (may contain duplicates)
  • Total dependent repositories: 205
    (may contain duplicates)
  • Total versions: 15
  • Total maintainers: 4
pypi.org: quadprog

Quadratic Programming Solver

  • Versions: 14
  • Dependent Packages: 24
  • Dependent Repositories: 204
  • Downloads: 346,832 Last month
  • Docker Downloads: 4,434
Rankings
Dependent packages count: 0.6%
Dependent repos count: 1.1%
Downloads: 1.5%
Docker downloads count: 2.9%
Average: 3.0%
Stargazers count: 5.3%
Forks count: 6.4%
Maintainers (3)
Last synced: 10 months ago
pypi.org: quadprog-wheel

Quadratic Programming Solver with wheel packages

  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 148 Last month
Rankings
Dependent packages count: 4.8%
Stargazers count: 5.3%
Forks count: 6.4%
Average: 11.6%
Downloads: 20.1%
Dependent repos count: 21.6%
Maintainers (1)
Last synced: 11 months ago

Dependencies

requirements_develop.txt pypi
  • Cython * development
  • build * development
requirements_test.txt pypi
  • pytest * test
  • scipy * test
setup.py pypi
  • numpy *