Opened 7 years ago
Closed 7 years ago
#2878 closed defect (done)
Error in Deserialization of ConstantOptimizationEvaluator
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.16 |
Component: | Problems.DataAnalysis.Symbolic.Regression | Version: | trunk |
Keywords: | Cc: |
Description
If a file is loaded with the coop evaluator it is reconfigured to count the function and gradient evaluations, although this was deactivated in the file.
Change History (7)
comment:1 Changed 7 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 7 years ago by mkommend
comment:3 Changed 7 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:4 Changed 7 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from reviewing to readytorelease
Reviewed r15611. Please merge to stable
comment:5 Changed 7 years ago by mkommend
comment:6 Changed 7 years ago by jkarder
comment:7 Changed 7 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r15611: Corrected after deserialization hook in constant optimization evaluator.