Free cookie consent management tool by TermsFeed Policy Generator

Opened 7 years ago

Closed 7 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 7 years ago by mkommend

  • Status changed from new to accepted

r14434: Changed name of MaximizationParameter for BFGS from "Maximization" to "Maximization (BFGS)" and adapted the backwards compatibility code accordingly.

comment:2 Changed 7 years ago by mkommend

  • Owner changed from mkommend to gkronber
  • Status changed from accepted to reviewing

comment:3 Changed 7 years ago by gkronber

  • Owner changed from gkronber to mkommend
  • Status changed from reviewing to readytorelease

Reviewed r14434. Thanks!

comment:4 Changed 7 years ago by gkronber

  • Resolution set to done
  • Status changed from readytorelease to closed

r14566: merged r14434 from trunk to stable

Note: See TracTickets for help on using tickets.