Opened 10 years ago
Closed 10 years ago
#2483 closed defect (done)
Encodings don't store the SolutionCreator
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.13 |
Component: | Optimization | Version: | 3.3.12 |
Keywords: | Cc: |
Description
The Storable attribute is missing for the solution creator. This has not been an issue until recently, because the solutionCreator is stored in the problem as well.
Change History (6)
comment:1 Changed 10 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 10 years ago by mkommend
comment:3 Changed 10 years ago by mkommend
- Owner changed from mkommend to abeham
- Status changed from accepted to reviewing
comment:4 Changed 10 years ago by abeham
- Owner changed from abeham to mkommend
- Status changed from reviewing to readytorelease
ok
comment:5 Changed 10 years ago by mkommend
comment:6 Changed 10 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r12981: Added Storable attribute for the solution creator in the encoding bas class.