Free cookie consent management tool by TermsFeed Policy Generator

Changeset 15175


Ignore:
Timestamp:
07/10/17 14:32:37 (7 years ago)
Author:
bwerth
Message:

#2592 fixed .csproj and typo in IIndicator

Location:
branches/MOCMAEvolutionStrategy/HeuristicLab.Algorithms.MOCMAEvolutionStrategy/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/MOCMAEvolutionStrategy/HeuristicLab.Algorithms.MOCMAEvolutionStrategy/3.3/HeuristicLab.Algorithms.MOCMAEvolutionStrategy-3.3.csproj

    r15089 r15175  
    106106  </ItemGroup>
    107107  <ItemGroup>
    108     <Compile Include="IDominatingArchive.cs" />
    109108    <Compile Include="Indicators\MinimalDistanceIndicator.cs" />
    110109    <Compile Include="Indicators\CrowdingIndicator.cs" />
    111110    <Compile Include="Indicators\HypervolumeIndicator.cs" />
    112111    <Compile Include="IIndicator.cs" />
    113     <Compile Include="Archives\ListArchive.cs" />
    114112    <Compile Include="Individual.cs" />
    115113    <Compile Include="MOCMAEvolutionStrategy.cs" />
  • branches/MOCMAEvolutionStrategy/HeuristicLab.Algorithms.MOCMAEvolutionStrategy/3.3/IIndicator.cs

    r15045 r15175  
    3232    /// <typeparam name="TR"></typeparam>
    3333    /// <param name="front">a front which will be evaluated</param>
    34     /// <param name="problem">The problem on which the front is evaluated (!! The function itself will NOT be evluated only bounds referencePoints & other metadate will be used</param>
     34    /// <param name="problem">The problem on which the front is evaluated (!! The function itself will NOT be evluated only bounds referencePoints & other metadata will be used</param>
    3535    /// <returns>the index of the least contributing point according to any type of quality criteria</returns>
    3636    int LeastContributer(IReadOnlyList<Individual> front, MultiObjectiveBasicProblem<RealVectorEncoding> problem);
Note: See TracChangeset for help on using the changeset viewer.