Changeset 14265
- Timestamp:
- 08/22/16 22:51:52 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/thasling/DistributedGA/DistributedGA.Hive/P2PMigrationAnalyzer.cs
r14261 r14265 113 113 Parameters.Add(new ValueParameter<IntValue>("MigrationInterval", "", new IntValue(5))); 114 114 Parameters.Add(new ValueParameter<PercentValue>("MigrationRate", "", new PercentValue(0.05))); 115 Parameters.Add(new ValueParameter<PercentValue>("CommunicationRate", "", new PercentValue(0. 10)));116 Parameters.Add(new ValueParameter<IntValue>("MessageCacheCapacity", "", new IntValue( 1000)));115 Parameters.Add(new ValueParameter<PercentValue>("CommunicationRate", "", new PercentValue(0.25))); 116 Parameters.Add(new ValueParameter<IntValue>("MessageCacheCapacity", "", new IntValue(40))); 117 117 Parameters.Add(new ValueParameter<StringValue>("LanIpPrefix", "", new StringValue("10."))); 118 118 Parameters.Add(new LookupParameter<IRandom>("Random", "The random number generator")); 119 Parameters.Add(new ValueParameter<StringValue>("ContactServerURL", "", new StringValue("net.tcp://10. 42.1.150:9090/DistributedGA.ContactServer/ContactService")));119 Parameters.Add(new ValueParameter<StringValue>("ContactServerURL", "", new StringValue("net.tcp://10.20.71.18:9090/DistributedGA.ContactServer/ContactService"))); 120 120 Parameters.Add(new ValueParameter<StringValue>("JobGUID", "", new StringValue(Guid.NewGuid().ToString()))); 121 121 Parameters.Add(new ValueParameter<ILog>("Log", "The log", new Log(1000)));
Note: See TracChangeset
for help on using the changeset viewer.