    

 ## On this page

  

 

 # BaseModelData Struct Reference

 Last update: 16.07.2025 

This struct serves as dataclass to return relevant data from python to c++ to build a baseline model. It is currently only used for unittesting hence, no serialization. for the same reason, it is not exposed to the SWIG director in SoS. [More...](struct_base_model_data.xhtml#details)

## <a name="pub-methods"></a>Public Member Functions

<a id="a7f9f00aed1900c4c64067fd7d6bd7988"></a> **BaseModelData** (int params, int designs) ## <a name="pub-attribs"></a>Public Attributes

<a id="a777d798165dd0eef757706356cf1f848"></a>int **num\_designs** <a id="a8aa8a0a36cf21efae221227b27feddbf"></a>int **num\_params** <a id="details" name="details"></a>## Detailed Description

This struct serves as dataclass to return relevant data from python to c++ to build a baseline model. It is currently only used for unittesting hence, no serialization. for the same reason, it is not exposed to the SWIG director in SoS.