Uses of Class
es.urjc.etsii.grafo.testutil.TestInstance
Packages that use TestInstance
-
Uses of TestInstance in es.urjc.etsii.grafo.testutil
Methods in es.urjc.etsii.grafo.testutil that return types with arguments of type TestInstanceMethods in es.urjc.etsii.grafo.testutil with parameters of type TestInstanceModifier and TypeMethodDescriptionTestAlgorithm.algorithm(TestInstance instance) static TestSolution[]TestSolution.from(TestInstance instance, double... scores) Constructors in es.urjc.etsii.grafo.testutil with parameters of type TestInstanceModifierConstructorDescriptionTestSolution(TestInstance ins) TestSolution(TestInstance ins, double score) TestSolution(TestInstance ins, double[] score) TestSolution(TestInstance ins, double[] score, Map<String, Function<TestSolution, Object>> properties) TestSolution(TestInstance ins, double score, Map<String, Function<TestSolution, Object>> properties)