Search:
Roadmap
Tickets
Timeline
Browse Source
Login
API
Preferences
Home
News
Download
Features
Documentation
Support
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 6844
Timestamp:
09/28/11 22:38:44 (
13 years
ago)
Author:
mkommend
Message:
#1653
: Restructured unit tests.
Location:
branches/Trunk
Files:
25 added
4 edited
101 copied
HeuristicLab 3.3.sln
(modified)
(
view diffs
)
HeuristicLab.PluginInfrastructure/3.3/Properties/AssemblyInfo.cs.frame
(modified)
(
view diffs
)
HeuristicLab.Problems.QuadraticAssignment.Algorithms/3.3/HeuristicLab.Problems.QuadraticAssignment.Algorithms-3.3.csproj
(modified)
(
view diffs
)
HeuristicLab.Problems.QuadraticAssignment.Algorithms/3.3/Plugin.cs.frame
(modified)
(
view diffs
)
HeuristicLab.Tests
(added)
HeuristicLab.Tests/Builder.testsettings
(copied)
(copied from
branches/Trunk/HeuristicLab/3.3/Tests/Builder.testsettings
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab-3.3
(added)
HeuristicLab.Tests/HeuristicLab-3.3/AlgorithmExtensions.cs
(copied)
(copied from
branches/Trunk/HeuristicLab/3.3/Tests/AlgorithmExtensions.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab-3.3/CloningConstructorTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab/3.3/Tests/CloningConstructorTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab-3.3/CollectObjectGraphTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab/3.3/Tests/CollectObjectGraphTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab-3.3/ContentViewTests.cs
(copied)
(copied from
branches/Trunk/HeuristicLab/3.3/Tests/ContentViewTests.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab-3.3/GeneticAlgorithmTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab/3.3/Tests/GeneticAlgorithmTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab-3.3/PluginDependenciesTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab/3.3/Tests/PluginDependenciesTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab-3.3/PluginLoader.cs
(copied)
(copied from
branches/Trunk/HeuristicLab/3.3/Tests/PluginLoader.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab-3.3/Resources
(copied)
(copied from
branches/Trunk/HeuristicLab/3.3/Tests/Resources
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab-3.3/Resources/GA_SymbReg.hl
(copied)
(copied from
branches/Trunk/HeuristicLab/3.3/Tests/GA_SymbReg.hl
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab-3.3/Resources/GA_TSP.hl
(copied)
(copied from
branches/Trunk/HeuristicLab/3.3/Tests/GA_TSP.hl
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab-3.3/SamplesTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab/3.3/Tests/SamplesTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab-3.3/StorableConstructorTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab/3.3/Tests/StorableConstructorTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab-3.3/SupportVectorMachineTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab/3.3/Tests/SupportVectorMachineTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab-3.3/SymbolicRegressionTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab/3.3/Tests/SymbolicRegressionTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab-3.3/ThreadSafeLogTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab/3.3/Tests/ThreadSafeLogTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Analysis-3.3
(added)
HeuristicLab.Tests/HeuristicLab.Analysis-3.3/MultidimensionalScalingTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Analysis/3.3/Tests/MultidimensionalScalingTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.BinaryVectorEncoding-3.3
(added)
HeuristicLab.Tests/HeuristicLab.Encodings.BinaryVectorEncoding-3.3/Auxiliary.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/Tests/Auxiliary.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.BinaryVectorEncoding-3.3/NPointCrossoverTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/Tests/NPointCrossoverTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.BinaryVectorEncoding-3.3/SinglePointCrossoverTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/Tests/SinglePointCrossoverTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.BinaryVectorEncoding-3.3/SinglePositionBitflipManipulatorTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/Tests/SinglePositionBitflipManipulatorTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.BinaryVectorEncoding-3.3/SomePositionsBitflipManipulatorTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/Tests/SomePositionsBitflipManipulatorTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.BinaryVectorEncoding-3.3/TestRandom.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/Tests/TestRandom.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.BinaryVectorEncoding-3.3/UniformCrossoverTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/Tests/UniformCrossoverTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.IntegerVectorEncoding-3.3
(added)
HeuristicLab.Tests/HeuristicLab.Encodings.IntegerVectorEncoding-3.3/Auxiliary.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Tests/Auxiliary.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.IntegerVectorEncoding-3.3/DiscreteCrossoverTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Tests/DiscreteCrossoverTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.IntegerVectorEncoding-3.3/SinglePointCrossoverTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Tests/SinglePointCrossoverTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.IntegerVectorEncoding-3.3/TestRandom.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Tests/TestRandom.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.IntegerVectorEncoding-3.3/UniformOnePositionManipulatorTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Tests/UniformOnePositionManipulatorTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.PermutationEncoding-3.3
(added)
HeuristicLab.Tests/HeuristicLab.Encodings.PermutationEncoding-3.3/Auxiliary.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.PermutationEncoding/3.3/Tests/Auxiliary.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.PermutationEncoding-3.3/CosaCrossoverTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.PermutationEncoding/3.3/Tests/CosaCrossoverTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.PermutationEncoding-3.3/CyclicCrossover2Test.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.PermutationEncoding/3.3/Tests/CyclicCrossover2Test.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.PermutationEncoding-3.3/CyclicCrossoverTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.PermutationEncoding/3.3/Tests/CyclicCrossoverTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.PermutationEncoding-3.3/EdgeRecombinationCrossoverTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.PermutationEncoding/3.3/Tests/EdgeRecombinationCrossoverTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.PermutationEncoding-3.3/InsertionManipulatorTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.PermutationEncoding/3.3/Tests/InsertionManipulatorTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.PermutationEncoding-3.3/InversionManipulatorTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.PermutationEncoding/3.3/Tests/InversionManipulatorTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.PermutationEncoding-3.3/MaximalPreservativeCrossoverTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.PermutationEncoding/3.3/Tests/MaximalPreservativeCrossoverTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.PermutationEncoding-3.3/OrderBasedCrossoverTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.PermutationEncoding/3.3/Tests/OrderBasedCrossoverTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.PermutationEncoding-3.3/OrderCrossover2Test.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.PermutationEncoding/3.3/Tests/OrderCrossover2Test.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.PermutationEncoding-3.3/OrderCrossoverTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.PermutationEncoding/3.3/Tests/OrderCrossoverTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.PermutationEncoding-3.3/PartiallyMatchedCrossoverTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.PermutationEncoding/3.3/Tests/PartiallyMatchedCrossoverTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.PermutationEncoding-3.3/PermutationEqualityComparerTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.PermutationEncoding/3.3/Tests/PermutationEqualityComparerTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.PermutationEncoding-3.3/PositionBasedCrossoverTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.PermutationEncoding/3.3/Tests/PositionBasedCrossoverTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.PermutationEncoding-3.3/Random.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.PermutationEncoding/3.3/Tests/Random.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.PermutationEncoding-3.3/ScrambleManipulatorTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.PermutationEncoding/3.3/Tests/ScrambleManipulatorTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.PermutationEncoding-3.3/Swap2ManipulatorTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.PermutationEncoding/3.3/Tests/Swap2ManipulatorTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.PermutationEncoding-3.3/Swap3ManipulatorTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.PermutationEncoding/3.3/Tests/Swap3ManipulatorTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.PermutationEncoding-3.3/TranslocationInversionManipulatorTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.PermutationEncoding/3.3/Tests/TranslocationInversionManipulatorTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.PermutationEncoding-3.3/TranslocationManipulatorTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.PermutationEncoding/3.3/Tests/TranslocationManipulatorTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.PermutationEncoding-3.3/UniformLikeCrossoverTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.PermutationEncoding/3.3/Tests/UniformLikeCrossoverTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3
(added)
HeuristicLab.Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3/Auxiliary.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.RealVectorEncoding/3.3/Tests/Auxiliary.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3/BlendAlphaBetaCrossoverTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.RealVectorEncoding/3.3/Tests/BlendAlphaBetaCrossoverTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3/BlendAlphaCrossoverTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.RealVectorEncoding/3.3/Tests/BlendAlphaCrossoverTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3/DiscreteCrossoverTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.RealVectorEncoding/3.3/Tests/DiscreteCrossoverTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3/HeuristicCrossoverTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.RealVectorEncoding/3.3/Tests/HeuristicCrossoverTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3/LocalCrossoverTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.RealVectorEncoding/3.3/Tests/LocalCrossoverTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3/MichalewiczNonUniformAllPositionsManipulatorTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.RealVectorEncoding/3.3/Tests/MichalewiczNonUniformAllPositionsManipulatorTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3/MichalewiczNonUniformOnePositionManipulatorTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.RealVectorEncoding/3.3/Tests/MichalewiczNonUniformOnePositionManipulatorTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3/PolynomialAllPositionManipulatorTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.RealVectorEncoding/3.3/Tests/PolynomialAllPositionManipulatorTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3/PolynomialOnePositionManipulatorTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.RealVectorEncoding/3.3/Tests/PolynomialOnePositionManipulatorTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3/RandomConvexCrossoverTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.RealVectorEncoding/3.3/Tests/RandomConvexCrossoverTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3/SimulatedBinaryCrossoverTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.RealVectorEncoding/3.3/Tests/SimulatedBinaryCrossoverTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3/SinglePointCrossoverTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.RealVectorEncoding/3.3/Tests/SinglePointCrossoverTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3/TestRandom.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.RealVectorEncoding/3.3/Tests/TestRandom.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3/UniformOnePositionManipulatorTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.RealVectorEncoding/3.3/Tests/UniformOnePositionManipulatorTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4
(added)
HeuristicLab.Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4/AllArchitectureAlteringOperatorsTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Tests/AllArchitectureAlteringOperatorsTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4/ArgumentCreaterTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Tests/ArgumentCreaterTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4/ArgumentDeleterTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Tests/ArgumentDeleterTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4/ArgumentDuplicaterTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Tests/ArgumentDuplicaterTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4/ChangeNodeTypeManipulationTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Tests/ChangeNodeTypeManipulationTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4/Grammars.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Tests/Grammars.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4/ProbabilisticTreeCreaterTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Tests/ProbabilisticTreeCreaterTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4/ReplaceBranchManipulationTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Tests/ReplaceBranchManipulationTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4/SubroutineCreaterTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Tests/SubroutineCreaterTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4/SubroutineDeleterTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Tests/SubroutineDeleterTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4/SubroutineDuplicaterTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Tests/SubroutineDuplicaterTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4/SubtreeCrossoverTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Tests/SubtreeCrossoverTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4/Util.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Tests/Util.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.PluginInfraStructure-3.3
(added)
HeuristicLab.Tests/HeuristicLab.PluginInfraStructure-3.3/InstallationManagerTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.PluginInfrastructure/3.3/Tests/InstallationManagerTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Problems.DataAnalysis-3.4
(added)
HeuristicLab.Tests/HeuristicLab.Problems.DataAnalysis-3.4/OnlineCalculatorPerformanceTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Problems.DataAnalysis/3.4/Tests/OnlineCalculatorPerformanceTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Problems.DataAnalysis-3.4/StatisticCalculatorsTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Problems.DataAnalysis/3.4/Tests/StatisticCalculatorsTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Problems.DataAnalysis-3.4/TableFileParserTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Problems.DataAnalysis/3.4/Tests/TableFileParserTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4
(added)
HeuristicLab.Tests/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4/SymbolicDataAnalysisExpressionTreeInterpreterTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Tests/SymbolicDataAnalysisExpressionTreeInterpreterTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4/SymbolicDataAnalysisExpressionTreeSimplifierTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Tests/SymbolicDataAnalysisExpressionTreeSimplifierTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4/SymbolicExpressionImporter.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Tests/SymbolicExpressionImporter.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4/Token.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Tests/Token.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4/Util.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Tests/Util.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Problems.QuadraticAssignment-3.3
(added)
HeuristicLab.Tests/HeuristicLab.Problems.QuadraticAssignment-3.3/QAPLIBInstancesTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Problems.QuadraticAssignment/3.3/Tests/QAPLIBInstancesTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Problems.QuadraticAssignment-3.3/QAPMoveEvaluatorTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Problems.QuadraticAssignment/3.3/Tests/QAPMoveEvaluatorTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Problems.TestFunctions-3.3
(added)
HeuristicLab.Tests/HeuristicLab.Problems.TestFunctions-3.3/AckleyEvaluatorTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Problems.TestFunctions/3.3/Tests/AckleyEvaluatorTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Problems.TestFunctions-3.3/BealeEvaluatorTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Problems.TestFunctions/3.3/Tests/BealeEvaluatorTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Problems.TestFunctions-3.3/BoothEvaluatorTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Problems.TestFunctions/3.3/Tests/BoothEvaluatorTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Problems.TestFunctions-3.3/GriewankEvaluatorTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Problems.TestFunctions/3.3/Tests/GriewankEvaluatorTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Problems.TestFunctions-3.3/LevyEvaluatorTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Problems.TestFunctions/3.3/Tests/LevyEvaluatorTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Problems.TestFunctions-3.3/MatyasEvaluatorTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Problems.TestFunctions/3.3/Tests/MatyasEvaluatorTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Problems.TestFunctions-3.3/RastriginEvaluatorTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Problems.TestFunctions/3.3/Tests/RastriginEvaluatorTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Problems.TestFunctions-3.3/RosenbrockEvaluatorTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Problems.TestFunctions/3.3/Tests/RosenbrockEvaluatorTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Problems.TestFunctions-3.3/SphereEvaluatorTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Problems.TestFunctions/3.3/Tests/SphereEvaluatorTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Problems.TestFunctions-3.3/SumSquaresEvaluatorTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Problems.TestFunctions/3.3/Tests/SumSquaresEvaluatorTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Problems.TestFunctions-3.3/ZakharovEvaluatorTest.cs
(copied)
(copied from
branches/Trunk/HeuristicLab.Problems.TestFunctions/3.3/Tests/ZakharovEvaluatorTest.cs
)
(
view diffs
)
HeuristicLab.Tests/HeuristicLab.Tests.csproj
(added)
HeuristicLab.Tests/HeuristicLab.snk
(added)
HeuristicLab.Tests/Properties
(added)
HeuristicLab.Tests/Properties/AssemblyInfo.cs
(added)
HeuristicLab.Tests/Test References
(added)
HeuristicLab.Tests/Test References/HeuristicLab.Encodings.BinaryVectorEncoding-3.3.accessor
(added)
HeuristicLab.Tests/Test References/HeuristicLab.Encodings.IntegerVectorEncoding-3.3.accessor
(added)
HeuristicLab.Tests/Test References/HeuristicLab.Encodings.PermutationEncoding-3.3.accessor
(added)
HeuristicLab.Tests/Test References/HeuristicLab.Encodings.RealVectorEncoding-3.3.accessor
(added)
HeuristicLab.Tests/Test References/HeuristicLab.MainForm.WindowsForms-3.3.accessor
(added)
HeuristicLab.Tests/Test References/HeuristicLab.PluginInfrastructure-3.3.accessor
(added)
HeuristicLab.Tests/Test References/HeuristicLab.Problems.TestFunctions-3.3.accessor
(added)
HeuristicLab.Tests/app.config
(copied)
(copied from
branches/Trunk/HeuristicLab.PluginInfrastructure/3.3/app.config
)
(
view diffs
)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive