Changeset 15273 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Configuration/IReadonlyPushConfiguration.cs
- Timestamp:
- 07/19/17 12:55:58 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Configuration/IReadonlyPushConfiguration.cs
r15032 r15273 2 2 using System.Collections.Generic; 3 3 using Base.Erc; 4 using Common;5 6 using HeuristicLab.Core;7 4 8 5 using Stack; 9 6 10 public interface IReadOnlyPushConfiguration : IItem { 7 public interface IReadOnlyPushConfiguration : IReadOnlyExpressionsConfiguration { 8 int Seed { get; } 11 9 int EvalPushLimit { get; } 12 10 int MaxDepth { get; }
Note: See TracChangeset
for help on using the changeset viewer.