Skip to content

jansvoboda11/gram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published