Opened 10 years ago
Closed 10 years ago
#2285 closed enhancement (done)
SymbolicDataAnalysisSingleObjectiveValidationAnalyzer does not implement IStochasticOperator
Reported by: | pfleck | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.11 |
Component: | Problems.DataAnalysis.Symbolic | Version: | 3.3.10 |
Keywords: | Cc: |
Description
SymbolicDataAnalysisSingleObjectiveValidationAnalyzer does not implement the IStochasticOperator interface. Therefore the Random-Parameter is not correctly parameterized for some Algorithms (Island-GA, ALPS-GA).
Change History (5)
comment:1 Changed 10 years ago by pfleck
- Status changed from new to accepted
comment:2 Changed 10 years ago by pfleck
comment:3 Changed 10 years ago by pfleck
- Owner changed from pfleck to mkommend
- Status changed from accepted to reviewing
comment:4 Changed 10 years ago by mkommend
- Status changed from reviewing to readytorelease
comment:5 Changed 10 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r11675 Added missing interface.