Package es.urjc.etsii.grafo.create.grasp
Interface AlphaProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Calculate alpha value in a GRASP like constructive
-
Method Summary
Modifier and TypeMethodDescriptiondouble
getAlpha()
Calculate alpha value to use for a given GRASP construction
-
Method Details
-
getAlpha
double getAlpha()Calculate alpha value to use for a given GRASP construction- Returns:
- Next alpha value to use
-