harveyThomas4692 / GA-C

An implementation of a genetic algorithm in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GA-C

Latest version of code: 30th May 2023.

An implementation of a genetic algorithm in C. This was intended for use in the paper: https://arxiv.org/abs/2306.03147

The code is designed to be flexible, wherein different environments can be easily switched out.

All functions are documented in the header files.

Example Environment

There is currently one example environment that was used for the paper mentioned above. The code for this can be found at https://github.com/harveyThomas4692/GA-LineBundles

Citation

If you use this code, please cite the following bib entries:

@article{GApackageC,
   author = "Abel, Steven and Constantin, Andrei and Harvey, Thomas R. and Lukas, Andre and Nutricati, Luca A.",
   title = {A realisation of genetic algorithms in C},   
   month = {April},
   year = {2023},
   url = {https://github.com/harveyThomas4692/GA-C},
   note = {https://github.com/harveyThomas4692/GA-C}
}

About

An implementation of a genetic algorithm in C

License:GNU General Public License v3.0


Languages

Language:C 100.0%