Free cookie consent management tool by TermsFeed Policy Generator

Changeset 14265 for branches/thasling


Ignore:
Timestamp:
08/22/16 22:51:52 (8 years ago)
Author:
thasling
Message:

#2615:
changed default entries in P2PMigrationAnalyzer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/thasling/DistributedGA/DistributedGA.Hive/P2PMigrationAnalyzer.cs

    r14261 r14265  
    113113      Parameters.Add(new ValueParameter<IntValue>("MigrationInterval", "", new IntValue(5)));
    114114      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)));
    117117      Parameters.Add(new ValueParameter<StringValue>("LanIpPrefix", "", new StringValue("10.")));
    118118      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")));
    120120      Parameters.Add(new ValueParameter<StringValue>("JobGUID", "", new StringValue(Guid.NewGuid().ToString())));
    121121      Parameters.Add(new ValueParameter<ILog>("Log", "The log", new Log(1000)));
Note: See TracChangeset for help on using the changeset viewer.