generate_design_space_files module

Generate variables.csv and constraints.csv.

These files hold the initial value and bounds for every cavity \(k_e\), \(\phi_{0,\mathrm{\,abs}}\), \(\phi_{0,\mathrm{\,rel}}\) and \(\phi_s\). You can then alter every cavity settings to your needs.

generate_design_space_files(toml_filepath, toml_keys)[source]

Generate the variables.csv and constraints.csv files.

Parameters:
  • toml_filepath (Path) – Path to the configuration file.

  • toml_keys (dict[str, str]) – Keys of the configuration file.

Return type:

None