Changeset 3659 for trunk/sources/HeuristicLab.Optimization.Operators
- Timestamp:
- 05/06/10 00:47:32 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Operators/3.3/WeightedParentsQualityComparator.cs
r3413 r3659 53 53 Parameters.Add(new ValueLookupParameter<BoolValue>("Maximization", "True if the problem is a maximization problem, false otherwise")); 54 54 Parameters.Add(new LookupParameter<DoubleValue>("LeftSide", "The quality of the child.")); 55 Parameters.Add(new S ubScopesLookupParameter<DoubleValue>("RightSide", "The qualities of the parents."));55 Parameters.Add(new ScopeTreeLookupParameter<DoubleValue>("RightSide", "The qualities of the parents.")); 56 56 Parameters.Add(new LookupParameter<BoolValue>("Result", "The result of the comparison: True means Quality is better, False means it is worse than parents.")); 57 57 Parameters.Add(new ValueLookupParameter<DoubleValue>("ComparisonFactor", "Determines if the quality should be compared to the better parent (1.0), to the worse (0.0) or to any linearly interpolated value between them."));
Note: See TracChangeset
for help on using the changeset viewer.