Opened 5 years ago
Closed 5 years ago
#3019 closed enhancement (done)
Implementation of the Pareto Front Analysis for Symbolic Classification Problems
Reported by: | fholzing | Owned by: | mkommend |
---|---|---|---|
Priority: | low | Milestone: | HeuristicLab 3.3.17 |
Component: | Problems.DataAnalysis.Symbolic | Version: | trunk |
Keywords: | Cc: |
Description
By using NSGA-II with a Symbolic Regression Problem, a Pareto Front Analysis visualizing the Quality vs Tree Size is available. This functionality should also be implemented for Symbolic Classification Problems.
Change History (6)
comment:1 Changed 5 years ago by fholzing
comment:2 Changed 5 years ago by fholzing
- Status changed from new to accepted
comment:3 Changed 5 years ago by fholzing
- Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.17
- Owner changed from fholzing to mkommend
- Status changed from accepted to reviewing
- Version set to trunk
comment:4 Changed 5 years ago by mkommend
- Status changed from reviewing to readytorelease
Reviewed r17450.
comment:5 Changed 5 years ago by mkommend
comment:6 Changed 5 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r17450: Copied and adapted Pareto Front Analysis functionality from SymbolicRegressionMultiObjectiveTrainingBestSolutionAnalyzer to SymbolicClassificationMultiObjectiveTrainingBestSolutionAnalyzer