Free cookie consent management tool by TermsFeed Policy Generator

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

#2592 fixed .csproj and typo in IIndicator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.