Opened 11 years ago
Closed 11 years ago
#2180 closed defect (done)
Best solution analyzer does not clone the real-vector
Reported by: | abeham | Owned by: | abeham |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.10 |
Component: | Problems.TestFunctions | Version: | 3.3.9 |
Keywords: | Cc: |
Description
This is a problem for trajectory-based methods which manipulate the current solution. Thus the solution in the result is updated and does not represent a best solution anymore.
Change History (4)
comment:1 Changed 11 years ago by abeham
- Status changed from new to accepted
comment:2 Changed 11 years ago by abeham
- Owner changed from abeham to gkronber
- Status changed from accepted to reviewing
comment:3 Changed 11 years ago by gkronber
- Owner changed from gkronber to abeham
- Status changed from reviewing to readytorelease
Reviewed, r10794. Looks fine.
comment:4 Changed 11 years ago by abeham
- Resolution set to done
- Status changed from readytorelease to closed
r10795: merged to stable
Note: See
TracTickets for help on using
tickets.
r10794: Fixed cloning of solutions in BestSingleObjectiveTestFunctionSolutionAnalyzer
I did not clone the bounds. The ternary condition makes sure the population is only added in case of a 2D problem (for visualization)