Opened 7 years ago
Last modified 5 years ago
#2798 new enhancement
Unify Important Multi-objective Calculations
Reported by: | bwerth | Owned by: | bwerth |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.17 |
Component: | Optimization | Version: | |
Keywords: | Cc: |
Description
Important concepts in multiobjective optimization:
Non-dominated sorting /ordering / finding the pareto set from a set Similar functions can be found in:
Operators.Optimization: FastNonDominatedSort Optimization: DominationCalculator
Problems.Testfunctions.MultiObjective: NonDominatedSelect
Hypervolume,(Inverted) generational Distance, Spacing:
Problems.Testfunctions.MultiObjective: Calculaters-folder
Crowding:
Problems.Testfunctions.MultiObjective: Calculaters-folder
Optimization.Operators.CrowdingDistanceAssignment
Change History (2)
comment:1 Changed 7 years ago by abeham
- Version 3.3.14 deleted
comment:2 Changed 5 years ago by gkronber
- Milestone changed from HeuristicLab 3.3.16 to HeuristicLab 3.3.17
Note: See
TracTickets for help on using
tickets.