Search:
Roadmap
Tickets
Timeline
Browse Source
Login
API
Preferences
Home
News
Download
Features
Documentation
Support
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 2222
Timestamp:
08/03/09 12:26:42 (
15 years
ago)
Author:
gkronber
Message:
Merged changes from GP-refactoring branch back into the trunk
#713
.
Location:
trunk/sources
Files:
76 deleted
77 edited
107 copied
HeuristicLab.CEDMA.Server/3.3/DispatcherBase.cs
(modified)
(
view diffs
)
HeuristicLab.CEDMA.Server/3.3/ExecuterBase.cs
(modified)
(
view diffs
)
HeuristicLab.CEDMA.Server/3.3/GridExecuter.cs
(modified)
(
view diffs
)
HeuristicLab.CEDMA.Server/3.3/IDispatcher.cs
(modified)
(
view diffs
)
HeuristicLab.CEDMA.Server/3.3/IExecuter.cs
(modified)
(
view diffs
)
HeuristicLab.CEDMA.Server/3.3/SimpleDispatcher.cs
(modified)
(
view diffs
)
HeuristicLab.Constraints/3.2/AllSubOperatorsTypeConstraint.cs
(deleted)
HeuristicLab.Constraints/3.2/AllSubOperatorsTypeConstraintView.Designer.cs
(deleted)
HeuristicLab.Constraints/3.2/AllSubOperatorsTypeConstraintView.cs
(deleted)
HeuristicLab.Constraints/3.2/AllSubOperatorsTypeConstraintView.resx
(deleted)
HeuristicLab.Constraints/3.2/HeuristicLab.Constraints-3.2.csproj
(modified)
(
view diffs
)
HeuristicLab.Constraints/3.2/NumberOfSubOperatorsConstraint.cs
(deleted)
HeuristicLab.Constraints/3.2/NumberOfSubOperatorsConstraintView.Designer.cs
(deleted)
HeuristicLab.Constraints/3.2/NumberOfSubOperatorsConstraintView.cs
(deleted)
HeuristicLab.Constraints/3.2/NumberOfSubOperatorsConstraintView.resx
(deleted)
HeuristicLab.Constraints/3.2/SubOperatorsConstraintAnalyser.cs
(deleted)
HeuristicLab.Constraints/3.2/SubOperatorsTypeConstraint.cs
(deleted)
HeuristicLab.Constraints/3.2/SubOperatorsTypeConstraintView.Designer.cs
(deleted)
HeuristicLab.Constraints/3.2/SubOperatorsTypeConstraintView.cs
(deleted)
HeuristicLab.Constraints/3.2/SubOperatorsTypeConstraintView.resx
(deleted)
HeuristicLab.DataAnalysis/3.2/Dataset.cs
(modified)
(
view diffs
)
HeuristicLab.GP.Boolean/3.3/And.cs
(deleted)
HeuristicLab.GP.Boolean/3.3/BooleanTreeInterpreter.cs
(modified)
(
view diffs
)
HeuristicLab.GP.Boolean/3.3/Evaluator.cs
(modified)
(
view diffs
)
HeuristicLab.GP.Boolean/3.3/FunctionLibraryInjector.cs
(modified)
(
view diffs
)
HeuristicLab.GP.Boolean/3.3/HeuristicLab.GP.Boolean-3.3.csproj
(modified)
(
view diffs
)
HeuristicLab.GP.Boolean/3.3/HeuristicLabGPBooleanPlugin.cs
(modified)
(
view diffs
)
HeuristicLab.GP.Boolean/3.3/Nand.cs
(deleted)
HeuristicLab.GP.Boolean/3.3/Nor.cs
(deleted)
HeuristicLab.GP.Boolean/3.3/Not.cs
(deleted)
HeuristicLab.GP.Boolean/3.3/Or.cs
(deleted)
HeuristicLab.GP.Boolean/3.3/SymbolTable.cs
(deleted)
HeuristicLab.GP.Boolean/3.3/Symbols
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Boolean/3.3/Symbols
)
(
view diffs
)
HeuristicLab.GP.Boolean/3.3/Symbols/And.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Boolean/3.3/Symbols/And.cs
)
(
view diffs
)
HeuristicLab.GP.Boolean/3.3/Symbols/Nand.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Boolean/3.3/Symbols/Nand.cs
)
(
view diffs
)
HeuristicLab.GP.Boolean/3.3/Symbols/Nor.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Boolean/3.3/Symbols/Nor.cs
)
(
view diffs
)
HeuristicLab.GP.Boolean/3.3/Symbols/Not.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Boolean/3.3/Symbols/Not.cs
)
(
view diffs
)
HeuristicLab.GP.Boolean/3.3/Symbols/Or.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Boolean/3.3/Symbols/Or.cs
)
(
view diffs
)
HeuristicLab.GP.Boolean/3.3/Symbols/SymbolTable.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Boolean/3.3/Symbols/SymbolTable.cs
)
(
view diffs
)
HeuristicLab.GP.Boolean/3.3/Symbols/Variable.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Boolean/3.3/Symbols/Variable.cs
)
(
view diffs
)
HeuristicLab.GP.Boolean/3.3/Symbols/VariableFunctionTree.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Boolean/3.3/Symbols/VariableFunctionTree.cs
)
(
view diffs
)
HeuristicLab.GP.Boolean/3.3/Symbols/Xor.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Boolean/3.3/Symbols/Xor.cs
)
(
view diffs
)
HeuristicLab.GP.Boolean/3.3/Variable.cs
(deleted)
HeuristicLab.GP.Boolean/3.3/Xor.cs
(deleted)
HeuristicLab.GP.Interfaces
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Interfaces
)
(
view diffs
)
HeuristicLab.GP.Interfaces/3.3
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Interfaces/3.3
)
(
view diffs
)
HeuristicLab.GP.Interfaces/3.3/HeuristicLab.GP.Interfaces-3.3.csproj
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Interfaces/3.3/HeuristicLab.GP.Interfaces-3.3.csproj
)
(
view diffs
)
HeuristicLab.GP.Interfaces/3.3/HeuristicLab.snk
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Interfaces/3.3/HeuristicLab.snk
)
(
view diffs
)
HeuristicLab.GP.Interfaces/3.3/HeuristicLabGPInterfacesPlugin.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Interfaces/3.3/HeuristicLabGPInterfacesPlugin.cs
)
(
view diffs
)
HeuristicLab.GP.Interfaces/3.3/IFunction.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Interfaces/3.3/IFunction.cs
)
(
view diffs
)
HeuristicLab.GP.Interfaces/3.3/IFunctionTree.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Interfaces/3.3/IFunctionTree.cs
)
(
view diffs
)
HeuristicLab.GP.Interfaces/3.3/IFunctionTreeNameGenerator.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Interfaces/3.3/IFunctionTreeNameGenerator.cs
)
(
view diffs
)
HeuristicLab.GP.Interfaces/3.3/IFunctionTreeSerializer.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Interfaces/3.3/IFunctionTreeSerializer.cs
)
(
view diffs
)
HeuristicLab.GP.Interfaces/3.3/IGeneticProgrammingModel.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Interfaces/3.3/IGeneticProgrammingModel.cs
)
(
view diffs
)
HeuristicLab.GP.Interfaces/3.3/Properties
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Interfaces/3.3/Properties
)
(
view diffs
)
HeuristicLab.GP.Interfaces/3.3/Properties/AssemblyInfo.frame
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Interfaces/3.3/Properties/AssemblyInfo.frame
)
(
view diffs
)
HeuristicLab.GP.Operators
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators
)
(
view diffs
)
HeuristicLab.GP.Operators/3.3
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3
)
(
view diffs
)
HeuristicLab.GP.Operators/3.3/EqualiserController.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/EqualiserController.cs
)
(
view diffs
)
HeuristicLab.GP.Operators/3.3/HeuristicLab.GP.Operators-3.3.csproj
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/HeuristicLab.GP.Operators-3.3.csproj
)
(
view diffs
)
HeuristicLab.GP.Operators/3.3/HeuristicLab.snk
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/HeuristicLab.snk
)
(
view diffs
)
HeuristicLab.GP.Operators/3.3/HeuristicLabGPOperatorsPlugin.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/HeuristicLabGPOperatorsPlugin.cs
)
(
view diffs
)
HeuristicLab.GP.Operators/3.3/Initialization
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Initialization
)
(
view diffs
)
HeuristicLab.GP.Operators/3.3/Initialization/ProbabilisticTreeCreator.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Initialization/ProbabilisticTreeCreator.cs
)
(
view diffs
)
HeuristicLab.GP.Operators/3.3/Initialization/RampedTreeCreator.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Initialization/RampedTreeCreator.cs
)
(
view diffs
)
HeuristicLab.GP.Operators/3.3/Logging
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Logging
)
(
view diffs
)
HeuristicLab.GP.Operators/3.3/Logging/TreeArityAnalyser.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Logging/TreeArityAnalyser.cs
)
(
view diffs
)
HeuristicLab.GP.Operators/3.3/Manipulation
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Manipulation
)
(
view diffs
)
HeuristicLab.GP.Operators/3.3/Manipulation/ChangeNodeTypeManipulation.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Manipulation/ChangeNodeTypeManipulation.cs
)
(
view diffs
)
HeuristicLab.GP.Operators/3.3/Manipulation/CutOutNodeManipulation.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Manipulation/CutOutNodeManipulation.cs
)
(
view diffs
)
HeuristicLab.GP.Operators/3.3/Manipulation/DeleteSubTreeManipulation.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Manipulation/DeleteSubTreeManipulation.cs
)
(
view diffs
)
HeuristicLab.GP.Operators/3.3/Manipulation/FullTreeShaker.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Manipulation/FullTreeShaker.cs
)
(
view diffs
)
HeuristicLab.GP.Operators/3.3/Manipulation/GPManipulatorBase.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Manipulation/GPManipulatorBase.cs
)
(
view diffs
)
HeuristicLab.GP.Operators/3.3/Manipulation/OnePointShaker.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Manipulation/OnePointShaker.cs
)
(
view diffs
)
HeuristicLab.GP.Operators/3.3/Manipulation/SubstituteSubTreeManipulation.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Manipulation/SubstituteSubTreeManipulation.cs
)
(
view diffs
)
HeuristicLab.GP.Operators/3.3/OffspringEqualiser.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/OffspringEqualiser.cs
)
(
view diffs
)
HeuristicLab.GP.Operators/3.3/Properties
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Properties
)
(
view diffs
)
HeuristicLab.GP.Operators/3.3/Properties/AssemblyInfo.frame
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Properties/AssemblyInfo.frame
)
(
view diffs
)
HeuristicLab.GP.Operators/3.3/Recombination
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Recombination
)
(
view diffs
)
HeuristicLab.GP.Operators/3.3/Recombination/GPCrossoverBase.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Recombination/GPCrossoverBase.cs
)
(
view diffs
)
HeuristicLab.GP.Operators/3.3/Recombination/LangdonHomologousCrossOver.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Recombination/LangdonHomologousCrossOver.cs
)
(
view diffs
)
HeuristicLab.GP.Operators/3.3/Recombination/OnePointCrossOver.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Recombination/OnePointCrossOver.cs
)
(
view diffs
)
HeuristicLab.GP.Operators/3.3/Recombination/SizeConstrictedGPCrossoverBase.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Recombination/SizeConstrictedGPCrossoverBase.cs
)
(
view diffs
)
HeuristicLab.GP.Operators/3.3/Recombination/SizeFairCrossOver.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Recombination/SizeFairCrossOver.cs
)
(
view diffs
)
HeuristicLab.GP.Operators/3.3/Recombination/StandardCrossOver.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Recombination/StandardCrossOver.cs
)
(
view diffs
)
HeuristicLab.GP.Operators/3.3/Recombination/UniformCrossover.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Recombination/UniformCrossover.cs
)
(
view diffs
)
HeuristicLab.GP.Operators/3.3/TrainingWindowSlider.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/TrainingWindowSlider.cs
)
(
view diffs
)
HeuristicLab.GP.Operators/3.3/Util.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Util.cs
)
(
view diffs
)
HeuristicLab.GP.SantaFe/3.3/AntInterpreter.cs
(modified)
(
view diffs
)
HeuristicLab.GP.SantaFe/3.3/Evaluator.cs
(modified)
(
view diffs
)
HeuristicLab.GP.SantaFe/3.3/FunctionLibraryInjector.cs
(modified)
(
view diffs
)
HeuristicLab.GP.SantaFe/3.3/HeuristicLab.GP.SantaFe-3.3.csproj
(modified)
(
view diffs
)
HeuristicLab.GP.SantaFe/3.3/HeuristicLabGPSantaFePlugin.cs
(modified)
(
view diffs
)
HeuristicLab.GP.SantaFe/3.3/IfFoodAhead.cs
(deleted)
HeuristicLab.GP.SantaFe/3.3/Left.cs
(deleted)
HeuristicLab.GP.SantaFe/3.3/Move.cs
(deleted)
HeuristicLab.GP.SantaFe/3.3/Prog2.cs
(deleted)
HeuristicLab.GP.SantaFe/3.3/Prog3.cs
(deleted)
HeuristicLab.GP.SantaFe/3.3/Right.cs
(deleted)
HeuristicLab.GP.SantaFe/3.3/SymbolTable.cs
(deleted)
HeuristicLab.GP.SantaFe/3.3/Symbols
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.SantaFe/3.3/Symbols
)
(
view diffs
)
HeuristicLab.GP.SantaFe/3.3/Symbols/IfFoodAhead.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.SantaFe/3.3/Symbols/IfFoodAhead.cs
)
(
view diffs
)
HeuristicLab.GP.SantaFe/3.3/Symbols/Left.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.SantaFe/3.3/Symbols/Left.cs
)
(
view diffs
)
HeuristicLab.GP.SantaFe/3.3/Symbols/Move.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.SantaFe/3.3/Symbols/Move.cs
)
(
view diffs
)
HeuristicLab.GP.SantaFe/3.3/Symbols/Prog2.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.SantaFe/3.3/Symbols/Prog2.cs
)
(
view diffs
)
HeuristicLab.GP.SantaFe/3.3/Symbols/Prog3.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.SantaFe/3.3/Symbols/Prog3.cs
)
(
view diffs
)
HeuristicLab.GP.SantaFe/3.3/Symbols/Right.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.SantaFe/3.3/Symbols/Right.cs
)
(
view diffs
)
HeuristicLab.GP.SantaFe/3.3/Symbols/SymbolTable.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.SantaFe/3.3/Symbols/SymbolTable.cs
)
(
view diffs
)
HeuristicLab.GP.StructureIdentification.Classification/3.3/AccuracyEvaluator.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification.Classification/3.3/ClassificationMeanSquaredErrorEvaluator.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification.Classification/3.3/ConfusionMatrixEvaluator.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification.Classification/3.3/CrossValidation.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification.Classification/3.3/GPClassificationEvaluatorBase.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification.Classification/3.3/HeuristicLab.GP.StructureIdentification.Classification-3.3.csproj
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification.Classification/3.3/HeuristicLabGPClassificationPlugin.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification.Classification/3.3/MulticlassModeller.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification.Classification/3.3/MulticlassOneVsOneAnalyzer.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification.Classification/3.3/OffspringSelectionGP.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification.Classification/3.3/ROCAnalyzer.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification.Classification/3.3/StandardGP.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification.ConditionalEvaluation/3.3/HeuristicLab.GP.StructureIdentification.ConditionalEvaluation-3.3.csproj
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification.ConditionalEvaluation/3.3/HeuristicLabGPConditionalEvaluationPlugin.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification.TimeSeries/3.3/AveragePercentageChangeEvaluator.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification.TimeSeries/3.3/HeuristicLab.GP.StructureIdentification.TimeSeries-3.3.csproj
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification.TimeSeries/3.3/HeuristicLabGPTimeSeriesPlugin.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification.TimeSeries/3.3/OffspringSelectionGP.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification.TimeSeries/3.3/ProfitEvaluator.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification.TimeSeries/3.3/StandardGP.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification.TimeSeries/3.3/TheilInequalityCoefficientEvaluator.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Addition.cs
(deleted)
HeuristicLab.GP.StructureIdentification/3.3/AlgorithmBase.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/And.cs
(deleted)
HeuristicLab.GP.StructureIdentification/3.3/Average.cs
(deleted)
HeuristicLab.GP.StructureIdentification/3.3/BakedTreeEvaluator.cs
(deleted)
HeuristicLab.GP.StructureIdentification/3.3/Constant.cs
(deleted)
HeuristicLab.GP.StructureIdentification/3.3/Cosinus.cs
(deleted)
HeuristicLab.GP.StructureIdentification/3.3/Differential.cs
(deleted)
HeuristicLab.GP.StructureIdentification/3.3/Division.cs
(deleted)
HeuristicLab.GP.StructureIdentification/3.3/Equal.cs
(deleted)
HeuristicLab.GP.StructureIdentification/3.3/Evaluators/CoefficientOfDeterminationEvaluator.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Evaluators/EarlyStoppingMeanSquaredErrorEvaluator.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Evaluators/GPEvaluatorBase.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Evaluators/MeanAbsolutePercentageErrorEvaluator.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Evaluators/MeanAbsolutePercentageOfRangeErrorEvaluator.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Evaluators/MeanSquaredErrorEvaluator.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Evaluators/SimpleEvaluator.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Evaluators/SimpleGPEvaluatorBase.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Evaluators/UncertainMeanSquaredErrorEvaluator.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Evaluators/VariableEvaluationImpactCalculator.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Evaluators/VariableQualityImpactCalculator.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Evaluators/VarianceAccountedForEvaluator.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Exponential.cs
(deleted)
HeuristicLab.GP.StructureIdentification/3.3/FunctionLibraryInjector.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/GreaterThan.cs
(deleted)
HeuristicLab.GP.StructureIdentification/3.3/HL2TreeEvaluator.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/HL3TreeEvaluator.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/HL3TreeEvaluator.cs
)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/HeuristicLab.GP.StructureIdentification-3.3.csproj
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/HeuristicLabGPStructureIdentificationPlugin.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/ITreeEvaluator.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/IfThenElse.cs
(deleted)
HeuristicLab.GP.StructureIdentification/3.3/LessThan.cs
(deleted)
HeuristicLab.GP.StructureIdentification/3.3/Logarithm.cs
(deleted)
HeuristicLab.GP.StructureIdentification/3.3/ModelAnalyzerExporter.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Multiplication.cs
(deleted)
HeuristicLab.GP.StructureIdentification/3.3/Not.cs
(deleted)
HeuristicLab.GP.StructureIdentification/3.3/OffSpringSelectionGpEditor.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/OffspringSelectionGP.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Or.cs
(deleted)
HeuristicLab.GP.StructureIdentification/3.3/Power.cs
(deleted)
HeuristicLab.GP.StructureIdentification/3.3/Signum.cs
(deleted)
HeuristicLab.GP.StructureIdentification/3.3/Sinus.cs
(deleted)
HeuristicLab.GP.StructureIdentification/3.3/Sqrt.cs
(deleted)
HeuristicLab.GP.StructureIdentification/3.3/StandardGP.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/StandardGpEditor.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Subtraction.cs
(deleted)
HeuristicLab.GP.StructureIdentification/3.3/SymbolTable.cs
(deleted)
HeuristicLab.GP.StructureIdentification/3.3/SymbolicExpressionExporter.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Symbols
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols
)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Symbols/Addition.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Addition.cs
)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Symbols/And.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/And.cs
)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Symbols/Average.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Average.cs
)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Symbols/Constant.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Constant.cs
)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Symbols/ConstantFunctionTree.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/ConstantFunctionTree.cs
)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Symbols/Cosinus.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Cosinus.cs
)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Symbols/Differential.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Differential.cs
)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Symbols/Division.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Division.cs
)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Symbols/Equal.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Equal.cs
)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Symbols/Exponential.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Exponential.cs
)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Symbols/GreaterThan.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/GreaterThan.cs
)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Symbols/IfThenElse.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/IfThenElse.cs
)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Symbols/LessThan.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/LessThan.cs
)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Symbols/Logarithm.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Logarithm.cs
)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Symbols/Multiplication.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Multiplication.cs
)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Symbols/Not.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Not.cs
)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Symbols/Or.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Or.cs
)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Symbols/Power.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Power.cs
)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Symbols/Signum.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Signum.cs
)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Symbols/Sinus.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Sinus.cs
)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Symbols/Sqrt.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Sqrt.cs
)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Symbols/Subtraction.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Subtraction.cs
)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Symbols/SymbolTable.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/SymbolTable.cs
)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Symbols/Tangens.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Tangens.cs
)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Symbols/Variable.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Variable.cs
)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Symbols/VariableFunctionTree.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/VariableFunctionTree.cs
)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Symbols/Xor.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Xor.cs
)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Tangens.cs
(deleted)
HeuristicLab.GP.StructureIdentification/3.3/TreeEvaluatorBase.cs
(modified)
(
view diffs
)
HeuristicLab.GP.StructureIdentification/3.3/Variable.cs
(deleted)
HeuristicLab.GP.StructureIdentification/3.3/Xor.cs
(deleted)
HeuristicLab.GP/3.3/BakedFunctionTree.cs
(deleted)
HeuristicLab.GP/3.3/BaseClasses
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/BaseClasses
)
(
view diffs
)
HeuristicLab.GP/3.3/BaseClasses/BinaryFunction.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/BaseClasses/BinaryFunction.cs
)
(
view diffs
)
HeuristicLab.GP/3.3/BaseClasses/FunctionBase.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/BaseClasses/FunctionBase.cs
)
(
view diffs
)
HeuristicLab.GP/3.3/BaseClasses/FunctionLibraryInjectorBase.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/BaseClasses/FunctionLibraryInjectorBase.cs
)
(
view diffs
)
HeuristicLab.GP/3.3/BaseClasses/FunctionTreeBase.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/BaseClasses/FunctionTreeBase.cs
)
(
view diffs
)
HeuristicLab.GP/3.3/BaseClasses/Terminal.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/BaseClasses/Terminal.cs
)
(
view diffs
)
HeuristicLab.GP/3.3/BaseClasses/TerminalTreeNode.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/BaseClasses/TerminalTreeNode.cs
)
(
view diffs
)
HeuristicLab.GP/3.3/BaseClasses/UnaryFunction.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/BaseClasses/UnaryFunction.cs
)
(
view diffs
)
HeuristicLab.GP/3.3/DefaultFunctionTreeNameGenerator.cs
(modified)
(
view diffs
)
HeuristicLab.GP/3.3/EqualiserController.cs
(deleted)
HeuristicLab.GP/3.3/FunctionBase.cs
(deleted)
HeuristicLab.GP/3.3/FunctionLibrary.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/FunctionLibrary.cs
)
(
view diffs
)
HeuristicLab.GP/3.3/FunctionLibraryEditor.Designer.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/FunctionLibraryEditor.Designer.cs
)
(
view diffs
)
HeuristicLab.GP/3.3/FunctionLibraryEditor.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/FunctionLibraryEditor.cs
)
(
view diffs
)
HeuristicLab.GP/3.3/FunctionLibraryEditor.resx
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/FunctionLibraryEditor.resx
)
(
view diffs
)
HeuristicLab.GP/3.3/FunctionTreeView.Designer.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/FunctionTreeView.Designer.cs
)
(
view diffs
)
HeuristicLab.GP/3.3/FunctionTreeView.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/FunctionTreeView.cs
)
(
view diffs
)
HeuristicLab.GP/3.3/FunctionTreeView.resx
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/FunctionTreeView.resx
)
(
view diffs
)
HeuristicLab.GP/3.3/FunctionView.Designer.cs
(deleted)
HeuristicLab.GP/3.3/FunctionView.cs
(deleted)
HeuristicLab.GP/3.3/FunctionView.resx
(deleted)
HeuristicLab.GP/3.3/GPOperatorGroup.cs
(deleted)
HeuristicLab.GP/3.3/GPOperatorLibrary.cs
(deleted)
HeuristicLab.GP/3.3/GPOperatorLibraryEditor.Designer.cs
(deleted)
HeuristicLab.GP/3.3/GPOperatorLibraryEditor.cs
(deleted)
HeuristicLab.GP/3.3/GPOperatorLibraryEditor.resx
(deleted)
HeuristicLab.GP/3.3/GeneticProgrammingModel.cs
(copied)
(copied from
branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/GeneticProgrammingModel.cs
)
(
view diffs
)
HeuristicLab.GP/3.3/HeuristicLab.GP-3.3.csproj
(modified)
(
view diffs
)
HeuristicLab.GP/3.3/HeuristicLabGPPlugin.cs
(modified)
(
view diffs
)
HeuristicLab.GP/3.3/IFunction.cs
(deleted)
HeuristicLab.GP/3.3/IFunctionTree.cs
(deleted)
HeuristicLab.GP/3.3/IFunctionTreeExporter.cs
(deleted)
HeuristicLab.GP/3.3/IFunctionTreeNameGenerator.cs
(deleted)
HeuristicLab.GP/3.3/Logging
(deleted)
HeuristicLab.GP/3.3/Manipulation
(deleted)
HeuristicLab.GP/3.3/OffspringEqualiser.cs
(deleted)
HeuristicLab.GP/3.3/ProbabilisticTreeCreator.cs
(deleted)
HeuristicLab.GP/3.3/RampedTreeCreator.cs
(deleted)
HeuristicLab.GP/3.3/Recombination
(deleted)
HeuristicLab.GP/3.3/TrainingWindowSlider.cs
(deleted)
HeuristicLab.GP/3.3/TreeGardener.cs
(modified)
(
view diffs
)
HeuristicLab.LinearRegression/3.2/HeuristicLab.LinearRegression-3.2.csproj
(modified)
(
view diffs
)
HeuristicLab.LinearRegression/3.2/HeuristicLabLinearRegressionPlugin.cs
(modified)
(
view diffs
)
HeuristicLab.LinearRegression/3.2/LinearRegression.cs
(modified)
(
view diffs
)
HeuristicLab.LinearRegression/3.2/LinearRegressionOperator.cs
(modified)
(
view diffs
)
HeuristicLab.Modeling/3.2/HeuristicLabModelingPlugin.cs
(modified)
(
view diffs
)
HeuristicLab.Random/3.2/NormalDistributedRandom.cs
(modified)
(
view diffs
)
HeuristicLab.SupportVectorMachines/3.2/SupportVectorRegression.cs
(modified)
(
view diffs
)
HeuristicLab.sln
(modified)
(
view diffs
)
HeuristicLab/CopyAssemblies.cmd
(modified)
(
view diffs
)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive