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
Last synced: 11 months ago · JSON representation

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
Created over 5 years ago · Last pushed over 5 years ago
Metadata Files
Readme

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

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 2
  • Total Committers: 1
  • Avg Commits per committer: 2.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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

  • Versions: 8
  • Dependent Packages: 18
  • Dependent Repositories: 20
  • Downloads: 6,630 Last month
  • Docker Downloads: 43,400
Rankings
Dependent packages count: 3.6%
Downloads: 5.1%
Dependent repos count: 6.3%
Average: 12.7%
Stargazers count: 18.3%
Forks count: 21.0%
Docker downloads count: 22.1%
Last synced: 12 months ago
conda-forge.org: r-optimparallel
  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 0
Rankings
Dependent packages count: 28.8%
Dependent repos count: 34.0%
Average: 44.0%
Stargazers count: 55.7%
Forks count: 57.4%
Last synced: 11 months ago

Dependencies

optimParallel/DESCRIPTION cran
  • 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