https://github.com/byuflowlab/snow.jl
Optimization framework for nonlinear, gradient-based constrained, sparse optimization problems.
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
Repository
Optimization framework for nonlinear, gradient-based constrained, sparse optimization problems.
Basic Info
Statistics
- Stars: 29
- Watchers: 5
- Forks: 11
- Open Issues: 7
- Releases: 3
Metadata Files
README.md
Sparse Nonlinear Optimization Wrapper (SNOW)
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
- Website: http://flow.byu.edu
- Repositories: 94
- Profile: https://github.com/byuflowlab
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 | 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)
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
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.
- Documentation: https://docs.juliahub.com/General/SNOW/stable/
- License: MIT
-
Latest release: 0.3.2
published about 1 year ago
Rankings
Dependencies
- JuliaRegistries/TagBot v1 composite
- 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