Search:
Roadmap
Tickets
Timeline
Browse Source
Login
API
Preferences
Home
News
Download
Features
Documentation
Support
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 15273
Timestamp:
07/19/17 12:55:58 (
7 years
ago)
Author:
pkimmesw
Message:
#2665
Started Plush Encoding, Added Zero Error Individual Count Analyzer
Location:
branches/PushGP/HeuristicLab.PushGP
Files:
15 added
4 deleted
35 edited
.vs/PushGp/v14/.suo
(modified)
(
view diffs
)
FeatureTests/Program.cs
(modified)
(
view diffs
)
HL Files/test.hl
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/ProblemData.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc/ErcOptionConvertible.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.Base/Extensions
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/Extensions/EnumerableExtensions.cs
(added)
HeuristicLab.Problems.ProgramSynthesis.Base/HeuristicLab.Problems.ProgramSynthesis.Base.csproj
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.Base/Weighted/WeightedExtensions.cs
(deleted)
HeuristicLab.Problems.ProgramSynthesis/HeuristicLab.Problems.ProgramSynthesis.csproj
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Analyzer/IIndividualZeroErrorAnalyzer.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Analyzer/IndividualZeroErrorAnalyzer.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Analyzer/PushExpressionFrequencyAnalyzer.cs
(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/PushConfigurationBase.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Configuration/PushConfigurationParameterCollection.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Constants/Environment.cs
(deleted)
HeuristicLab.Problems.ProgramSynthesis/Push/Encoding
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Encoding/IPlushOperator.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Encoding/PlushEncoding.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Encoding/PlushEntry.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Encoding/PlushVector.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/ExpressionTable.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/InExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Extensions/ProblemDataExtensions.cs
(deleted)
HeuristicLab.Problems.ProgramSynthesis/Push/Generators/CodeGenerator/CodeGeneratorUtils.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Generators/CodeGenerator/LinearCodeGenerator.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Generators/CodeGenerator/RecursiveCodeGenerator.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Individual/IndividualExtensions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Individual/InduvidualMapper.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Interpreter/Extensions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Interpreter/IPushInterpreter.cs
(modified)
(
view diffs
)
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/ObjectPools/Random
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/ObjectPools/Random/SeededRandomPool.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/BenchmarkSuite/BenchmarkSuitePushSolutionView.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/BenchmarkSuite/PushBenchmarkSuiteEvaluator.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/BenchmarkSuite/PushBenchmarkSuiteProblem.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/IndividualMapper.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/SolutionCreator
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/SolutionCreator/IPlushCreator.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/SolutionCreator/PushSolutionCreator.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/SolutionCreator/PushSolutionEncoding.cs
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/Views/ExpressionSelectionView.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Views/PushDebuggerView.cs
(modified)
(
view diffs
)
HeuristicLab.Tests/Benchmark/SolutionTests.cs
(modified)
(
view diffs
)
HeuristicLab.Tests/Interpreter/Expressions/CommonTests.cs
(modified)
(
view diffs
)
HeuristicLab.Tests/Interpreter/Expressions/ExampleTests.cs
(modified)
(
view diffs
)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive