Class __RNAME__ReferenceResults
java.lang.Object
es.urjc.etsii.grafo.experiment.reference.ReferenceResultProvider
es.urjc.etsii.grafo.__RNAME__.experiments.__RNAME__ReferenceResults
-
Field Summary
Fields inherited from class es.urjc.etsii.grafo.experiment.reference.ReferenceResultProvider
EMPTY_REFERENCE_RESULT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionHow would you call the source of this data?getValueFor
(String instanceName) Get reference f.o value for a given instanceMethods inherited from class es.urjc.etsii.grafo.experiment.reference.ReferenceResultProvider
toString
-
Constructor Details
-
__RNAME__ReferenceResults
- Throws:
IOException
-
-
Method Details
-
getValueFor
Description copied from class:ReferenceResultProvider
Get reference f.o value for a given instance- Specified by:
getValueFor
in classReferenceResultProvider
- Parameters:
instanceName
- Instance name, as in Instance::getName- Returns:
- reference objective value for the given instance. If the instance is not solved by the given algorithm, return an empty ReferenceResult
-
getProviderName
Description copied from class:ReferenceResultProvider
How would you call the source of this data? A previous paper? An exact solver?. Examples: Gurobi, SOTA, PacoEtAl, etc.- Specified by:
getProviderName
in classReferenceResultProvider
- Returns:
- Name for this Provider
-