Skip to content

API Reference

Auto-generated from source docstrings via mkdocstrings.

Modules

Module Summary
pygx.symbolic Symbolic Object Model.
pygx.typing Symbolic typing.
pygx.geno Program genome and genotypes.
pygx.hyper Hyper objects: representing template-based object space.
pygx.detouring Symbolic detour.
pygx.patching Systematic patching on symbolic values.
pygx.tuning Distributed tuning with pluggable backends.
pygx.views Pluggable rendering for symbolic objects.
pygx.io Pluggable IO with unified interfaces.
pygx.coding Code generation utilities.
pygx.concurrent Concurrent execution under PyGX's contextual overrides.
pygx.formatting String formatting primitives shared across PyGX.
pygx.topology Tree topology and JSON serialization primitives shared across PyGX.
pygx.wire Wire formats for serializing PyGX values.
pygx.contextual Context-scoped value override for PyGX.
pygx.error_handling Exception classification and contextual error capture for PyGX.
pygx.instrument PyGX's instrumentation sub-packages.
pygx.algo PyGX's algorithm sub-packages.
pygx.algo.early_stopping Early stopping policies for tuning loops.
pygx.algo.evolution Compositional evolutionary algorithms.
pygx.algo.mutfun General mutable functions for evolution and symbolic regression.
pygx.algo.scalars Step-based scalars used as hyper-parameters for PyGX algorithms.