- Timestamp:
- 02/10/15 09:57:29 (10 years ago)
- Location:
- branches/ALPS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ALPS
- Property svn:mergeinfo changed
-
branches/ALPS/HeuristicLab.Analysis
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Analysis merged: 11703,11854,11856,11914,11970
- Property svn:mergeinfo changed
-
branches/ALPS/HeuristicLab.Analysis/3.3/MultiObjective/ParetoFrontAnalyzer.cs
r11171 r11975 31 31 [Item("ParetoFrontAnalyzer", "Analyzer for multiobjective problems that collects and presents the current Pareto front as double matrix as well as the solution scopes that lie on the current front.")] 32 32 [StorableClass] 33 public abstract class ParetoFrontAnalyzer : SingleSuccessorOperator, IAnalyzer {33 public abstract class ParetoFrontAnalyzer : SingleSuccessorOperator, IAnalyzer, IMultiObjectiveOperator { 34 34 public virtual bool EnabledByDefault { 35 35 get { return true; }
Note: See TracChangeset
for help on using the changeset viewer.