1. 06 May, 2026 3 commits
  2. 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.
  3. 04 May, 2026 1 commit
  4. 22 Apr, 2026 5 commits
  5. 16 Apr, 2026 3 commits
    • Refactor hysteretic curves processing and prediction scripts · 9ceb46a7
      Joaquín Irazábal González authored
      - Added a new function `load_tfdmap` to load TFDMap data from files, ensuring proper error handling for missing or malformed data.
      - Updated the hysteretic curves processing script to include TFDMap data in the point-level DataFrame, maintaining alignment with case folders.
      - Enhanced the prediction script to handle multiple target columns dynamically, improving flexibility for model training and evaluation.
      - Modified caching mechanism for window sizes to use a tuple key for better organization and retrieval.
      - Improved logging and error messages for better debugging and user feedback.
      - Updated the run script to ensure consistent execution of prediction tasks with specified parameters.
    • Update bibliography and manuscript files with new references and corrections · f2ad8555
      Joaquín Irazábal González authored
      - Added five new references related to the development and optimization of steel shear panel dampers in the bibliography.
      - Updated the manuscript to reflect changes in section labels and improved formatting for tables and figures.
      - Corrected multiple defined labels in the manuscript to ensure proper referencing.
      - Adjusted LaTeX settings and resolved warnings related to font sizes and unused options.
      - Updated the PDF and auxiliary files to reflect the latest changes in the manuscript.
    • Add new reference and update bibliography files · 692674ab
      Joaquín Irazábal González authored
      - Added a new article by Elgammal and Ali (2024) on hysteretic restoring force models for shear link dampers to the bibliography.
      - Updated the bibliography file (Manuscript.bbl) to reflect the new entry and adjusted the entry count in the log file (Manuscript.blg).
      - Modified the manuscript text to include a new subsection discussing the added reference.
      - Updated the .fdb_latexmk and .fls files to reflect changes in the bibliography and manuscript.
      - Adjusted the log file to correct line numbers and warnings related to the new content.
  6. 17 Feb, 2026 2 commits
  7. 16 Feb, 2026 9 commits
  8. 12 Feb, 2026 4 commits
  9. 02 Feb, 2026 1 commit
  10. 22 Jan, 2026 3 commits
  11. 14 Jan, 2026 4 commits