Package org.opt4j.core.problem
Annotation Type Priority
-
@Retention(RUNTIME) @Target(TYPE) public @interface Priority
The lowervalue()
of anEvaluator
, the earlier theMultiEvaluator
will call it. If twoEvaluator
s have the same priority, the order of their execution is unspecified.
-
-
Element Detail
-
value
int value
Returns the priority of theEvaluator
.- Returns:
- the priority of the evaluator
- Default:
- 0
-
-