Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/25/13 12:37:18 (12 years ago)
Author:
sforsten
Message:

#1980:

  • fixed several bugs (crossover, subsumption, serialization etc.)
  • added ModuloOperator
  • CombinedIntegerVectorClassificationProblem\Data and VariableVectorClassificationProblem\Data inherit from ConditionActionClassificationProblem\Data
  • it can now be set how often the analyzers have to be executed
  • VariableVectorAction, VariableVectorCondition and VariableVectorInput now inherit from Item
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/LearningClassifierSystems/HeuristicLab.Encodings.CombinedIntegerVectorEncoding/3.3/HeuristicLab.Encodings.CombinedIntegerVectorEncoding-3.3.csproj

    r9228 r9242  
    128128    <Compile Include="Creators\UniformRandomCombinedIntegerVectorCreator.cs" />
    129129    <Compile Include="Crossovers\SinglePointCrossover.cs" />
     130    <Compile Include="Interfaces\ICombinedIntegerVectorClassificationProblem.cs" />
     131    <Compile Include="Interfaces\ICombinedIntegerVectorClassificationProblemData.cs" />
    130132    <Compile Include="Interfaces\ICombinedIntegerVectorManipulator.cs" />
    131133    <Compile Include="Interfaces\ICombinedIntegerVectorCrossover.cs" />
    132     <Compile Include="Interfaces\IBoundedCombinedIntegerVectorOperator.cs" />
    133134    <Compile Include="Interfaces\ICombinedIntegerVectorCreator.cs" />
    134135    <Compile Include="Interfaces\ICombinedIntegerVectorOperator.cs" />
Note: See TracChangeset for help on using the changeset viewer.