AxModelFitterV2_execute_code
Run Python code in an isolated environment with JAX, diffrax, equinox, and model fitting tools. Use export() to send outputs back.
Instructions
Execute Python code in a sandboxed environment with JAX (jnp), diffrax, equinox, and the ax_core.model_fitter library available. Code must call export(name, value) at least once to return results. Typically used to run code produced by generate_code, but also accepts hand-written or modified code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Python code to execute. Must call export(name, value) to return results. |