Skip to content

Commit

Permalink
Add citing info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 authored Jun 1, 2024
1 parent 319d0f5 commit aada66f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,28 @@ Details on the machine used to perform these benchmarks are available via [Open

Microbenchmarks are performed, graphed, and uploaded as part of the project's CI build, so check the [project's OSF page](https://osf.io/j8pge/) for up-to-the-minute profiling information!

## Citing

If pecking contributes to a scientific publication, please cite it as

> Moreno, M. A., Rodriguez Papa, S., & Ofria, C. (2021). SignalGP-Lite: Event Driven Genetic Programming Library for Large-Scale Artificial Life Applications. arXiv preprint arXiv:2108.00382.
```bibtex
@misc{moreno2021signalgp,
doi = {10.48550/ARXIV.2108.00382},
url = {https://arxiv.org/abs/2108.00382},
author = {Moreno, Matthew Andres and Rodriguez Papa, Santiago and Lalejini, Alexander and Ofria, Charles},
keywords = {Neural and Evolutionary Computing (cs.NE), FOS: Computer and information sciences, FOS: Computer and information sciences},
title = {SignalGP-Lite: Event Driven Genetic Programming Library for Large-Scale Artificial Life Applications},
publisher = {arXiv},
year = {2021},
copyright = {arXiv.org perpetual, non-exclusive license}
}
```

Consider also citing [Empirical](https://github.com/devosoft/Empirical).
And don't forget to leave a [star on GitHub](https://github.com/mmore500/signalgp-lite/stargazers)!

## Credits

This library draws heavily on Alex Lalejini's work with SignalGP.
Expand Down

0 comments on commit aada66f

Please sign in to comment.