Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/14/14 14:46:00 (10 years ago)
Author:
abeham
Message:

#2174: Major refactoring:

  • ParameterVector is only a temporary datastructure that is constructed for evaluation purposes only
  • Multiple permutations are allowed
  • Special support for single-vector encodings (to apply specialized algorithms such as PSO or CMA-ES)
  • General support for multi-vector encoding
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/HeuristicLab.Problems.Programmable-3.3.csproj

    r10754 r10850  
    136136  </ItemGroup>
    137137  <ItemGroup>
     138    <Compile Include="Datastructures\PermutationParameterConfiguration.cs" />
     139    <Compile Include="Datastructures\RealParameterConfiguration.cs" />
     140    <Compile Include="Datastructures\IntegerParameterConfiguration.cs" />
     141    <Compile Include="Datastructures\BinaryParameterConfiguration.cs" />
     142    <Compile Include="Datastructures\Configuration.cs" />
     143    <Compile Include="Datastructures\ParameterConfiguration.cs" />
     144    <Compile Include="Datastructures\ParameterVector.cs" />
    138145    <Compile Include="Interfaces\ISingleObjectiveProgrammableProblemEvaluator.cs" />
    139146    <Compile Include="Operators\ParameterVectorManipulator.cs" />
     
    151158    <None Include="Properties\AssemblyInfo.cs.frame" />
    152159    <Compile Include="Properties\AssemblyInfo.cs" />
    153   </ItemGroup>
    154   <ItemGroup>
    155     <ProjectReference Include="..\..\HeuristicLab.Encodings.ParameterVector\HeuristicLab.Encodings.ParameterVectorEncoding-3.3.csproj">
    156       <Project>{ba2b2335-ef06-473f-b06d-210f356f8ebd}</Project>
    157       <Name>HeuristicLab.Encodings.ParameterVectorEncoding-3.3</Name>
    158     </ProjectReference>
    159160  </ItemGroup>
    160161  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.