jansvoboda11 / gram

Lightweight grammatical evolution library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gram

Build Status

Gram is a lightweight grammatical evolution library written in modern C++.

Documentation

While Gram does not have a standalone documentation, my bachelor thesis contains a high-level overview.

Build

cmake -S . -B build/
cmake --build build/

Test

cmake -S . -B build/ -DGRAM_BUILD_TESTS=ON
cmake --build build/
./build/test/unit/utest
./build/test/acceptance/atest # May not finish.

About

Lightweight grammatical evolution library.

License:MIT License


Languages

Language:C++ 92.6%Language:CMake 7.4%