5 sovaluess = sovalues.empty();
12 o.classtitle = 'Grid search';
13 o.moreactions = [o.moreactions, {
'extract_sovaluess',
'extract_block'}];
19 %> Extracts one sovalues
object for each move
21 %> Move is when the search space is shifted without zooming the space, and
22 %> next iteration is when the space is zoomed.
23 function out = extract_sovaluess(o)
24 for i = 1:numel(o.sovaluess)
25 out{i} = o.sovaluess(i);
29 %> Extracts best
block from last sovaluess
30 function out = extract_block(o)
34 temp = ch.use(r.values);
35 out = r.values(temp{:}).mold;
Log generated by a gridsearch.
Property flag_ui
(GUI setting) Whether to "publish" in blockmenu and datatool. Note that a class can be "published" wi...