Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/23/11 10:00:31 (13 years ago)
Author:
abeham
Message:

#1465

  • updated branch with trunk changes
Location:
branches/histogram
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/histogram

  • branches/histogram/HeuristicLab.Optimization.Operators/3.3/HeuristicLab.Optimization.Operators-3.3.csproj

    r5163 r6046  
    1919    </UpgradeBackupLocation>
    2020    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    21     <TargetFrameworkProfile></TargetFrameworkProfile>
     21    <TargetFrameworkProfile>
     22    </TargetFrameworkProfile>
    2223    <PublishUrl>publish\</PublishUrl>
    2324    <Install>true</Install>
     
    109110    <Compile Include="MultiObjective\FastNonDominatedSort.cs" />
    110111    <Compile Include="MultiObjective\RankAndCrowdingSorter.cs" />
     112    <Compile Include="ShakingOperator.cs" />
    111113    <Compile Include="UserDefinedCrossover.cs" />
    112114    <Compile Include="UserDefinedEvaluator.cs" />
  • branches/histogram/HeuristicLab.Optimization.Operators/3.3/QualityComparator.cs

    r5445 r6046  
    5151      Parameters.Add(new LookupParameter<DoubleValue>("LeftSide", "The left side of the comparison."));
    5252      Parameters.Add(new ValueLookupParameter<DoubleValue>("RightSide", "The right side of the comparison."));
    53       Parameters.Add(new LookupParameter<BoolValue>("Result", "The result of the comparison."));
     53      Parameters.Add(new LookupParameter<BoolValue>("Result", "The result of the comparison, true if the quality on the LeftSide is better than the quality on the RightSide."));
    5454      Parameters.Add(new ValueLookupParameter<BoolValue>("Maximization", "True if the problem is a maximization problem, otherwise false."));
    5555    }
Note: See TracChangeset for help on using the changeset viewer.