Search:
Roadmap
Tickets
Timeline
Browse Source
Login
API
Preferences
Home
News
Download
Features
Documentation
Support
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 15771
Timestamp:
02/13/18 16:56:35 (
7 years
ago)
Author:
bburlacu
Message:
#2895
: Add solution skeleton for PushGP with genealogy analysis.
Location:
branches/2895_PushGP_GenealogyAnalysis
Files:
13 added
24 deleted
245 edited
55 copied
.
(added)
Build.cmd
(copied)
(copied from
addons/HeuristicLab.PushGP/Build.cmd
)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite
)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/BenchmarkSuiteDataDescriptor.cs
(deleted)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/BenchmarkSuiteInstanceProvider.cs
(deleted)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/BenchmarkSuiteOverview.cd
(deleted)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/CsvParser.cs
(deleted)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data
(deleted)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/DataTypes.cs
(deleted)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Example.cs
(deleted)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/ExampleArgumentConverter.cs
(deleted)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/ExampleArgumentType.cs
(deleted)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/HeuristicLab.BenchmarkSuite.csproj
(modified)
(
view diffs
)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/IBenchmarkSuiteDataDescriptor.cs
(deleted)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Plugin.cs
(deleted)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/ProblemData.cs
(deleted)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/ProblemType.cs
(deleted)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems
(deleted)
HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Views
(deleted)
HeuristicLab.Problems.ProgramSynthesis
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.Base
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis.Base
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.Base/Erc
(deleted)
HeuristicLab.Problems.ProgramSynthesis.Base/Extensions
(deleted)
HeuristicLab.Problems.ProgramSynthesis.Base/Generators
(deleted)
HeuristicLab.Problems.ProgramSynthesis.Base/HeuristicLab.Problems.ProgramSynthesis.Base.csproj
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.Base/Weighted
(deleted)
HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis
(added)
HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/Analyzers
(copied)
(copied from
branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking/3.4/Analyzers
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/Analyzers/EvolutionTrackingAnalyzer.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/Analyzers/GenealogyAnalyzer.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/Analyzers/SelectionSchemeAnalyzer.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/Collections
(copied)
(copied from
branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking/3.4/Collections
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/Collections/CloneableCollection.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/Fragment.cs
(copied)
(copied from
branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking/3.4/Fragment.cs
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/GenealogyGraph
(copied)
(copied from
branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking/3.4/GenealogyGraph
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/GenealogyGraph/GenealogyGraph.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/GenealogyGraph/GenealogyGraphArc.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/GenealogyGraph/GenealogyGraphNode.cs
(copied)
(copied from
branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking/3.4/GenealogyGraph/GenealogyGraphNode.cs
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/GenealogyGraph/Interfaces/IGenealogyGraph.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/GenealogyGraph/Interfaces/IGenealogyGraphArc.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/GenealogyGraph/Interfaces/IGenealogyGraphNode.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis.csproj
(added)
HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/Interfaces
(copied)
(copied from
branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking/3.4/Interfaces
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/Interfaces/IFragment.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/Operators
(copied)
(copied from
branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking/3.4/Operators
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/Operators/AfterCrossoverOperator.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/Operators/AfterManipulatorOperator.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/Operators/AfterSolutionCreatorOperator.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/Operators/BeforeCrossoverOperator.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/Operators/BeforeManipulatorOperator.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/Operators/EvolutionTrackingOperator.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/Operators/Interfaces/ICrossoverOperator.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/Operators/Interfaces/IManipulatorOperator.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/Operators/RemovePopulationGraphFromResults.cs
(copied)
(copied from
branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking/3.4/Operators/RemovePopulationGraphFromResults.cs
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/Plugin.cs.frame
(copied)
(copied from
branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking/3.4/Plugin.cs.frame
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/Properties
(added)
HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/Properties/AssemblyInfo.cs
(added)
HeuristicLab.Problems.ProgramSynthesis.Views
(added)
HeuristicLab.Problems.ProgramSynthesis.Views/BenchmarkSuite
(added)
HeuristicLab.Problems.ProgramSynthesis.Views/BenchmarkSuite/DataEditorView.Designer.cs
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Views/DataEditorView.Designer.cs
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.Views/BenchmarkSuite/DataEditorView.cs
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Views/DataEditorView.cs
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.Views/BenchmarkSuite/DataEditorView.resx
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Views/DataEditorView.resx
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.Views/BenchmarkSuite/ViewHelper.cs
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Views/ViewHelper.cs
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.Views/BenchmarkSuitePushSolutionView.Designer.cs
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Solution/BenchmarkSuite/BenchmarkSuitePushSolutionView.Designer.cs
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.Views/BenchmarkSuitePushSolutionView.cs
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Solution/BenchmarkSuite/BenchmarkSuitePushSolutionView.cs
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.Views/BenchmarkSuitePushSolutionView.resx
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Solution/BenchmarkSuite/BenchmarkSuitePushSolutionView.resx
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.Views/Erc
(added)
HeuristicLab.Problems.ProgramSynthesis.Views/Erc/CheckedErcItemCollectionView.Designer.cs
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis.Base/Erc/Views/CheckedErcItemCollectionView.Designer.cs
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.Views/Erc/CheckedErcItemCollectionView.cs
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis.Base/Erc/Views/CheckedErcItemCollectionView.cs
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.Views/Erc/ErcOptionsView.Designer.cs
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis.Base/Erc/Views/ErcOptionsView.Designer.cs
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.Views/Erc/ErcOptionsView.cs
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis.Base/Erc/Views/ErcOptionsView.cs
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.Views/Erc/ErcOptionsView.resx
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis.Base/Erc/Views/ErcOptionsView.resx
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.Views/ExpressionSelectionView.Designer.cs
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Views/ExpressionSelectionView.Designer.cs
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.Views/ExpressionSelectionView.cs
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Views/ExpressionSelectionView.cs
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.Views/ExpressionSelectionView.resx
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Views/ExpressionSelectionView.resx
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.Views/HeuristicLab.Problems.ProgramSynthesis.Views.csproj
(added)
HeuristicLab.Problems.ProgramSynthesis.Views/Properties
(added)
HeuristicLab.Problems.ProgramSynthesis.Views/Properties/AssemblyInfo.cs
(added)
HeuristicLab.Problems.ProgramSynthesis.Views/PushDebuggerView.Designer.cs
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Views/PushDebuggerView.Designer.cs
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.Views/PushDebuggerView.cs
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Views/PushDebuggerView.cs
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.Views/PushDebuggerView.resx
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Views/PushDebuggerView.resx
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.Views/PushProgramTreeView.Designer.cs
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Views/PushProgramTreeView.Designer.cs
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis.Views/PushProgramTreeView.cs
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Views/PushProgramTreeView.cs
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/HeuristicLab.Problems.ProgramSynthesis.csproj
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Plugin.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Properties/AssemblyInfo.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base
(added)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Erc
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis.Base/Erc
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Erc/Boolean/BooleanErcOptions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Erc/Boolean/BooleanRandomErc.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Erc/Char/CharErcOptions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Erc/ConstantsErcValue.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Erc/ErcOption.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Erc/ErcOptionConvertible.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Erc/ErcOptions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Erc/Float/FloatConstantErc.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Erc/Float/FloatErcOptions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Erc/Float/FloatRangeErc.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Erc/FloatVector/FloatVectorConstantsErc.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Erc/FloatVector/FloatVectorErcOptions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Erc/IErcItem.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Erc/IReadOnlyErcOptions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Erc/Integer/IntegerConstantErc.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Erc/Integer/IntegerErcOptions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Erc/Integer/IntegerRangeErc.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Erc/IntegerVector/IntegerVectorConstantsErc.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Erc/IntegerVector/IntegerVectorErcOptions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Erc/Name/NameErcOptions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Erc/String/StringConstantErc.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Erc/String/StringErcOptions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Erc/String/StringRandomErc.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Erc/StringVector/StringVectorConstantsErc.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Erc/StringVector/StringVectorErcOptions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Erc/VectorConstantsErc.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Erc/Views
(deleted)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Erc/WeightedErcItem.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Extensions
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis.Base/Extensions
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Extensions/EnumerableExtensions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Extensions/MathExtensions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Extensions/NormalDistributedRandomExtensions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Extensions/StringExtensions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Extensions/TypeExtensions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Generators
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis.Base/Generators
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Generators/StringGenerator.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Weighted
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis.Base/Weighted
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push.Base/Weighted/IWeighted.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Analyzer/IIndividualZeroErrorAnalyzer.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Analyzer/IIndividualZeroErrorDistributionAnalyzer.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Analyzer/IPushExpressionAnalyzer.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Analyzer/IndividualZeroErrorAnalyzer.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Analyzer/IndividualZeroErrorDistributionAnalyzer.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Analyzer/PushExpressionFrequencyAnalyzer.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Attributes/PushExpressionAttriubte.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Attributes/PushStackAttribute.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite
(added)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/BenchmarkSuiteDataDescriptor.cs
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/BenchmarkSuiteDataDescriptor.cs
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/BenchmarkSuiteInstanceProvider.cs
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/BenchmarkSuiteInstanceProvider.cs
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/BenchmarkSuiteOverview.cd
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/BenchmarkSuiteOverview.cd
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/CsvParser.cs
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/CsvParser.cs
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Data
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/DataTypes.cs
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/DataTypes.cs
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Example.cs
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Example.cs
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/ExampleArgumentConverter.cs
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/ExampleArgumentConverter.cs
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/ExampleArgumentType.cs
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/ExampleArgumentType.cs
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/IBenchmarkSuiteDataDescriptor.cs
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/IBenchmarkSuiteDataDescriptor.cs
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Plugin.cs
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Plugin.cs
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/ProblemData.cs
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/ProblemData.cs
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/ProblemType.cs
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/ProblemType.cs
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Problems
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems
)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Problems/Checksum.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Problems/CollatzNumbers.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Problems/CompareStringLengths.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Problems/CountOdds.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Problems/Digits.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Problems/DoubleLetters.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Problems/Grades.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Problems/LastIndexOfZero.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Problems/Median.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Problems/MedianIntegerError.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Problems/MirrorImage.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Problems/NegativeToZero.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Problems/NumberIo.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Problems/PigLatin.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Problems/ReplaceSpaceWithNewline.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Problems/ScrabbleScore.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Problems/SmallOrLarge.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Problems/Smallest.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Problems/StringDifferences.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Problems/StringLengthsBackwards.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Problems/SumOfSquares.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Problems/SuperAnagrams.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Problems/Syllables.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Problems/VectorSummed.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Problems/WallisPi.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Problems/WordStats.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/BenchmarkSuite/Problems/XWordLines.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/Configuration/PushConfigurationBase.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Constants/PushEnvironment.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Crossover/AlternationCrossover.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Crossover/IPlushCrossover.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Data/List/SkipList.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Data/Pool/IPooledObject.cs
(modified)
(
view diffs
)
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
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Data/Pool/PooledObject.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Data/Tree/TreeExtensions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Data/Tree/TreeNode.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Encoding/IPlushOperator.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Encoding/PlushEncoding.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Encoding/PlushEntry.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Encoding/PlushVector.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Evaluator/EvaluationResult.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Evaluator/IPushEvaluator.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Evaluator/PushBenchmarkSuiteEvaluator.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Exporter/Exporter.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/BooleanExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/CharExpressions.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/EmptyExpression.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/InExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/IntegerExpressions.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/PrintExpressions.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/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/StatelessExpression.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/StringExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/SwapExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/VectorButLastExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/VectorConcatExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/VectorConjExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/VectorContainsExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/VectorEmptyExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/VectorFirstExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/VectorIndexOfExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/VectorIterateExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/VectorLastExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/VectorLengthExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/VectorNthExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/VectorOccurrenceOfExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/VectorPushAllExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/VectorRemoveExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/VectorReplaceExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/VectorReplaceFirstExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/VectorRestExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/VectorReverseExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/VectorSetExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/VectorSubExpressions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/VectorTakeExpressions.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/Extensions/CharExtentions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Extensions/CollectionExtensions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Extensions/ControlExntensions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Extensions/EnumExtensions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Extensions/LongExtensions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Extensions/RandomExtensions.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Extensions/StringBuilderExtensions.cs
(modified)
(
view diffs
)
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/IInternalPushInterpreter.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Interpreter/IPushInterpreter.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Interpreter/InterpreterPoolContainer.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/Manipulator/IPlushManipulator.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Manipulator/UniformMutation.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/ObjectPools/Random/SeededRandomPool.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/ObjectPools/StringBuilderPool.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Parser/PushParser.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/BenchmarkSuite/IntegerVectorPushBenchmarkSuiteProblem.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/BenchmarkSuite/PlushPushBenchmarkSuiteProblem.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/DataBounds.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/IntegerVectorPushProblem.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/PlushPushProblem.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/PushProblem.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Problem/PushProblemBase.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Selector/ICaseSingleObjectiveSelector.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Selector/LexicaseSelector.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Simplifier/Simplifier.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Solution/BenchmarkSuite/BenchmarkSuitePushSolutionView.Designer.cs
(deleted)
HeuristicLab.Problems.ProgramSynthesis/Push/Solution/BenchmarkSuite/BenchmarkSuitePushSolutionView.cs
(deleted)
HeuristicLab.Problems.ProgramSynthesis/Push/Solution/BenchmarkSuite/BenchmarkSuitePushSolutionView.resx
(deleted)
HeuristicLab.Problems.ProgramSynthesis/Push/Solution/BenchmarkSuite/PushBenchmarkSuiteSolution.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Solution/IPushSolution.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Solution/PushSolution.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/SolutionCreator/IPlushCreator.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/SolutionCreator/PlushCreator.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/SolutionCreator/PushSolutionCreator.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/SolutionCreator/PushSolutionEncoding.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Stack/IPrintStack.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Stack/IPushStack.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Stack/IPushStackBase.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Stack/InterpreterStackStringifier.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Stack/PrintStack.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Stack/PushStack.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Stack/StackTypes.cs
(modified)
(
view diffs
)
HeuristicLab.Problems.ProgramSynthesis/Push/Views
(deleted)
HeuristicLab.Tests
(copied)
(copied from
addons/HeuristicLab.PushGP/HeuristicLab.Tests
)
(
view diffs
)
HeuristicLab.Tests/Benchmark/GPTests.cs
(modified)
(
view diffs
)
HeuristicLab.Tests/Benchmark/RandomWalkTests.cs
(modified)
(
view diffs
)
HeuristicLab.Tests/Benchmark/SolutionTests.cs
(modified)
(
view diffs
)
HeuristicLab.Tests/Components/PrintStackTests.cs
(modified)
(
view diffs
)
HeuristicLab.Tests/Erc/ErcTests.cs
(modified)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Tests.csproj
(modified)
(
view diffs
)
HeuristicLab.Tests/Interpreter/ExpressionTest.cs
(modified)
(
view diffs
)
HeuristicLab.Tests/Interpreter/Expressions/BooleanExpressionTests.cs
(modified)
(
view diffs
)
HeuristicLab.Tests/Interpreter/Expressions/BooleanVectorExpressionsTests.cs
(modified)
(
view diffs
)
HeuristicLab.Tests/Interpreter/Expressions/CharExpressionTests.cs
(modified)
(
view diffs
)
HeuristicLab.Tests/Interpreter/Expressions/CodeExpressionTests.cs
(modified)
(
view diffs
)
HeuristicLab.Tests/Interpreter/Expressions/CommonTests.cs
(modified)
(
view diffs
)
HeuristicLab.Tests/Interpreter/Expressions/ExampleTests.cs
(modified)
(
view diffs
)
HeuristicLab.Tests/Interpreter/Expressions/ExecExpressionTests.cs
(modified)
(
view diffs
)
HeuristicLab.Tests/Interpreter/Expressions/FloatExpressionTests.cs
(modified)
(
view diffs
)
HeuristicLab.Tests/Interpreter/Expressions/FloatVectorExpressionTests.cs
(modified)
(
view diffs
)
HeuristicLab.Tests/Interpreter/Expressions/IntegerExpressionTests.cs
(modified)
(
view diffs
)
HeuristicLab.Tests/Interpreter/Expressions/IntegerVectorExpressionTests.cs
(modified)
(
view diffs
)
HeuristicLab.Tests/Interpreter/Expressions/NameExpressionTests.cs
(modified)
(
view diffs
)
HeuristicLab.Tests/Interpreter/Expressions/PrintExpressionTests.cs
(modified)
(
view diffs
)
HeuristicLab.Tests/Interpreter/Expressions/PushProgramTests.cs
(modified)
(
view diffs
)
HeuristicLab.Tests/Interpreter/Expressions/StandardTests.cs
(modified)
(
view diffs
)
HeuristicLab.Tests/Interpreter/Expressions/StringExpressionTests.cs
(modified)
(
view diffs
)
HeuristicLab.Tests/Interpreter/Expressions/StringVectorExpressionTests.cs
(modified)
(
view diffs
)
HeuristicLab.Tests/Interpreter/Expressions/VectorExpressionTests.cs
(modified)
(
view diffs
)
HeuristicLab.Tests/Problem/DeterministicTests.cs
(modified)
(
view diffs
)
HeuristicLab.Tests/Problem/IndividualMapperTests.cs
(modified)
(
view diffs
)
HeuristicLab.Tests/Simplifier/SimplifierTests.cs
(modified)
(
view diffs
)
Push HL Files
(copied)
(copied from
addons/HeuristicLab.PushGP/Push HL Files
)
(
view diffs
)
PushGP.Cli
(copied)
(copied from
addons/HeuristicLab.PushGP/PushGP.Cli
)
(
view diffs
)
PushGP.Cli/Program.cs
(modified)
(
view diffs
)
PushGp.sln
(copied)
(copied from
addons/HeuristicLab.PushGP/PushGp.sln
)
(
view diffs
)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive