An open API service indexing awesome lists of open source software.

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.

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.