1. 01 Sep, 2026 4 commits
  2. 25 Jun, 2026 3 commits
  3. 03 Jun, 2026 1 commit
    • Enhance SHAP analysis for RBF optimization: · 1feed645
      Joaquín Irazábal González authored
      - Updated script to generate SHAP beeswarm plots for both the RBF objective and target surrogates.
      - Refactored model loading functions for clarity and efficiency.
      - Added functionality to skip objective plots via command line argument.
      - Improved error handling for missing model files and data.
      - Streamlined SHAP value computation and output saving processes.
  4. 27 May, 2026 1 commit
  5. 26 May, 2026 2 commits
  6. 22 May, 2026 11 commits
  7. 20 May, 2026 4 commits
    • Add SHAP beeswarm plot script for RBF optimization objective · 7abfa26f
      Joaquín Irazábal González authored
      This commit introduces a new script, `rbf_objective_shap_beeswarm.py`, which generates a SHAP beeswarm plot for the RBF optimization objective function. The script includes functionality to load RBF models, prepare background data, compute SHAP values, and save the results in various formats. It also implements a uniform design for sampling and applies a specific styling for the plots.
    • Refactor manuscript to update geometry families and optimize design variables · 99f20325
      Joaquín Irazábal González authored
      - Replaced specific geometry family names (H30_B29, H30_B34, etc.) with generic identifiers (F_1, F_2, etc.) throughout the manuscript for confidentiality.
      - Adjusted descriptions and captions in figures and tables to reflect the new identifiers.
      - Updated design variable definitions and thickness ranges in the manuscript to align with the new naming convention.
      - Enhanced clarity in the discussion of optimization results and surrogate model comparisons.
      - Ensured consistency in the presentation of data across all sections of the manuscript.
    • Update manuscript with new sections and files for surrogate optimization methodology · 34b4262c
      Joaquín Irazábal González authored
      - Updated the RESILINK surrogate optimization manuscript PDF to reflect recent changes.
      - Added a new synctex.gz file for improved LaTeX editing and referencing.
      - Revised the manuscript text to include conclusions in the workflow summary.
      - Introduced a new section on dataset generation and surrogate modeling, detailing the use of FEM models and damage indicators.
      - Removed redundant section header for clarity in the design of experiments description.
    • Add RESILINK surrogate optimization manuscript and update references · f94d3488
      Joaquín Irazábal González authored
      - Created new manuscript file for RESILINK surrogate optimization.
      - Added PDF version of the manuscript.
      - Updated LaTeX file to reference the correct journal name and include necessary figures.
      - Adjusted figure paths to ensure correct referencing in the document.
      - Modified USG.cls to correctly handle page numbering for the manuscript.
      - Updated bibliography path in the manuscript for proper citation.
  8. 19 May, 2026 2 commits
    • Refine optimization methodology and enhance surrogate model descriptions in manuscript · e27d5af6
      Joaquín Irazábal González authored
      - Clarified the description of FEM simulations and loading patterns based on device height.
      - Improved the explanation of damage indicators and their computation for optimization.
      - Updated the definitions of local shear distortion and its role in energy dissipation.
      - Enhanced the description of supervised ML surrogate models and their training process.
      - Added detailed hyperparameter search spaces for various models used in Bayesian optimization.
      - Revised the objective function formulation to emphasize damage control and energy dissipation balance.
      - Improved clarity in the penalty definitions for window and frame damage.
      - Summarized the validation process for optimized geometries and the iterative nature of the optimization loop.
    • Refine manuscript text for clarity and consistency in the description of design… · 4e37b5da
      Joaquín Irazábal González authored
      Refine manuscript text for clarity and consistency in the description of design variables, optimization cycles, and surrogate model performance. Adjust punctuation and phrasing for improved readability throughout the document.
  9. 18 May, 2026 4 commits
  10. 15 May, 2026 1 commit
    • Refactor manuscript title and enhance clarity in results discussion · bbc3bf0b
      Joaquín Irazábal González authored
      - Updated manuscript title to reflect a focus on comparison of surrogate strategies for damage-aware optimization.
      - Improved clarity in the results section by refining descriptions of surrogate model performance and validation metrics.
      - Enhanced the discussion on the adaptive validation loop and its impact on optimization outcomes.
      - Clarified the interpretation of objective-function values and the implications of damage control in the optimization framework.
      - Added figures to illustrate the evolution of optimized window thicknesses and RBF objective surfaces during the optimization process.
  11. 14 May, 2026 4 commits
  12. 13 May, 2026 3 commits
    • Update manuscript to enhance clarity in RBF surrogate validation and streamline… · 895922b3
      Joaquín Irazábal González authored
      Update manuscript to enhance clarity in RBF surrogate validation and streamline adaptive FEM validation section
    • Refine objective function and penalties in optimization manuscript · 69c561ba
      Joaquín Irazábal González authored
      - Updated the objective function to use area factors instead of volume factors for window contributions.
      - Clarified the formulation of damage penalties, emphasizing the severity of frame damage.
      - Adjusted terminology in the manuscript to reflect changes in the optimization approach.
      - Revised table captions and contents to align with the new area factor usage.
    • Add loading pattern plotting script and update manuscript · 737c0a63
      Joaquín Irazábal González authored
      - Introduced a new Python script `plot_load_patterns.py` to visualize loading pattern displacement histories from `LoadPatterns.csv`, generating figures in PNG, SVG, and PDF formats.
      - Removed the outdated `PatronesCarga.csv` file as it is no longer needed.
      - Revised the abstract and various sections of the manuscript to enhance clarity and detail, including the introduction of radial basis function surrogates and adjustments to the optimization methodology.
      - Updated references in the bibliography to include new citations for SciPy and Differential Evolution.