Changeset 15335 for trunk/sources
- Timestamp:
- 08/21/17 15:25:51 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.MOCMAEvolutionStrategy/3.3/MOCMAEvolutionStrategy.cs
r15226 r15335 367 367 #region Mainloop 368 368 protected override void Run(CancellationToken cancellationToken) { 369 while (ResultsIterations < MaximumGenerations ) {369 while (ResultsIterations < MaximumGenerations && ResultsEvaluations < MaximumEvaluatedSolutions) { 370 370 try { 371 371 Iterate();
Note: See TracChangeset
for help on using the changeset viewer.