This project is part of the @thi.ng/umbrella monorepo.
Genetic programming helpers & strategies (tree based & multi-expression programming).
This package does not (yet) provide a complete GP framework and is largely focused on the following operations:
Does not specifically deal with:
References:
ALPHA - bleeding edge / work-in-progress
Search or submit any issues for this package
yarn add @thi.ng/gp
// ES module
<script type="module" src="https://unpkg.com/@thi.ng/gp?module" crossorigin></script>
// UMD
<script src="https://unpkg.com/@thi.ng/gp/lib/index.umd.js" crossorigin></script>
Package sizes (gzipped, pre-treeshake): ESM: 1.20 KB / CJS: 1.25 KB / UMD: 1.36 KB
Several demos in this repo's /examples directory are using this package.
A selection:
Screenshot | Description | Live demo | Source |
---|---|---|---|
![]() | Evolutionary shader generation using genetic programming | Demo | Source |
TODO
Karsten Schmidt
If this project contributes to an academic publication, please cite it as:
@misc{thing-gp,
title = "@thi.ng/gp",
author = "Karsten Schmidt",
note = "https://thi.ng/gp",
year = 2019
}
© 2019 - 2021 Karsten Schmidt // Apache Software License 2.0
Generated using TypeDoc