ltlOracle) {
super(problem, maxEvaluations, populationSize, crossoverOperator, mutationOperator, selectionOperator);
this.problem = problem;
this.ltlOracle = ltlOracle;
}
- /** {@inheritDoc} */
+ /**
+ * {@inheritDoc}
+ */
@Override
protected boolean isStoppingConditionReached() {
if (super.isStoppingConditionReached()) {
@@ -40,7 +47,7 @@ protected boolean isStoppingConditionReached() {
/**
* {@inheritDoc}
- *
+ *
* Create initial population only for the initial run
*/
@Override