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

Constructing several new Simulink models/blocks in a loop (for counterexamples) #10

Open
nikos-kekatos opened this issue May 6, 2020 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@nikos-kekatos
Copy link
Owner

Currently, it is possible to automatically construct one Simulink model for one training iteration. However, for each counterexample we might need to keep the previous neural net blocks either for testing or for debugging reasons.

This implies that we should either

  1. Store each model/block as a new file and iterate over these files

  2. Inside each file create a copy of the closed-loop system and replace the NN-block with the new NN (obtained after retraining). How to create a copy of the closed-loop programmatically via Matlab might not be easy (To-DO: add a new issue and link it)

@nikos-kekatos nikos-kekatos added enhancement New feature or request help wanted Extra attention is needed labels May 6, 2020
@nikos-kekatos nikos-kekatos changed the title Constructing *several* new Simulink models/blocks in a loop (for counterexamples) Constructing several new Simulink models/blocks in a loop (for counterexamples) May 6, 2020
@nikos-kekatos
Copy link
Owner Author

This requires the successful treatment of #13.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant