#937 closed feature request (done)
Data types and operators for symbolic expression tree encoding
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.0 |
Component: | Encodings.SymbolicExpressionTreeEncoding | Version: | 3.3 |
Keywords: | Cc: |
Description
Change History (30)
comment:1 Changed 15 years ago by gkronber
- Status changed from new to assigned
comment:2 Changed 15 years ago by gkronber
- Version changed from 3.2 to 3.3
comment:3 Changed 15 years ago by gkronber
comment:4 Changed 15 years ago by gkronber
Worked on SymbolicTreeEncoding plugin with r3219.
comment:5 Changed 15 years ago by gkronber
Added work in progress for the symbolic expression tree encoding with r3223.
comment:6 Changed 15 years ago by gkronber
Worked on symbolic expression tree encoding with r3237.
- Added view for expression trees (simple textual view in s-exp format).
- Implemented SubtreeCrossover.
- Fixed bugs in ProbabilisticTreeCreator.
comment:7 Changed 15 years ago by gkronber
Moved views for symbolic expression trees into a separate plugin/project with r3242.
comment:8 Changed 15 years ago by gkronber
Set svn:ignore properties with r3243.
comment:9 Changed 15 years ago by gkronber
Integrated graphical symbolic expression tree view from model analyzer with r3244.
comment:10 Changed 15 years ago by gkronber
Fixed issues with persistence with r3252.
comment:11 Changed 15 years ago by gkronber
Moved general set of symbols and evaluator into Encodings.SymbolicExpressionTreeEncoding with r3256.
comment:12 Changed 15 years ago by gkronber
Moved general set of symbols and evaluator into Encodings.SymbolicExpressionTreeEncoding with r3257.
comment:13 Changed 15 years ago by gkronber
Added copied classes with r3258.
comment:14 Changed 15 years ago by gkronber
Deleted old files with r3259 (svn is bitching around).
comment:15 Changed 15 years ago by gkronber
Changed PTC2 initialization operator for symbolic expression tree encoding to select symbols based on the number of tickets with r3270.
comment:16 Changed 15 years ago by gkronber
Refactored symbolic expression tree encoding and problem classes for symbolic regression with r3462.
comment:17 Changed 15 years ago by gkronber
Fixed minor bugs with r3480.
comment:18 Changed 15 years ago by gkronber
Fixed bugs in cloning and persistence with r3484.
comment:19 Changed 15 years ago by gkronber
Fixed bugs in persistence with r3486.
comment:20 Changed 15 years ago by gkronber
Implemented manipulation operators with r3512.
comment:21 Changed 15 years ago by gkronber
Added interfaces for symbolic expression tree operators and added multi-manipulation operators with r3534.
comment:22 Changed 15 years ago by gkronber
Fixed bugs in manipulation operators with r3535.
comment:23 Changed 15 years ago by gkronber
Renamed namespace for architecture altering operators with r3539.
comment:24 Changed 15 years ago by gkronber
Fixed bugs in persistence of grammars with r3541.
comment:25 Changed 15 years ago by gkronber
Changed multi-operators in symbolic expression tree encoding to populate the list of available operators via the ApplicationManager with r3569.
comment:26 Changed 15 years ago by gkronber
Fixed bug in subroutine duplicator with r3722.
comment:27 Changed 15 years ago by gkronber
- Resolution set to fixed
- Status changed from assigned to closed
comment:28 Changed 15 years ago by gkronber
Made minor efficiency improvements in tree iteration methods with r3803.
comment:29 Changed 14 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
copied classes for SymbolicTreeSolutionEncoding form HL.GP plugins with r3218.