paroto.io.stone#
STONE format YAML serialization for architecture definition.
STONE (Structured Topology for Optimization and aNalysis Environments) format provides a standardized way to serialize optimization architectures.
Functions#
|
Serialize OpenMDAO problem architecture to STONE format YAML. |
|
Load architecture from STONE format YAML file. |
|
Create a STONE format architecture definition. |
Module Contents#
- paroto.io.stone.serialize_architecture_to_stone(prob, output_path)#
Serialize OpenMDAO problem architecture to STONE format YAML.
- Parameters:
prob (
om.Problem) – OpenMDAO problem instanceoutput_path (
str) – Path to output YAML file
- paroto.io.stone.load_architecture_from_stone(yaml_path)#
Load architecture from STONE format YAML file.
- paroto.io.stone.create_architecture_yaml(name, components, connections=None, output_path=None)#
Create a STONE format architecture definition.