libRCGA is a C library for real-coded genetic algorithms (RCGAs).
libRCGA-1.2.2
Thank you for using libRCGA!
libRCGA is a C library for real-coded genetic algorithms (RCGAs). Currently, two RCGAs, UNDX/MGG and REXstar/JGG, are implemented. For constrained optimization problems, the stochastic ranking can be used. RCGAs are paralleled by MPI. For details, see the original paper: Kazuhiro Maeda, Fred C. Boogerd, and Hiroyuki Kurata, libRCGA: a C library for real-coded genetic algorithms for rapid parameter estimation of kinetic models, IPSJ Transactions on Bioinformatics, 11: 31-40, 2018 (https://www.jstage.jst.go.jp/article/ipsjtbio/11/0/11_31/_article/-char/en).
License:
libRCGA is distributed under GNU General Public License v3.0. For academic usage, libRCGA is free. For other usages, please contact the author(s).
Release Note:
Jan 11 2018: libRCGA-1.0 released.
Jan 14 2018: libRCGA-1.1 released. Bug fixed.
Aug 8 2018: libRCGA-1.2 released. Variable name changed. Exit codes changed.
Sep 5 2018: libRCGA-1.2.1 released. Citation information corrected.
Sep 14 2018: libRCGA-1.2.2 released. Article URL added.
Requirements:
Installation:
Quick Start:
Four example source codes (example*.c) in the directory “example” illustrate how to use libRCGA and can be used as a template for your program. To test whether the installed libRCGA works, please follow the directions provided in example__*.c, and compile and execute these examples.
Uninstallation:
Installation of libRCGA does not change any files or directories outside libRCGA-x.x.x. Thus, all you have to do for uninstallation is to delete libRCGA-x.x.x by typing “rm -r libRCGA-x.x.x”.
Citation:
Kazuhiro Maeda, Fred C. Boogerd, and Hiroyuki Kurata, libRCGA: a C library for real-coded genetic algorithms for rapid parameter estimation of kinetic models, IPSJ Transactions on Bioinformatics, 11: 31-40, 2018
Good luck! Any suggestions and bug reports are welcome. Please contact KM.
Kazuhiro Maeda
Kyushu Institute of Technology