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: 10 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: hxu296
  • License: other
  • Language: C++
  • Default Branch: main
  • Size: 3.99 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

Android Linux macOS Windows

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.

  1. Non-linear Least Squares problems with bounds constraints.
  2. General unconstrained optimization problems.

Please see ceres-solver.org for more information.

Owner

  • Name: Huan Xu
  • Login: hxu296
  • Kind: user
  • Location: Madison, WI
  • Company: UW-Madison

Senior @ UW-Madison majoring in CS, Math & Stat. Interested in accessible ML inference. Building www.baynana.co, an AI-powered resume supercharger.

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
  • Push event: 2
  • Create event: 1
Last Year
  • Push event: 2
  • Create event: 1

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