VentureScript Reference ManualΒΆ
Contents:
- Overview
- Usage
- Programming Model
- Directive Cheatsheet
- Modeling Syntax Reference
- Inference Syntax Reference
- Python Interface
- Python API Reference
- Entry Point: package venture.shortcuts
- Read Infer Predict Layer: module venture.ripl.ripl
- Programmatic values and expressions: module venture.value.dicts
- Location-annotated abstract syntax: module venture.parser.ast
- Adapter for Plex-like sub-scanners: module venture.parser.venture_script.subscanner
- Stochastic Procedure Interface: module venture.lite.sp
- Primitive Stochastic Procedure Interface: module venture.lite.psp
- Foreign SP helpers: module venture.lite.sp_help
- Type annotations for foreign procedures: module venture.lite.types
- Internal representation of values: module venture.lite.value
- Frequently Asked Questions