Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SCDDS-demo
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SPC
SCDDS
SCDDS-demo
Commits
c938de91
Commit
c938de91
authored
2 years ago
by
Cristian Galperti
Browse files
Options
Downloads
Patches
Plain Diff
scdds demo1 and demo2 updates model tree before sim and rt run
parent
05516088
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core
+1
-1
1 addition, 1 deletion
core
demo_test_main.m
+6
-1
6 additions, 1 deletion
demo_test_main.m
with
7 additions
and
2 deletions
core
@
a2dc1c95
Compare
ec7f98bc
...
a2dc1c95
Subproject commit
ec7f98bce1d5bb462eb7ecec3c9f100bf4d78836
Subproject commit
a2dc1c950fcbdf505cf12bc77af3b769e3beba92
This diff is collapsed.
Click to expand it.
demo_test_main.m
+
6
−
1
View file @
c938de91
...
...
@@ -12,9 +12,14 @@ obj.init;
obj
.
setup
;
%% default tunable parameters data upload to MDS for algorithm demo1
fprintf
(
'\n### ALGO1 DEFAULT TP UPLOAD TO MDSPLUS ###'
);
fprintf
(
'\n### ALGO1 AND ALGO2 DEFAULT TP UPLOAD TO MDSPLUS ###'
);
% TODO, this should be feasible directly from main expcode object
% by calling obj.updatemdsmodel('algo_demo1') etc.
% not it is failing due to references upload failure
demo1
=
algoobj_demo1
;
demo1
.
updateparameters
(
-
1
);
demo2
=
algoobj_demo2
;
demo2
.
updateparameters
(
-
1
);
%% expcode actualize
fprintf
(
'\n### EXPCODE ACTUALIZE ###\n'
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment