Free cookie consent management tool by TermsFeed Policy Generator

Opened 12 years ago

Closed 12 years ago

#1828 closed feature request (done)

Add a temperature analyzer to simulated annealing

Reported by: abeham Owned by: abeham
Priority: medium Milestone: HeuristicLab 3.3.7
Component: Algorithms.SimulatedAnnealing Version: 3.3.7
Keywords: Cc:

Description


Change History (5)

comment:1 Changed 12 years ago by abeham

  • Status changed from new to accepted

comment:2 Changed 12 years ago by abeham

  • Owner changed from abeham to swagner
  • Status changed from accepted to reviewing

r8016:

  • Added a SingleValueAnalyzer to HeuristicLab.Analysis
    • The ValueAnalyzer was not usable without changing the operator graph, it has a ScopeTreeLookupParameter and is only suitable to analyze values of children
    • I think we need an analyzer like this anyway so I implemented it and named it SingleValueAnalyzer
  • Added that to SA and parameterized accordingly

comment:3 Changed 12 years ago by mkommend

  • Owner changed from swagner to mkommend

comment:4 Changed 12 years ago by mkommend

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

I haven't found any issues with the implemented analyzer or the adaption of SA.

comment:5 Changed 12 years ago by mkommend

  • Resolution set to done
  • Status changed from readytorelease to closed
  • Version changed from 3.3.6 to 3.3.7
Note: See TracTickets for help on using tickets.