Changeset 9467 for branches/LearningClassifierSystems/HeuristicLab.Encodings.ConditionActionEncoding
- Timestamp:
- 05/08/13 14:12:00 (12 years ago)
- Location:
- branches/LearningClassifierSystems
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/LearningClassifierSystems
-
Property
svn:mergeinfo
set to
/trunk/sources/HeuristicLab.Core merged eligible
-
Property
svn:mergeinfo
set to
-
branches/LearningClassifierSystems/HeuristicLab.Encodings.ConditionActionEncoding/3.3/HeuristicLab.Encodings.ConditionActionEncoding-3.3.csproj
r9411 r9467 120 120 <Compile Include="Interfaces\IConditionActionSolution.cs" /> 121 121 <Compile Include="Interfaces\IXCSModel.cs" /> 122 <Compile Include="Interfaces\IXCSSelector.cs" /> 122 123 <Compile Include="Interfaces\IXCSSolution.cs" /> 123 124 <Compile Include="Manipulator\IProbabilityMutatorOperator.cs" /> … … 137 138 <Compile Include="Reinforcement\IActionExecuter.cs" /> 138 139 <Compile Include="Reinforcement\IClassifierFetcher.cs" /> 140 <Compile Include="Selection\ProportionalTournamentSelector.cs" /> 139 141 <Compile Include="Subsumption\ActionSetSubsumptionOperator.cs" /> 140 142 <Compile Include="Subsumption\CheckGASubsumptionOperator.cs" /> -
branches/LearningClassifierSystems/HeuristicLab.Encodings.ConditionActionEncoding/3.3/Interfaces/IConditionActionProblem.cs
r9411 r9467 28 28 string ChildName { get; } 29 29 30 IParameter MaximizationParameter { get; } 31 30 32 new IConditionActionProblemData ProblemData { get; } 31 33 IParameter ActionExecuterParameter { get; }
Note: See TracChangeset
for help on using the changeset viewer.