Opened 8 years ago
Closed 8 years ago
#2712 closed defect (done)
GaussianProcesses define a Maximization parameter
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.15 |
Component: | Algorithms.DataAnalysis | Version: | 3.3.14 |
Keywords: | Cc: |
Description
This is produces an error during run creation if the solved problem also defines a maximization parameter (such as the SymbolicDataAnalysisProblem), because during parameter collection a InvalidArgumentException is thrown due to duplicate keys. #2711 solves the change of the execution state, but still no run is created. Therefore, the actual name of the maximization parameter should be changed to a more specific one (e.g., "Maximization (BFGS)").
Change History (4)
comment:1 Changed 8 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 8 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:3 Changed 8 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from reviewing to readytorelease
Reviewed r14434. Thanks!
comment:4 Changed 8 years ago by gkronber
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r14434: Changed name of MaximizationParameter for BFGS from "Maximization" to "Maximization (BFGS)" and adapted the backwards compatibility code accordingly.