Skip to content

Commit 4983721

Browse files
committed
Add CITATION.cff file for software citation and metadata
1 parent 19e1538 commit 4983721

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CITATION.cff

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
cff-version: 1.2.0
2+
type: software
3+
title: "CppNumericalSolvers: A Modern C++17 Header-Only Optimization Library"
4+
abstract: "CppNumericalSolvers is a lightweight, header-only C++17 library for numerical optimization. It provides a suite of modern, efficient solvers for both unconstrained and constrained problems, designed for easy integration and high performance. A key feature is its use of function expression templates, which allow you to build complex objective functions on-the-fly without writing boilerplate code."
5+
authors:
6+
- family-names: "Wieschollek"
7+
given-names: "Patrick"
8+
repository-code: "https://github.com/PatWie/CppNumericalSolvers"
9+
url: "https://github.com/PatWie/CppNumericalSolvers"
10+
license: MIT
11+
date-released: 2014-11-09
12+
version: "2.0.0"
13+
keywords:
14+
- "optimization"
15+
- "numerical-methods"
16+
- "cpp17"
17+
- "header-only"
18+
- "eigen"
19+
- "bfgs"
20+
- "lbfgs"
21+
- "conjugate-gradient"
22+
- "newton-method"
23+
- "constrained-optimization"
24+
- "expression-templates"

0 commit comments

Comments
 (0)