ceres-solver-2.2.0
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.7%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: daidew
- License: other
- Language: C++
- Default Branch: main
- Size: 11.6 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed over 1 year ago
Metadata Files
Readme
Contributing
License
Citation
README.md
Ceres Solver
Ceres Solver is an open source C++ library for modeling and solving large, complicated optimization problems. It is a feature rich, mature and performant library which has been used in production at Google since 2010. Ceres Solver can solve two kinds of problems.
- Non-linear Least Squares problems with bounds constraints.
- General unconstrained optimization problems.
Please see ceres-solver.org for more information.
Owner
- Login: daidew
- Kind: user
- Repositories: 2
- Profile: https://github.com/daidew
Citation (CITATION.cff)
cff-version: 1.2.0 message: If you use Ceres Solver for a publication, please cite it as below. title: Ceres Solver abstract: A large scale non-linear optimization library authors: - family-names: Agarwal given-names: Sameer - family-names: Mierle given-names: Keir - name: The Ceres Solver Team version: 2.2 date-released: 2023-10-13 license: Apache-2.0 repository-code: https://github.com/ceres-solver/ceres-solver url: http://ceres-solver.org
GitHub Events
Total
Last Year
Dependencies
.github/workflows/android.yml
actions
- actions/cache v3 composite
- actions/checkout v3 composite
.github/workflows/linux.yml
actions
- actions/cache v3 composite
- actions/checkout v3 composite
.github/workflows/macos.yml
actions
- actions/cache v3 composite
- actions/checkout v3 composite
.github/workflows/windows.yml
actions
- actions/cache v3 composite
- actions/checkout v3 composite
- msys2/setup-msys2 v2 composite