Search:
Roadmap
Tickets
Timeline
Browse Source
Login
API
Preferences
Home
News
Download
Features
Documentation
Support
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 14744
Timestamp:
03/10/17 21:42:09 (
8 years
ago)
Author:
pkimmesw
Message:
#2665
Renamings due to typos, ManagedPool tests, Skip Noops in Debugger
Location:
branches/PushGP/HeuristicLab.PushGP
Files:
24 added
51 edited
.vs/PushGp/v14/.suo
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/BenchmarkSuiteDataDescriptor.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/BenchmarkSuiteInstanceProvider.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/HeuristicLab.BenchmarkSuite.csproj
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/IBenchmarkSuiteDataDescriptor.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/Checksum.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/CountOdds.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/Example.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Views/DataEditorView.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/HeuristicLab.Problems.ProgramSynthesis.csproj
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/HeuristicLab.Problems.ProgramSynthesis.csproj.user
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Configuration/IReadonlyPushConfiguration.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Configuration/PushConfiguration.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Creator/PointsBasedPushProgramCreator.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Data/List
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Data/List/SkipList.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Data/Pool/ManagedPool.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Data/Pool/PoolContainer.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/BooleanExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/CodeExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/DefineExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/DoCountExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/DoRangeExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/DoTimesExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/DuplicateExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/EqualsExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/ExecExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/Expression.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/ExpressionTable.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/FloatExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/FlushExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/IntegerExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/LoopExpression.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/NameExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/PopExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/PushExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/PushProgram.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/PushResultExpression.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/RandExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/RotateExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/ShoveExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/StackdepthExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/StatefulExpression.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/SwapExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/YankDuplicateExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/YankExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Generators/CodeGenerator.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Interpreter/IPushInterpreter.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Interpreter/PooledPushInterpreter.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Interpreter/PushInterpreter.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Interpreter/PushInterpreterPool.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Parser/PushParser.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/PushEncoding.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/PushProblem.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/PushSolution.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Simplifier/RandomSimplifier.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Stack/PushStack.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Views/PushProgramDebuggerView.Designer.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Views/PushProgramDebuggerView.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Views/PushProgramDebuggerView.resx
(modified)
(
view diffs
)
HeuristicLab.Tests/Benchmark/ProblemTests.cs
(modified)
(
view diffs
)
HeuristicLab.Tests/Interpreter/ExpressionTest.cs
(modified)
(
view diffs
)
PushGP.Cli/Program.cs
(modified)
(
view diffs
)
PushGp.sln
(modified)
(
view diffs
)
TestPooling
(added)
TestPooling/App.config
(added)
TestPooling/Pool
(added)
TestPooling/Pool/ManagedPool.cs
(added)
TestPooling/Pool/ManagedPool2.cs
(added)
TestPooling/Pool/ManagedPoolProvider.cs
(added)
TestPooling/Pool/ObjectPool.cs
(added)
TestPooling/Program.cs
(added)
TestPooling/Properties
(added)
TestPooling/Properties/AssemblyInfo.cs
(added)
TestPooling/TestPooling.csproj
(added)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive