programinduction 0.8.0

A library for program induction and learning representations.
1
2
3
4
5
6
7
//! We've implemented some domains to make things easier for you.
//!
//! These domains are implemented in a straightforward fashion using the tools provided by this
//! library.

pub mod circuits;
pub mod strings;