1. 22 May, 2026 2 commits
  2. 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.
  3. 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.
  4. 18 May, 2026 4 commits
  5. 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.
  6. 14 May, 2026 4 commits
  7. 13 May, 2026 4 commits
  8. 12 May, 2026 4 commits
  9. 08 May, 2026 5 commits
  10. 07 May, 2026 3 commits
    • Update model outputs and results for width optimization iterations B29 and B34 · fa5b6d99
      Joaquín Irazábal González authored
      - Updated cross-validation results for models in B29 and B34, including new performance metrics and model parameters.
      - Added new model outputs for Gradient Boosting and SVR in the cv_summary_per_output_B29_H45.csv file.
      - Introduced new figures and updated manuscript sections to reflect changes in model selection and optimization strategies.
      - Included new binary files for model outputs and results in both B29 and B34 directories.
      - Enhanced the Bayesian optimization process description in the manuscript to clarify the methodology and results.
    • Add optimization results and update training scripts for width optimization · da4354ba
      Joaquín Irazábal González authored
      - Added new CSV files for optimization results of 2W and 3W configurations.
      - Updated the `ml_surrogate_train.py` to change cross-validation strategy for sample sizes between 21 and 80.
      - Modified `run_rbf.sh` to execute training scripts for iteration 1 instead of 0.
      - Updated manuscript to reflect changes in design variables and optimization methodology.
      - Added new references to the bibliography for Bayesian optimization.
      - Included new PDF of the manuscript in the repository.
    • Enhance manuscript content by refining design of experiments section and adding… · 3a0f899e
      Joaquín Irazábal González authored
      Enhance manuscript content by refining design of experiments section and adding new references for Latin Hypercube Sampling methodologies
  11. 06 May, 2026 5 commits
  12. 05 May, 2026 2 commits
    • Add adaptive FEM-validated surrogate optimization manuscript for BDSL dampers · 397ec680
      Joaquín Irazábal González authored
      - Introduced a comprehensive manuscript detailing the optimization framework for buckling-delayed shear-link dampers.
      - Included sections on introduction, device description, FEM calibration, surrogate modeling, optimization algorithm, and adaptive validation.
      - Implemented a damage-aware objective function and outlined the methodology for generating high-fidelity FEM datasets.
      - Discussed the predictive performance of supervised ML models and RBF surrogates, along with planned numerical assessments.
      - Added author contributions, acknowledgments, financial disclosures, and conflict of interest statements.
    • Refactor code for improved readability and consistency · 26cb9701
      Joaquín Irazábal González authored
      - Reorganized import statements in `ml_surrogate_train.py`, `rbf_model.py`, `rbf_optimization_de.py`, `rbf_surrogate_train.py` for clarity.
      - Simplified dictionary and list comprehensions for better readability.
      - Updated print statements for consistent formatting.
      - Enhanced function definitions with clearer parameter formatting.
      - Added a new `pyproject.toml` file for Ruff configuration to enforce code style.
      - Removed unnecessary comments and improved inline documentation.