- 18 May, 2026 3 commits
-
-
Joaquín Irazábal González authored
-
Joaquín Irazábal González authored
-
- 15 May, 2026 1 commit
-
-
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.
-
- 14 May, 2026 4 commits
-
-
Joaquín Irazábal González authored
-
Joaquín Irazábal González authored
-
Joaquín Irazábal González authored
- Created `surrogate_selection_summary_by_variable_type.csv` and `surrogate_selection_summary_by_variable_type_wide.csv` to summarize model performance across different variable types and window groups. - Updated the manuscript to include new figures and tables reflecting the results of the surrogate model comparisons, including predictive performance and optimization results. - Adjusted figure placements to improve layout and readability. - Enhanced discussions on the effectiveness of supervised ML models versus RBF interpolation in the context of surrogate-assisted optimization.
-
Joaquín Irazábal González authored
-
- 13 May, 2026 4 commits
-
-
Joaquín Irazábal González authored
Update manuscript to enhance clarity in RBF surrogate validation and streamline adaptive FEM validation section
-
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.
-
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.
-
Joaquín Irazábal González authored
Remove obsolete optimization result files and add new dataset for load patterns; update manuscript for clarity and detail in methodology.
-
- 12 May, 2026 4 commits
-
-
Joaquín Irazábal González authored
Update FEM data files and model scripts for width optimization; add new data points and adjust training iterations
-
Joaquín Irazábal González authored
- Introduced `plot_fem_validation.py` to visualize FEM validation curves against experimental measurements. - The script reads hysteresis and cumulative dissipated energy data from text files and generates a two-panel figure. - Added `skeleton.txt` containing sample data for hysteresis and force measurements. - Configured plot aesthetics for clarity and consistency in presentation.
-
Joaquín Irazábal González authored
-
Joaquín Irazábal González authored
- Added new figures: H30_B29.png, H30_B34.png, H45_B29.png, H45_B34.png, H60_B34.png, H30_29.png, H30_34.png, H45_29.png, H45_34.png, H60_34.png, and updated MethodologyFlowChart.png. - Revised manuscript title to "Damage-aware surrogate optimization of buckling-delayed shear-link dampers with adaptive finite element validation." - Updated abstract to reflect changes in focus and methodology. - Modified keywords for improved relevance. - Enhanced figure descriptions and captions for clarity.
-
- 08 May, 2026 5 commits
-
-
Joaquín Irazábal González authored
-
Joaquín Irazábal González authored
Update FEM model description and add new references in the manuscript; adjust figure captions for clarity
-
Joaquín Irazábal González authored
-
Joaquín Irazábal González authored
Revise abstract and methodology sections for clarity; update design variables and geometry families in manuscript
-
Joaquín Irazábal González authored
-
- 07 May, 2026 3 commits
-
-
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.
-
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.
-
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
-
- 06 May, 2026 5 commits
-
-
Joaquín Irazábal González authored
-
Joaquín Irazábal González authored
- Revised the text to clarify the damage-aware surrogate-assisted optimization methodology, emphasizing the balance between dissipative performance and damage indicators. - Changed the figure reference from "illustrates" to "summarizes" for improved clarity. - Adjusted the figure size for better presentation in the manuscript. - Updated the figure caption to accurately reflect the content of the flowchart.
-
Joaquín Irazábal González authored
- Introduced a new flow chart image (MethodologyFlowChart.png) to visually represent the adaptive surrogate-assisted optimization framework. - Expanded the manuscript to include detailed descriptions of the proposed methodology, emphasizing the balance between energy dissipation and damage control. - Added systematic comparisons of surrogate techniques and outlined the adaptive FEM validation and retraining strategy.
-
Joaquín Irazábal González authored
- Added new figure: EspecificacionesML_Final_eng.png. - Updated author name from J. Gonzalez to J. M. Gonzalez in the manuscript. - Modified WileyNJDv5.cls to conditionally load packages and provide commands if not found, improving compatibility and avoiding errors related to missing packages.
-
Joaquín Irazábal González authored
-
- 05 May, 2026 2 commits
-
-
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.
-
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.
-
- 04 May, 2026 1 commit
-
-
Joaquín Irazábal González authored
-
- 22 Apr, 2026 5 commits
-
-
Joaquín Irazábal González authored
-
Joaquín Irazábal González authored
Update .gitignore to include additional manuscript auxiliary files and refine abstract in manuscript
-
Joaquín Irazábal González authored
- Removed DOI from the Khatibinia2019 entry in the bibliography. - Added a .gitignore file to exclude manuscript auxiliary files, byte-compiled files, plot outputs, and GiD results from version control.
-
Joaquín Irazábal González authored
- Updated bibliography references in Manuscript.fdb_latexmk to reflect new timestamps. - Adjusted log file timestamps and fixed warnings related to document class naming. - Removed an unnumbered list section from Manuscript.tex for clarity. - Corrected the document class name in WileyNJDv5.cls to ensure consistency. - Updated binary files: Manuscript.pdf and Manuscript.synctex.gz to reflect recent changes.
-
Joaquín Irazábal González authored
-
- 16 Apr, 2026 3 commits
-
-
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.
-
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.
-
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.
-