Opened 9 years ago
Closed 9 years ago
#2545 closed feature request (done)
It should be allowed to create the SymbolicExpressionTreeEncoding in the GUI
Reported by: | abeham | Owned by: | abeham |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.14 |
Component: | Encodings.SymbolicExpressionTreeEncoding | Version: | 3.3.13 |
Keywords: | Cc: |
Description
Currently the SymbolicExpressionTreeEncoding does not have a default constructor which is the reason why it does not appear in the type selector dialog. A default constructor can be added using the SimpleSymbolicExpressionGrammar as it can be replaced in the GUI later on anyway.
This allows to use this encoding in external evaluation problems.
Change History (4)
comment:1 Changed 9 years ago by abeham
- Status changed from new to accepted
comment:2 Changed 9 years ago by abeham
- Owner changed from abeham to mkommend
- Status changed from accepted to reviewing
comment:3 Changed 9 years ago by gkronber
- Owner changed from mkommend to abeham
- Status changed from reviewing to readytorelease
Reviewed, thanks.
comment:4 Changed 9 years ago by abeham
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r13471: added default constructor