Changeset 11994 for trunk/sources
- Timestamp:
- 02/12/15 20:34:01 (10 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab 3.3.sln
r11987 r11994 2102 2102 HideSolutionNode = FALSE 2103 2103 EndGlobalSection 2104 GlobalSection(NestedProjects) = preSolution 2105 {F62BCD22-FB83-4444-9401-8031C2487A86} = {7EB6A587-BD45-40F2-BB15-4A69677A326C} 2106 {4FE983A1-AAF8-4977-B9E2-52B3224510CB} = {7EB6A587-BD45-40F2-BB15-4A69677A326C} 2107 EndGlobalSection 2104 2108 EndGlobal -
trunk/sources/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3.csproj
r11993 r11994 150 150 <ProjectReference Include="..\..\HeuristicLab.Problems.Binary\3.3\HeuristicLab.Problems.Binary-3.3.csproj"> 151 151 <Project>{fc627be5-0f93-47d8-bd2e-530ea2b8aa5f}</Project> 152 <Name>HeuristicLab.Problems.Binary Vector-3.3</Name>152 <Name>HeuristicLab.Problems.Binary-3.3</Name> 153 153 <Private>False</Private> 154 154 </ProjectReference> -
trunk/sources/HeuristicLab.Problems.OneMax/3.3/OneMaxProblem.cs
r11171 r11994 34 34 namespace HeuristicLab.Problems.OneMax { 35 35 [Item("OneMax Problem", "Represents a OneMax Problem.")] 36 [Creatable("Problems")]37 36 [StorableClass] 38 37 public sealed class OneMaxProblem : SingleObjectiveHeuristicOptimizationProblem<IOneMaxEvaluator, IBinaryVectorCreator>, IStorableContent {
Note: See TracChangeset
for help on using the changeset viewer.