https://github.com/byuflowlab/snow.jl

Optimization framework for nonlinear, gradient-based constrained, sparse optimization problems.

https://github.com/byuflowlab/snow.jl

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
    1 of 3 committers (33.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Optimization framework for nonlinear, gradient-based constrained, sparse optimization problems.

Basic Info
  • Host: GitHub
  • Owner: byuflowlab
  • License: mit
  • Language: Julia
  • Default Branch: master
  • Homepage:
  • Size: 146 KB
Statistics
  • Stars: 29
  • Watchers: 5
  • Forks: 11
  • Open Issues: 7
  • Releases: 3
Created over 5 years ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

Sparse Nonlinear Optimization Wrapper (SNOW)

Build Status <!-- Stable Dev -->

The problems we typically solve in our group are nonconvex, nonlinear, constrained, gradient-based, often computationally expensive, and sometimes have sparse Jacobians. This package wraps derivative computation methods and optimization solvers that are well-suited to these types of problems.

Features: - Allows easy switching between SNOPT and IPOPT from a common interface passing through all solver options, preserving output in files, and allowing warm starts (for SNOPT). - Easy switching between various differentiation methods: ForwardDiff, ReverseDiff, Zygote, FiniteDiff (forward, central, complex step), and user-defined derivatives. - Derivative calculations are all non-allocating during optimization. - Outputs are also cached as applicable to avoid unnecessary function calls. - Methods are provided to help determine sparsity patterns, sparse Jacobians can be updated efficiently with SparseDiffTools (using graph coloring), and the sparsity structure is passed to the solvers.

To Install

julia ] add SNOW

Owner

  • Name: BYU FLOW Lab
  • Login: byuflowlab
  • Kind: organization
  • Location: Provo, UT

FLight, Optimization, and Wind

GitHub Events

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

Committers

Last synced: over 3 years ago

All Time
  • Total Commits: 19
  • Total Committers: 3
  • Avg Commits per committer: 6.333
  • Development Distribution Score (DDS): 0.211
Top Committers
Name Email Commits
Andrew Ning a****g@b****u 15
Andrew Ning a****g@u****m 3
github-actions[bot] 4****]@u****m 1
Committer Domains (Top 20 + Academic)
byu.edu: 1

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 6
  • Total pull requests: 16
  • Average time to close issues: about 2 months
  • Average time to close pull requests: about 3 years
  • Total issue authors: 5
  • Total pull request authors: 7
  • Average comments per issue: 0.83
  • Average comments per pull request: 0.25
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 10
Past Year
  • Issues: 2
  • Pull requests: 3
  • Average time to close issues: 13 minutes
  • Average time to close pull requests: 2 months
  • Issue authors: 2
  • Pull request authors: 3
  • Average comments per issue: 0.5
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • BTV25 (2)
  • gdalle (1)
  • A-C1 (1)
  • pollinico (1)
  • JuliaTagBot (1)
Pull Request Authors
  • github-actions[bot] (19)
  • fredrikekre (2)
  • pollinico (2)
  • EdoAlvarezR (2)
  • BTV25 (1)
  • odow (1)
  • dependabot[bot] (1)
  • jw3126 (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (1) github_actions (1)

Packages

  • Total packages: 1
  • Total downloads:
    • julia 21 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 4
juliahub.com: SNOW

Optimization framework for nonlinear, gradient-based constrained, sparse optimization problems.

  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 21 Total
Rankings
Dependent repos count: 9.9%
Forks count: 17.4%
Average: 22.3%
Stargazers count: 22.7%
Dependent packages count: 38.9%
Last synced: 11 months ago

Dependencies

.github/workflows/CompatHelper.yml actions
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/ci.yml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-runtest v1 composite
  • julia-actions/setup-julia v1 composite