Last change
on this file since 15160 was
14009,
checked in by thasling, 8 years ago
|
#2615:
made minor changes,
wrong commit happende last time, so still tbd:
-sort List
-dispose of anaylzer is never called
|
File size:
220 bytes
|
Rev | Line | |
---|
[13957] | 1 | using System;
|
---|
| 2 | using System.Collections.Generic;
|
---|
| 3 | using System.Linq;
|
---|
| 4 | using System.Text;
|
---|
| 5 | using System.Threading.Tasks;
|
---|
| 6 |
|
---|
| 7 | namespace DistributedGA.Hive {
|
---|
[14009] | 8 | public enum MigrationStrategy { Best, Worst, Random };
|
---|
[13957] | 9 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.