#98 closed enhancement (done)
Emtpy method of ProgrammableOperator is compiled on every clone operation
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | low | Milestone: | HeuristicLab 3.3.0 |
Component: | Operators.Programmable | Version: | 3.0 |
Keywords: | Cc: |
Description
This is potentially harmful (at least for efficiancy reasons) in a GP or Meta-GP scenario.
Attachments (1)
Change History (6)
Changed 17 years ago by gkronber
comment:1 Changed 17 years ago by gkronber
- Owner changed from swagner to gkronber
- Status changed from new to assigned
comment:2 Changed 17 years ago by gkronber
- Resolution set to fixed
- Status changed from assigned to closed
fixed with r116 as suggested by pspitzli by lazily compiling the method in Apply().
comment:3 Changed 16 years ago by swagner
- Milestone changed from 3.0 to Iteration 0
Milestone 3.0 deleted
comment:4 Changed 14 years ago by swagner
- Milestone changed from Iteration 0 to Current
Milestone Iteration 0 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
suggested patch by pspitzli