Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loop over hyper-parameters to decrease code length #3

Open
pohl-michel opened this issue Oct 9, 2022 · 0 comments
Open

Loop over hyper-parameters to decrease code length #3

pohl-michel opened this issue Oct 9, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@pohl-michel
Copy link
Owner

In "write_rms_eval_log_file.m" and "analyze_OF_param_influence.m", the same code basically appears to be repeated for each hyper-parameter. Instead, one can introduce error structures whose fields correspond to hyper-parameters and error types (e.g. error.min_std_dev.sg_init) and loop over the hyper-parameters, for instance. This remark applies to a lesser extent to other parts of the code, see for instance best_par at the end of "rms_of3D.m". This will help with code extensibility, as one could introduce different types of error more easily after this change.

@pohl-michel pohl-michel added the enhancement New feature or request label Oct 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant