Changeset 9160 for branches/LearningClassifierSystems/HeuristicLab.Encodings.ConditionActionEncoding
- Timestamp:
- 01/15/13 10:47:09 (12 years ago)
- Location:
- branches/LearningClassifierSystems/HeuristicLab.Encodings.ConditionActionEncoding/3.3
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/LearningClassifierSystems/HeuristicLab.Encodings.ConditionActionEncoding/3.3/HeuristicLab.Encodings.ConditionActionEncoding-3.3.csproj
r9154 r9160 68 68 <Private>False</Private> 69 69 </Reference> 70 <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" /> 70 71 <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 71 72 <Private>False</Private> … … 120 121 <Compile Include="Selectors\IMatchSelector.cs" /> 121 122 <Compile Include="Selectors\MatchSelector.cs" /> 123 <Compile Include="Selectors\PreservingRightReducer.cs" /> 122 124 <Compile Include="Subsumption\ActionSetSubsumptionOperator.cs" /> 123 125 <Compile Include="Subsumption\CheckGASubsumptionOperator.cs" /> -
branches/LearningClassifierSystems/HeuristicLab.Encodings.ConditionActionEncoding/3.3/Interfaces/IConditionActionProblemData.cs
r9154 r9160 34 34 IEnumerable<string> AllowedActionVariables { get; } 35 35 36 IntValue Length { get; }37 IntValue ActionLength { get; }38 IntMatrix Bounds { get; }39 40 36 IClassifier FetchClassifier(int rowNumber); 41 37
Note: See TracChangeset
for help on using the changeset viewer.