JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
es.urjc.etsii.grafo.algorithms
ScoringFunction
Contents
Description
Method Summary
Method Details
score(S)
Hide sidebar
Show sidebar
Interface ScoringFunction<
S extends
Solution
<S,
I>
,
I extends
Instance
>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface
ScoringFunction<S extends
Solution
<S,
I>, I extends
Instance
>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
double
score
(
S
solution)
Method Details
score
double
score
(
S
solution)