Diagrams ======== This section contains visual representations of the project's architecture, data flow, and key components. Data Pipeline and Genetic Algorithm ----------------------------------- **GA Example usage, data grid and GA grid permutations, system flow** .. image:: ../../assets/example_usage_permutations.svg :alt: Illustrates the genetic algorithm search over grid parameters. *Illustrates the genetic algorithm search over grid parameters. (See example usage).* **GA Data Flow** .. image:: ../../assets/ga_data_diagram.png :alt: GA Data Flow Diagram *Illustrates the data flow through the genetic algorithm pipeline.* **Model Class Structure** .. image:: ../../assets/model_classes.svg :alt: Model Classes Diagram *Shows the inheritance hierarchy and relationships between model classes.* Genetic Algorithm Components ---------------------------- **Weighting System** .. image:: ../../assets/ga_weighting.svg :alt: GA Weighting Diagram *Demonstrates the weighting mechanism used in the genetic algorithm.* **Parameter Space Grid** .. image:: ../../assets/grid_param_space_ga.svg :alt: Grid Parameter Space GA Diagram *Visualizes the parameter space exploration grid used by the genetic algorithm.* Model Generation Workflows -------------------------- **SVC Model Generation** .. image:: ../../assets/svc_model_gen.svg :alt: SVC Model Generation :width: 200px **PyTorch Model Generation** .. image:: ../../assets/torch_model_gen.svg :alt: PyTorch Model Generation :width: 200px **XGBoost Model Generation** .. image:: ../../assets/xgb_model_gen.svg :alt: XGBoost Model Generation :width: 200px