Changeset 15277 for stable/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/ParticleSwarmOptimizationMainLoop.cs
- Timestamp:
- 07/21/17 11:18:40 (7 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 15071,15076,15091-15093,15096,15102,15114,15181,15201,15214,15223-15224,15228
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/ParticleSwarmOptimizationMainLoop.cs
r14186 r15277 122 122 Placeholder evaluatorPlaceholder = new Placeholder(); 123 123 Placeholder analyzerPlaceholder = new Placeholder(); 124 Placeholder analyzer2Placeholder = new Placeholder(); 124 125 UniformSubScopesProcessor uniformSubScopeProcessor = new UniformSubScopesProcessor(); 125 126 Placeholder particleUpdaterPlaceholder = new Placeholder(); … … 192 193 conditionalBranch.ConditionParameter.ActualName = "ContinueIteration"; 193 194 conditionalBranch.TrueBranch = analyzerPlaceholder; 195 conditionalBranch.FalseBranch = analyzer2Placeholder; 196 197 analyzer2Placeholder.Name = "(Analyzer)"; 198 analyzer2Placeholder.OperatorParameter.ActualName = AnalyzerParameter.Name; 194 199 #endregion 195 200 }
Note: See TracChangeset
for help on using the changeset viewer.