Search:
Roadmap
Tickets
Timeline
Browse Source
Login
API
Preferences
Home
News
Download
Features
Documentation
Support
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 14897
Timestamp:
04/28/17 22:52:08 (
8 years
ago)
Author:
pkimmesw
Message:
#2665
Dynamic ErcValues, Separate Push from BenchmarkSuite Push
Location:
branches/PushGP/HeuristicLab.PushGP
Files:
57 added
17 deleted
61 edited
.vs/PushGp/v14/.suo
(modified)
(
view diffs
)
FeatureTests/FeatureTests.csproj
(modified)
(
view diffs
)
FeatureTests/Program.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/BenchmarkSuiteDataDescriptor.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples.zip
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/DataTypes.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Example.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/ExampleArgumentConverter.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/HeuristicLab.BenchmarkSuite.csproj
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Plugin.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/Checksum.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/CollatzNumbers.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/CompareStringLengths.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/CountOdds.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/Digits.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/DoubleLetters.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/EvenSquares.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/ForLoopIndex.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/Grades.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/LastIndexOfZero.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/Median.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/MirrorImage.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/NegativeToZero.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/NumberIo.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/PigLatin.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/ProblemData.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/ReplaceSpaceWithNewline.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/ScrabbleScore.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/SmallOrLarge.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/Smallest.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/StringDifferences.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/StringLengthsBackwards.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/SumOfSquares.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/SuperAnagrams.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/Syllables.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/VectorSummed.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/WallisPi.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/WordStats.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/XWordLines.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Views/DataEditorView.cs
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Views/DataEditorView.resx
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/Boolean
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/Boolean/BooleanErcOptions.cs
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/Boolean/BooleanRandomErcValue.cs
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/BooleanErcOptions.cs
(deleted)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/Char
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/Char/CharErcOptions.cs
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/CharErcOptions.cs
(deleted)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/ConstantsErcValue.cs
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/ErcOption.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/ErcOptionConvertible.cs
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/ErcOptions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/Float
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/Float/FloatConstantErcValue.cs
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/Float/FloatErcOptions.cs
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/Float/FloatRangeErcValue.cs
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/FloatErcOptions.cs
(deleted)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/FloatVector
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/FloatVector/FloatVectorConstantsErcValue.cs
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/FloatVector/FloatVectorErcOptions.cs
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/FloatVectorErcOptions.cs
(deleted)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/IErcValueItem.cs
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/IReadOnlyErcOptions.cs
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/IWeightedErcValueItem.cs
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/Integer
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/Integer/IntegerConstantErcValue.cs
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/Integer/IntegerErcOptions.cs
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/Integer/IntegerRangeErcValue.cs
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/IntegerErcOptions.cs
(deleted)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/IntegerVector
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/IntegerVector/IntegerVectorConstantsErcValue.cs
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/IntegerVector/IntegerVectorErcOptions.cs
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/IntegerVectorErcOptions.cs
(deleted)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/Interfaces
(deleted)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/NameErcOptions.cs
(deleted)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/String
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/String/StringConstantErcValue.cs
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/String/StringErcOptions.cs
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/String/StringRandomErcValue.cs
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/StringErcOptions.cs
(deleted)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/StringVector
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/StringVector/StringVectorConstantsErcValue.cs
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/StringVector/StringVectorErcOptions.cs
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/StringVectorErcOptions.cs
(deleted)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/VectorConstantsErcValue.cs
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/WeightedErcValueItem.cs
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Generators
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Generators/StringGenerator.cs
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/HeuristicLab.Problems.ProgramSynthesis.Base.csproj
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.Base/HeuristicLab.Problems.ProgramSynthesis.Base.csproj.DotSettings
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/HeuristicLab.Problems.ProgramSynthesis.Base.csproj.user
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Plugin.cs
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Weighted
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Weighted/IWeighted.cs
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Weighted/WeightedExtensions.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/HeuristicLab.Problems.ProgramSynthesis.csproj
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Plugin.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Properties/Resources.resx
(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/Constants
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Constants/Environment.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/EqualsExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/PrintExpressions.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/RandExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Generators/CodeGenerator/CodeGeneratorUtils.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Generators/ErcUtils.cs
(deleted)
HeuristicLab.Problems.ProgramSynthesis/Push/Generators/StringGenerator.cs
(deleted)
HeuristicLab.Problems.ProgramSynthesis/Push/Interpreter/IPushInterpreter.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Interpreter/PushInterpreter.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/BenchmarkSuite
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/BenchmarkSuite/BenchmarkSuitePushSolutionView.Designer.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/BenchmarkSuite/BenchmarkSuitePushSolutionView.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/BenchmarkSuite/BenchmarkSuitePushSolutionView.resx
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/BenchmarkSuite/PushBenchmarkSuiteEvaluator.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/BenchmarkSuite/PushBenchmarkSuiteProblem.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/BenchmarkSuite/PushBenchmarkSuiteSolution.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/EvaluationResult.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/IPushEvaluator.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/IndividualMapper.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/PushEvaluator.cs
(deleted)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/PushProblem.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/PushSolution.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Stack/StackTypes.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Views/ExpressionSelectionView.resx
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Views/PushDebuggerView.Designer.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Views/PushDebuggerView.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Views/PushDebuggerView.resx
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Views/PushProgramDebuggerView.Designer.cs
(deleted)
HeuristicLab.Problems.ProgramSynthesis/Push/Views/PushProgramDebuggerView.cs
(deleted)
HeuristicLab.Problems.ProgramSynthesis/Push/Views/PushProgramDebuggerView.resx
(deleted)
HeuristicLab.Tests/Benchmark/DataTests.cs
(added)
HeuristicLab.Tests/Benchmark/ProblemTests.cs
(deleted)
HeuristicLab.Tests/Benchmark/RandomWalkTests.cs
(added)
HeuristicLab.Tests/HeuristicLab.Tests.csproj
(modified)
(
view diffs
)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive