- Timestamp:
- 08/08/12 23:59:16 (12 years ago)
- Location:
- branches/HeuristicLab.Mono
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Mono
- Property svn:mergeinfo changed
-
branches/HeuristicLab.Mono/HeuristicLab.Algorithms.ScatterSearch/3.3
-
Property
svn:ignore
set to
*.user
Plugin.cs
obj
-
Property
svn:ignore
set to
-
branches/HeuristicLab.Mono/HeuristicLab.Algorithms.ScatterSearch/3.3/Properties
-
Property
svn:ignore
set to
AssemblyInfo.cs
-
Property
svn:ignore
set to
-
branches/HeuristicLab.Mono/HeuristicLab.Algorithms.ScatterSearch/3.3/ScatterSearch.cs
r8348 r8451 212 212 213 213 uniformSubScopesProcessor.Operator = solutionImprover; 214 uniformSubScopesProcessor.ParallelParameter.Value = new BoolValue(true); 214 215 uniformSubScopesProcessor.Successor = variableCreator; 215 216 -
branches/HeuristicLab.Mono/HeuristicLab.Algorithms.ScatterSearch/3.3/ScatterSearchMainLoop.cs
r8319 r8451 309 309 uniformSubScopesProcessor2.DepthParameter.Value = new IntValue(2); 310 310 uniformSubScopesProcessor2.Operator = solutionImprover1; 311 uniformSubScopesProcessor2.ParallelParameter.Value = new BoolValue(true); 311 312 uniformSubScopesProcessor2.Successor = subScopesProcessor4; 312 313 … … 351 352 uniformSubScopesProcessor3.DepthParameter.Value = new IntValue(1); 352 353 uniformSubScopesProcessor3.Operator = solutionImprover2; 354 uniformSubScopesProcessor3.ParallelParameter.Value = new BoolValue(true); 353 355 uniformSubScopesProcessor3.Successor = dataReducer2; 354 356
Note: See TracChangeset
for help on using the changeset viewer.