Opened 13 years ago
Last modified 5 years ago
#1696 assigned enhancement
Integrate Fitness Landscape Analysis
Reported by: | epitzer | Owned by: | abeham |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.x Backlog |
Component: | Analysis.FitnessLandscape | Version: | branch |
Keywords: | Cc: |
Description
Move fitness landscape analysis plugins to this repository and prepare for (partial) integration into the trunk.
Change History (38)
comment:1 Changed 13 years ago by epitzer
- Status changed from new to accepted
comment:2 Changed 13 years ago by epitzer
comment:3 Changed 13 years ago by epitzer
r7141 correct output paths and add VRP analysis project
comment:4 Changed 13 years ago by epitzer
r7149 fix NK problem view plugin metadata.
comment:5 Changed 13 years ago by gkronber
comment:6 Changed 13 years ago by epitzer
r7181 Remove readonly restriction from storable fields to allow sandboxed operation
comment:7 Changed 13 years ago by epitzer
comment:8 Changed 13 years ago by epitzer
r7208 Add ResultNamesCollector for easier configuration of BoxCharts
comment:9 Changed 13 years ago by epitzer
r7210 Improve usability of BoxChart creator: add automatic positioning of new chart elements
comment:10 Changed 13 years ago by epitzer
r7211 Make ResultNamesCollector return a CheckedItemCollection instead of individual results
comment:11 Changed 13 years ago by epitzer
r7212 Add RunCollectionDiscretizer for discretization of many values at the same time
comment:12 Changed 13 years ago by svonolfe
Added VRP problem analyzer in r7231
comment:13 Changed 13 years ago by epitzer
r7232: Updated build configuration and simplified thread handling and removed hard coded paths
comment:14 Changed 13 years ago by gkronber
The scatter plot view should not be createable
comment:15 Changed 13 years ago by epitzer
r7291: Remove creatable attribute from ScatterPlot.
comment:16 Changed 13 years ago by epitzer
r7314: Update ALGLIB references
comment:17 Changed 13 years ago by epitzer
r7315: Add VRP depot excentricity metrics
comment:18 Changed 13 years ago by svonolfe
r7316: Added Picture generator
comment:19 Changed 13 years ago by epitzer
r7321: Tweak appearance of VRP visualization
comment:20 Changed 13 years ago by epitzer
r7398: tune picture generator and add additional problems
comment:21 Changed 13 years ago by epitzer
r7472 adjust plugin dependencies
comment:22 Changed 13 years ago by epitzer
r7783 add neutrality breadth analysis by including and analyzing the number of possible neutral neighbors both overall and inside neutral areas
comment:23 Changed 13 years ago by ascheibe
comment:24 Changed 13 years ago by epitzer
r8005 derive NK Landscape from SingleObjectiveHeuristicOptimizationProblem
comment:25 Changed 12 years ago by epitzer
improve information analysis r8725
- fixed a bug in quality delta filtering
- report finer-grained results
- add total entropy
- add peak values to results
comment:26 Changed 12 years ago by epitzer
Improve Information Analyzer r8744
- Configurable discretized or full quantile analysis
- Configurable shape size
- Include peak information values and deltas in results
comment:27 Changed 12 years ago by epitzer
r9142 enable information analysis on very short walks
comment:28 Changed 12 years ago by epitzer
r9143 implement repeated up-down walks and multi-trajectory aggregation of up-down walks
comment:29 Changed 12 years ago by jkarder
comment:30 Changed 11 years ago by svonolfe
r10299: Adapted all FLA related operators to subclass InstrumentedOperator
comment:31 Changed 10 years ago by ascheibe
r11626 switched FLA branch to .NET 4.5
comment:32 Changed 10 years ago by ascheibe
r11630 added missing app.config file to FLA branch
comment:33 Changed 10 years ago by ascheibe
comment:34 Changed 7 years ago by pfleck
comment:35 Changed 7 years ago by abeham
r15290: fixed MultiTrajectoryAnalysis
comment:36 Changed 7 years ago by abeham
- Owner changed from epitzer to architects
- Status changed from accepted to assigned
comment:37 Changed 7 years ago by jkarder
- Owner changed from architects to abeham
HL architects: abeham will incorporate parts of this into the trunk, the rest will continue to live as addon; the version will be updated to 3.4 to allow side-by-side execution of the addon and the trunk version
comment:38 Changed 5 years ago by abeham
r17106: fixed references
r7128 Integrate fitness landscape analysis plugins from Heureka! repository.