Opened 13 years ago
Closed 13 years ago
#1584 closed enhancement (done)
Deactivate analyzers per default
Reported by: | swagner | Owned by: | abeham |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.6 |
Component: | Analysis | Version: | 3.3.6 |
Keywords: | Cc: |
Description
When setting a new problem in an algorithm, all the analyzers provided by the problem are added and activated in the algorithm. As some analyzers are quite run-time intensive, this reduces the algorithm execution speed significantly. Therefore it should be possible to define for each analyzer, if it should be activated per default or not.
Change History (8)
comment:1 Changed 13 years ago by abeham
- Summary changed from Deactive analyzers per default to Deactivate analyzers per default
comment:2 Changed 13 years ago by swagner
- Status changed from new to accepted
comment:3 Changed 13 years ago by swagner
comment:4 Changed 13 years ago by swagner
- Owner changed from swagner to abeham
- Status changed from accepted to reviewing
comment:5 Changed 13 years ago by mkommend
r7174: Adapted SchedulingAnalyzer to new IAnalyzer interface.
comment:6 Changed 13 years ago by svonolfe
Adapted VRP analyzers to the new IAnalyzer interface in r7175
comment:7 Changed 13 years ago by abeham
- Status changed from reviewing to readytorelease
changes look good
comment:8 Changed 13 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.5 to 3.3.6
Note: See
TracTickets for help on using
tickets.
Disabled AlleleFrequencyAnalyzers, PopulationDiversityAnalyzers, and SuccessfulOffspringAnalyzer by default in r7172.