Closed HeuristicLab-Trac-Bot closed 14 years ago
Added best solution analyzer for artificial ant problem with r3631.
- changes in LS
- counting evaluated moves
- tracking best quality which is needed by the algorithm
- changes in TS
- adapted to analyzer
- added a neighborhood analyzer that shows what percentage of the neighborhood is tabu
Added anaylzers for the SingleObjectiveTestFunction problem in r3647
- ported Island GA to Analyzers
- ported OSGA to Analyzers
- changed OSGA to use OSGA's main operator
Implemented analyzers for symbolic expression tree encoding, artificial ant problem and symbolic regression problem with r3651.
Added analyzer to calculate and track min, avg, and max R² on the training set for symbolic regression problems with r3652.
Worked on in r3658.
- removed specific analyzer interfaces
- adapted
MultiAnalyzer
Worked on in r3659.
- removed
SubScopesSubScopesLookupParameter
- adapted
SubScopesLookupParameter
and renamed it intoScopeTreeLookupParameter
- prepared TF visualization
- removed obsolete TF solution analyzers
Worked on in r3664.
- fixed bug in
MultiAnalyzer
- fixed flickering of results
Implemented operators to analyze and track training/test mse/R²/rel. Error over time for symbolic regression problems with r3666.
Worked on in r3667
- Updated OneMax analyzer
- Updated Knapsack analyzer
- Fixed bug in OneMax and TF analyzer views
- updated Island OSGA, SASEGASA
- minor changes to Island GA and OSGA
Adapted analyzers to use ScopeTreeLookupParameter and wire the depth setting correctly for
SymbolicExpressionTreeEncoding
ArtificialAntProblem
SymbolicRegression
with r3681.
Added 'special treatment' of operators that use
LookupParameters
instead ofScopeTreeLookupParameters
contained in analyzers with r3683.
Fixed naming issues in
DataTableValuesCollector
,ResultsCollector
andVariableCreator
in r3687.
Fixed bug in
DataTableValuesCollector
andResultsCollector
in r3690.
The concept of
Analyzers
has been implemented and turned out to be quite suitable. Closing this ticket for now. All further issues should be treated in more specific tickets.
Milestone Iteration 4 deleted
Milestone Current deleted
Issue migrated from trac ticket # 999
milestone: HeuristicLab 3.3.0 | component: Analysis | priority: high | resolution: done
2010-05-04 15:55:30: @s-wagner created the issue