Uses of Class
es.urjc.etsii.grafo.testutil.TestSolution
Packages that use TestSolution
-
Uses of TestSolution in es.urjc.etsii.grafo.testutil
Methods in es.urjc.etsii.grafo.testutil that return TestSolutionModifier and TypeMethodDescriptionprotected TestSolution
TestMove._execute
(TestSolution solution) protected TestSolution
TestMoveWithMultipleObjectives._execute
(TestSolution solution) TestAlgorithm.algorithm
(TestInstance instance) TestSolution.cloneSolution()
static TestSolution[]
TestSolution.from
(double... scores) static TestSolution[]
TestSolution.from
(TestInstance instance, double... scores) Methods in es.urjc.etsii.grafo.testutil that return types with arguments of type TestSolutionModifier and TypeMethodDescriptionTestSolution.customProperties()
TestNeighborhood.explore
(TestSolution solution) Methods in es.urjc.etsii.grafo.testutil with parameters of type TestSolutionModifier and TypeMethodDescriptionprotected TestSolution
TestMove._execute
(TestSolution solution) protected TestSolution
TestMoveWithMultipleObjectives._execute
(TestSolution solution) TestNeighborhood.explore
(TestSolution solution) TestNeighborhood.getRandomMove
(TestSolution solution) Constructors in es.urjc.etsii.grafo.testutil with parameters of type TestSolutionModifierConstructorDescriptionTestMove
(TestSolution solution, double v) TestMove
(TestSolution solution, double delta, FMode fmode) TestMoveWithMultipleObjectives
(TestSolution solution, double[] deltas) TestMoveWithMultipleObjectives
(TestSolution solution, double[] deltas, FMode[] fmodes) TestNeighborhood
(TestSolution fakeSolution, double... values) TestSolution
(TestSolution sol) Constructor parameters in es.urjc.etsii.grafo.testutil with type arguments of type TestSolutionModifierConstructorDescriptionTestSolution
(TestInstance ins, double[] score, Map<String, Function<TestSolution, Object>> properties) TestSolution
(TestInstance ins, double score, Map<String, Function<TestSolution, Object>> properties)