optimParallel
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 2 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.4%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: florafauna
- Language: R
- Default Branch: master
- Size: 180 KB
Statistics
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 2
- Releases: 0
Metadata Files
README.md
The R package optimParallel
The package provides a parallel versions of the L-BFGS-B optim method. If the evaluation of the function fn takes more than 0.1 seconds, optimParallel can significantly reduce the optimization time. For a p-parameter optimization, the speed increase is about factor 1+2p when no analytic gradient is specified and 1+2p processor cores are available.
See the R Journal article https://doi.org/10.32614/RJ-2019-030 for more information. It is also available as vignette.
R> vignette("optimParallel")
Owner
- Name: Florian Gerber
- Login: florafauna
- Kind: user
- Website: http://user.math.uzh.ch/gerber/
- Repositories: 4
- Profile: https://github.com/florafauna
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Committers
Last synced: almost 3 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Florian Gerber | f****r@g****m | 2 |
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 4
- Total pull requests: 0
- Average time to close issues: about 1 hour
- Average time to close pull requests: N/A
- Total issue authors: 4
- Total pull request authors: 0
- Average comments per issue: 1.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- HenrikBengtsson (1)
- mforoughifar (1)
- ambuehll (1)
- changwn (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- cran 6,630 last-month
- Total docker downloads: 43,400
-
Total dependent packages: 19
(may contain duplicates) -
Total dependent repositories: 20
(may contain duplicates) - Total versions: 9
- Total maintainers: 1
cran.r-project.org: optimParallel
Parallel Version of the L-BFGS-B Optimization Method
- Homepage: https://github.com/florafauna/optimParallel-R
- Documentation: http://cran.r-project.org/web/packages/optimParallel/optimParallel.pdf
- License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
-
Latest release: 1.0-2
published over 5 years ago
Rankings
Maintainers (1)
conda-forge.org: r-optimparallel
- Homepage: https://github.com/florafauna/optimParallel-R
- License: GPL-2.0-or-later
-
Latest release: 1.0_2
published almost 4 years ago
Rankings
Dependencies
- R >= 3.5 depends
- parallel * depends
- stats * depends
- R.rsp * suggests
- ggplot2 * suggests
- lbfgsb3c * suggests
- microbenchmark * suggests
- numDeriv * suggests
- roxygen2 * suggests
- spam * suggests
- testthat * suggests