Changeset 3750 for trunk/sources/HeuristicLab.Algorithms.EvolutionStrategy
- Timestamp:
- 05/10/10 17:19:34 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Algorithms.EvolutionStrategy/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.EvolutionStrategy/3.3/EvolutionStrategyMainLoop.cs
r3715 r3750 154 154 ConditionalBranch conditionalBranch = new ConditionalBranch(); 155 155 156 variableCreator.CollectedValues.Add(new ValueParameter<IntValue>("Generations", new IntValue(0))); 156 variableCreator.CollectedValues.Add(new ValueParameter<IntValue>("Generations", new IntValue(0))); // Class EvolutionStrategy expects this to be called Generations 157 157 158 158 resultsCollector1.CollectedValues.Add(new LookupParameter<IntValue>("Generations"));
Note: See TracChangeset
for help on using the changeset viewer.