Embedded language for defining and working with genetic design spaces.
GOLDBAR is a syntax and language for describing genetic design spaces. GOLDBAR is being developed at CIDAR, and other tools for working with genetic design spaces using GOLDBAR are currently being developed. These tools include Knox and Constellation.
This embedded domain-specific language for Python has semantics that adhere to those of the GOLDBAR language definition and existing associated tools. It allows users to define genetic design spaces using GOLDBAR operators within Python.
The package is available on PyPI:
python -m pip install goldbar
The library can be imported in the usual ways:
import goldbar from goldbar import *