Opened 13 years ago
Closed 13 years ago
#1646 closed feature request (worksforme)
Implement new Crossover for GP
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | Encodings.SymbolicExpressionTreeEncoding | Version: | 3.3.5 |
Keywords: | Cc: |
Description
The current crossover implementation does not consider the restrictions resulting by the grammar. Therefore lots of possible crossover points are invalid and the crossover operation fails or the resulting trees are the same as before (swapping of identical trees). The new crossover operator should check the possible crossover points and overcome these limitations.
Change History (2)
comment:1 Changed 13 years ago by gkronber
- Status changed from new to assigned
comment:2 Changed 13 years ago by mkommend
- Milestone HeuristicLab 3.3.x Backlog deleted
- Resolution set to worksforme
- Status changed from assigned to closed
Yes you are right, this is not really an issue anymore.
Note: See
TracTickets for help on using
tickets.
I think this has been resolved with the grammar refactoring? Please check the correctness of the description and improve the description if this problem still exists.