-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to README.md and index.rst and added CITATION.cff
- Added CITATION.cff for easy citation. - Changed sentence about Python in README.md for clarity. - Updated (bibtex) citation in README.md. - Added more information on contributing to the README.md - Added a link to the arXiv paper in index.rst. - The CITATION.cff file is now also named in index.rst.
- Loading branch information
Showing
3 changed files
with
53 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
cff-version: 1.2.0 | ||
message: "If you use this software, please cite it as below." | ||
authors: | ||
- family-names: "Dieleman" | ||
given-names: "Nanne A." | ||
orcid: "https://orcid.org/0000-0002-2561-2674" | ||
- family-names: "Berkhout" | ||
given-names: "Joost" | ||
orcid: "https://orcid.org/0000-0001-5883-9683" | ||
- family-names: "Heidergott" | ||
given-names: "Bernd" | ||
orcid: "https://orcid.org/0000-0002-3389-2311" | ||
title: "SM-SPSA" | ||
url: "https://github.com/NanneD/SM-SPSA" | ||
preferred-citation: | ||
type: article | ||
authors: | ||
- family-names: "Dieleman" | ||
given-names: "Nanne A." | ||
orcid: "https://orcid.org/0000-0002-2561-2674" | ||
- family-names: "Berkhout" | ||
given-names: "Joost" | ||
orcid: "https://orcid.org/0000-0001-5883-9683" | ||
- family-names: "Heidergott" | ||
given-names: "Bernd" | ||
orcid: "https://orcid.org/0000-0002-3389-2311" | ||
title: "A Pseudo-Gradient Approach for Model-free Markov Chain Optimization" | ||
journal: "Preprint at arXiv" | ||
year: 2024 | ||
doi: "10.48550/arXiv.2407.14786" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters