Last change
on this file since 15781 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
|
Line | |
---|
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 {
|
---|
8 | public enum MigrationStrategy { Best, Worst, Random };
|
---|
9 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.