Search:
Roadmap
Tickets
Timeline
Browse Source
Login
API
Preferences
Home
News
Download
Features
Documentation
Support
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
14777
for
branches
Timestamp:
03/23/17 01:11:18 (
8 years
ago)
Author:
pkimmesw
Message:
#2665
simplifier, push solution results view, performance improvements, small bug fixes, ui fixes
Location:
branches/PushGP/HeuristicLab.PushGP
Files:
44 added
13 deleted
67 edited
.vs/PushGp/v14/.suo
(modified)
(
view diffs
)
FeatureTests
(added)
FeatureTests/App.config
(added)
FeatureTests/DirtyList
(added)
FeatureTests/DirtyList/DirtyList.cs
(added)
FeatureTests/DirtyList/PushList.cs
(added)
FeatureTests/DirtyList/PushStack.cs
(added)
FeatureTests/DirtyList/PushStack3.cs
(added)
FeatureTests/FeatureTests.csproj
(added)
FeatureTests/Pool
(added)
FeatureTests/Pool/IPooledObject.cs
(added)
FeatureTests/Pool/ManagedPool.cs
(added)
FeatureTests/Pool/ManagedPoolProvider.cs
(added)
FeatureTests/Pool/ObjectPool.cs
(added)
FeatureTests/Pool/PooledList.cs
(added)
FeatureTests/Program.cs
(added)
FeatureTests/Properties
(added)
FeatureTests/Properties/AssemblyInfo.cs
(added)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/BenchmarkSuiteDataDescriptor.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/BenchmarkSuiteInstanceProvider.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/DataTypes.cs
(added)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/ERC
(added)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/ERC/BooleanErcOptions.cs
(added)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/ERC/ErcOption.cs
(added)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/ERC/ErcOptionRange.cs
(added)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/ERC/ProblemErcOptions.cs
(added)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/ERC/StringErcOptions.cs
(added)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Example.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/ExampleArgumentConverter.cs
(added)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/ExampleArgumentType.cs
(added)
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/Data.cs
(added)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Views/DataEditorView.Designer.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Views/DataEditorView.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Views/ViewHelper.cs
(added)
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/Attributes/PushExpressionAttriubte.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Configuration/IEnabledExpressionsConfiguration.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Configuration/IReadonlyPushConfiguration.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Configuration/PushConfiguration.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Creator/IPushProgramCreator.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Creator/PointsBasedPushProgramCreator.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Data/Pool/IPooledObject.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Data/Pool/ManagedPoolProvider.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Data/Pool/ObjectPool.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Data/Pool/PooledList.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Data/Tree
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Data/Tree/Tree.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Data/Tree/TreeExtensions.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Data/Tree/TreeNode.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/BooleanExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/CharExpressions.cs
(added)
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/EmptyExpresssions.cs
(added)
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.bk.cs
(deleted)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/PushProgram.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
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/StringExpressions.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
(deleted)
HeuristicLab.Problems.ProgramSynthesis/Push/Generators/LinearCodeGenerator.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Generators/RecursiveCodeGenerator.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Interpreter/IPushInterpreter.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Interpreter/InterpreterPoolContainer.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Interpreter/PooledPushInterpreter.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Interpreter/PushInterpreter.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Interpreter/PushInterpreterPool.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Parser/PushParser.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/DataBounds.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/PushEncoding.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/PushEvaluator.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/PushProblem.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/PushSolution.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/PushEvalutator.cs
(deleted)
HeuristicLab.Problems.ProgramSynthesis/Push/PushProgram.cs
(deleted)
HeuristicLab.Problems.ProgramSynthesis/Push/Simplifier/ISimplifier.cs
(deleted)
HeuristicLab.Problems.ProgramSynthesis/Push/Simplifier/RandomSimplifier.cs
(deleted)
HeuristicLab.Problems.ProgramSynthesis/Push/Simplifier/Simplifier.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Solution
(deleted)
HeuristicLab.Problems.ProgramSynthesis/Push/Stack/IStack.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Stack/PushStack.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Stack/StackType.cs
(deleted)
HeuristicLab.Problems.ProgramSynthesis/Push/Stack/StackTypes.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Views/ExpressionSelectionView.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Views/ExpressionSelectionView.resx
(modified)
(
view diffs
)
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/Data
(deleted)
HeuristicLab.Tests/Benchmark/Example.cs
(deleted)
HeuristicLab.Tests/Benchmark/ExampleConverter.cs
(deleted)
HeuristicLab.Tests/Benchmark/Problem
(deleted)
HeuristicLab.Tests/Benchmark/ProblemTests.cs
(modified)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Tests.csproj.user
(modified)
(
view diffs
)
HeuristicLab.Tests/Interpreter/InterpreterTest.cs
(deleted)
PushGP.Cli/Program.cs
(modified)
(
view diffs
)
PushGp.sln
(modified)
(
view diffs
)
PushGp.sln.DotSettings.user
(modified)
(
view diffs
)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive