Skip to content

harveyThomas4692/GA-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages