Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/25/15 23:24:01 (8 years ago)
Author:
abeham
Message:

#2521:

  • Adapted single-objective test function problem to new problem infrastructure
  • Added additional interfaces to RealVectorEncoding
  • Fixed IParticleUpdater interface (must implement IStochasticOperator if it contains a Random parameter)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ProblemRefactoring/HeuristicLab.Encodings.RealVectorEncoding/3.3/HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj

    r11961 r13403  
    115115  <ItemGroup>
    116116    <Compile Include="Creators\NormalDistributedRealVectorCreator.cs" />
     117    <Compile Include="Interfaces\IRealVectorAdditiveMoveQualityOperator.cs" />
     118    <Compile Include="Interfaces\IRealVectorBoundedOperator.cs" />
    117119    <Compile Include="Interfaces\IRealVectorMultiNeighborhoodShakingOperator.cs" />
     120    <Compile Include="Interfaces\IRealVectorSolutionsOperator.cs" />
     121    <Compile Include="Interfaces\IRealVectorSolutionOperator.cs" />
    118122    <Compile Include="ParticleOperators\RealVectorParticleCreator.cs" />
    119123    <Compile Include="Crossovers\BlendAlphaBetaCrossover.cs" />
     
    157161    <Compile Include="Interfaces\IRealVectorStdDevStrategyParameterManipulator.cs" />
    158162    <Compile Include="Interfaces\IRealVectorStdDevStrategyParameterOperator.cs" />
    159     <Compile Include="Interfaces\IAdditiveRealVectorMoveOperator.cs" />
     163    <Compile Include="Interfaces\IRealVectorAdditiveMoveOperator.cs" />
    160164    <Compile Include="Interfaces\IRealVectorBoundsChecker.cs" />
    161165    <Compile Include="Interfaces\IRealVectorMoveGenerator.cs" />
Note: See TracChangeset for help on using the changeset viewer.