Changeset 15289 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/SolutionCreator/IPlushCreator.cs
- Timestamp:
- 07/26/17 19:34:13 (7 years ago)
- Location:
- branches/PushGP/HeuristicLab.PushGP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP
-
Property
svn:ignore
set to
*.user
-
Property
svn:ignore
set to
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/SolutionCreator/IPlushCreator.cs
r15275 r15289 12 12 IValueLookupParameter<IntValue> MinCloseParameter { get; } 13 13 IValueLookupParameter<IntValue> MaxCloseParameter { get; } 14 IValueLookupParameter<DoubleValue> CloseBiasLevelParameter { get; } 14 15 IValueLookupParameter<PercentValue> InInstructionProbabilityParameter { get; } 15 16 IValueLookupParameter<IReadOnlyErcOptions> ErcOptionsParameter { get; }
Note: See TracChangeset
for help on using the changeset viewer.