Free cookie consent management tool by TermsFeed Policy Generator

Changeset 5438 for trunk/sources


Ignore:
Timestamp:
02/04/11 23:25:37 (13 years ago)
Author:
gkronber
Message:

#1040 Reviewed NSGA-II operators in 'HeuristicLab.Analysis.MultiObjective', 'HeuristicLab.Optimization.Operators.MultiObjective' and 'HeuristicLab.Selection' and fixed minor issues.

Location:
trunk/sources/HeuristicLab.Analysis/3.3/MultiObjective
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Analysis/3.3/MultiObjective/ParetoFrontAnalyzer.cs

    r5143 r5438  
    88
    99namespace HeuristicLab.Analysis {
    10   [Item("BasicMultiObjectiveSolutionAnalyzer", "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.")]
     10  [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.")]
    1111  [StorableClass]
    1212  public abstract class ParetoFrontAnalyzer : SingleSuccessorOperator, IAnalyzer {
  • trunk/sources/HeuristicLab.Analysis/3.3/MultiObjective/RankBasedParetoFrontAnalyzer.cs

    r5143 r5438  
    3030
    3131namespace HeuristicLab.Analysis {
    32   [Item("RankBasedParetoFrontAnalyzer", "Uses the rank value that is computed by e.g. the NSGA2's fast non dominated sort operator to collect all solutions and their qualities of front 0 (the current pareto front).")]
     32  [Item("RankBasedParetoFrontAnalyzer", "Uses the rank value that is computed by e.g. the NSGA2's fast non dominated sort operator to collect all solutions and their qualities of front 0 (the current Pareto front).")]
    3333  [StorableClass]
    3434  public class RankBasedParetoFrontAnalyzer : ParetoFrontAnalyzer {
Note: See TracChangeset for help on using the changeset viewer.