Opened 11 years ago
Closed 10 years ago
#2179 closed enhancement (done)
Use the PTC2 as the default tree creator in the show sample tree dialog
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | low | Milestone: | HeuristicLab 3.3.10 |
Component: | Encodings.SymbolicExpressionTreeEncoding.Views | Version: | 3.3.9 |
Keywords: | Cc: |
Description
Currently the MultiSymbolicExpressionTreeCreator is selected, when showing a sample tree with the current tree grammar. This could lead to an exception, because not all tree creators could handle every possible valid grammar configuration.
Change History (4)
comment:1 Changed 11 years ago by mkommend
- Component changed from Problems.DataAnalysis.Symbolic.Views to Encodings.SymbolicExpressionTreeEncoding.Views
- Status changed from new to accepted
comment:2 Changed 11 years ago by mkommend
- Owner changed from mkommend to ascheibe
- Status changed from accepted to reviewing
comment:3 Changed 10 years ago by ascheibe
- Owner changed from ascheibe to mkommend
- Status changed from reviewing to readytorelease
Reviewed r10793, looks good.
comment:4 Changed 10 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r10793: Changed default tree creator for the show sample tree functionaltiy of the grammar view.