Automatic experiment & simulation logging

Automatic logging of simulations' parameters and corresponding results
129 download
Aggiornato 25 giu 2014

Visualizza la licenza

This code, when called at the end of a simulation or experiment matlab code, does the following:
1.Records all the parameters included in the "parameters" struct, including all data types (inner structs as well).
2.Records the corresponding results contained in the "results" struct.
3.Writes the differences in parameters from previous run into a log file (and optionally to the screen).
4.Records the best (minimal) results achieved so far, along with its specific identifier, enabling reproduction of the results.
5.Writes the differences in parameters from those used when achieving the best results so far (see 4).
6.Saves additional desired variables, along with the parameters and results.

Cita come

Yuval Bahat (2026). Automatic experiment & simulation logging (https://it.mathworks.com/matlabcentral/fileexchange/47046-automatic-experiment-simulation-logging), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2013a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Analyze Simulation Results in Help Center e MATLAB Answers
Versione Pubblicato Note della release
1.1.0.0

Fixed the "help" of the main file, logParametersAndResults.

1.0.0.0