Changeset 15008
- Timestamp:
- 05/31/17 12:56:57 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/GeneticAlgorithm.cs
r15007 r15008 408 408 } 409 409 410 if (oldMutator != null && defaultMutator != null)410 if (oldMutator == null && defaultMutator != null) 411 411 MutatorParameter.Value = defaultMutator; 412 412 }
Note: See TracChangeset
for help on using the changeset viewer.