Opened 11 years ago
Closed 10 years ago
#2181 closed defect (done)
OffspringSelector should have a default value for the FillPopulationWithParents parameter
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.10 |
Component: | Selection | Version: | 3.3.9 |
Keywords: | Cc: |
Description
In #2172 a new ValueLookupParameter 'FillPopulationWithParents' was introduced, which determines if parents individuals should be used to fill the last generation. A problem occurs with older user defined algorithms created from an OSGA, because this parameter is not injected by the after deserialization hook of the algorithm and therefore the UDA cannot be executed. Hence, if the actual value of the parameter is null it should be set internally to false to exhibit the same behavior as previous versions of HL.
Change History (4)
comment:1 Changed 11 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 11 years ago by mkommend
- Owner changed from mkommend to abeham
- Status changed from accepted to reviewing
comment:3 Changed 11 years ago by abeham
- Owner changed from abeham to mkommend
- Status changed from reviewing to readytorelease
ok
comment:4 Changed 10 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r10826: Set fillPopulationWithParents to false if the parameter's actual value is null.