Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/17/16 00:29:30 (8 years ago)
Author:
abeham
Message:

#2457: worked on seeding algorithm instances

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PerformanceComparison/HeuristicLab.Encodings.PermutationEncoding/3.3/Creators/PreexistingPermutationCreator.cs

    r13706 r13713  
    7373      Parameters.Add(new LookupParameter<Permutation>("Permutation", "The new random permutation."));
    7474      Parameters.Add(new ValueParameter<PermutationType>("PermutationType", "The type of the permutation.", new PermutationType(PermutationTypes.RelativeUndirected)));
    75       Parameters.Add(new ValueLookupParameter<ScopeList>("PreexistingSolutions", "The list of solutions that should be used to create a new solution."));
    76       Parameters.Add(new ValueLookupParameter<BoolValue>("SampleFromPreexisting", "Whether the preexisting solutions should be used as a basis to sample from or whether they should be cloned."));
     75      Parameters.Add(new ValueLookupParameter<ScopeList>("PreexistingSolutions", "The list of solutions that should be used to create a new solution.", new ScopeList()));
     76      Parameters.Add(new ValueLookupParameter<BoolValue>("SampleFromPreexisting", "Whether the preexisting solutions should be used as a basis to sample from or whether they should be cloned.", new BoolValue(true)));
    7777    }
    7878
Note: See TracChangeset for help on using the changeset viewer.