https://github.com/20centaurifux/libea
A template based C++ library for evolutionary algorithms.
https://github.com/20centaurifux/libea
evolutionary-algorithm evolutionary-algorithms evolutionary-computation
Last synced: about 2 months ago
JSON representation
A template based C++ library for evolutionary algorithms.
- Host: GitHub
- URL: https://github.com/20centaurifux/libea
- Owner: 20centaurifux
- License: gpl-3.0
- Created: 2012-12-21T21:44:11.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2019-03-20T17:17:58.000Z (over 7 years ago)
- Last Synced: 2025-12-28T12:14:31.345Z (6 months ago)
- Topics: evolutionary-algorithm, evolutionary-algorithms, evolutionary-computation
- Language: C++
- Homepage:
- Size: 1.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# libea v0.3 - README
## Introduction
***libea*** is a template based library written in C++17. The purpose
of this software is to provide an extensible and reliable framework
for writing evolutionary algorithms.
This library supports OpenMP.
## Usage
***libea*** is a header-only library. Copy the files from the *src*
folder into your project and include the header file "libea.hpp".
If you want to generate the source code documentation please ensure
Doxygen is installed on your system and type in the following command:
# make doc
An example can be found in the *examples* folder.