Run Reference Family Vs Feedforward Comparison

This page documents the curve-verification comparison entry point used to compare one paper-faithful reference bank against the canonical direct-TE feedforward baseline.

Run the TE Curve Verification Pipeline reference-family vs feedforward TE-curve comparison.

scripts.paper_reimplementation.rcim_ml_compensation.reference_family_vs_feedforward.run_reference_family_vs_feedforward_comparison.run_reference_family_vs_feedforward_comparison(config_path, output_suffix='baseline_validation', dataset_name=None)[source]

Run one TE Curve Verification Pipeline comparison over the configured candidate matrix.

Parameters:
  • config_path (Path)

  • output_suffix (str)

  • dataset_name (str | None)

Return type:

tuple[Path, Path]

scripts.paper_reimplementation.rcim_ml_compensation.reference_family_vs_feedforward.run_reference_family_vs_feedforward_comparison.parse_command_line_arguments()[source]

Parse command-line arguments for the comparison entry point.

Return type:

Namespace

scripts.paper_reimplementation.rcim_ml_compensation.reference_family_vs_feedforward.run_reference_family_vs_feedforward_comparison.main()[source]

Run the command-line comparison entry point.

Return type:

None