org.opt4j.core.problem
Annotation Type Priority


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Priority

The lower value() of an Evaluator, the earlier the MultiEvaluator will call it. If two Evaluators have the same priority, the order of their execution is unspecified.


Optional Element Summary
 int value
          Returns the priority of the Evaluator.
 

value

public abstract int value
Returns the priority of the Evaluator.

Returns:
the priority of the evaluator
Default:
0