Changeset 15771 for branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis/Push/Interpreter/PushInterpreterPool.cs
- Timestamp:
- 02/13/18 16:56:35 (7 years ago)
- Location:
- branches/2895_PushGP_GenealogyAnalysis
- Files:
-
- 1 added
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis/Push/Interpreter/PushInterpreterPool.cs
r15341 r15771 1 namespace HeuristicLab.Problems.ProgramSynthesis.Push.Interpreter { 2 using System; 3 using HeuristicLab.Core; 4 using HeuristicLab.Problems.ProgramSynthesis.Push.Configuration; 5 using HeuristicLab.Problems.ProgramSynthesis.Push.Data.Pool; 6 using HeuristicLab.Problems.ProgramSynthesis.Push.Expressions; 1 using System; 2 using HeuristicLab.Core; 7 3 4 namespace HeuristicLab.Problems.ProgramSynthesis { 8 5 public class PushInterpreterPool { 9 6 private readonly ObjectPool<PooledPushInterpreter> pool;
Note: See TracChangeset
for help on using the changeset viewer.