Skip to content
Snippets Groups Projects
Commit 0e391f28 authored by Simon Barner's avatar Simon Barner
Browse files

Fix generic parameter

parent 2616769f
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ public abstract class ExplorerBackendBase<O extends IOptimizer> implements IExpl
/** */
protected <M extends Phenotype> boolean validateSolution(IExplorationSolution<?> solution,
ExplorationConstraint target, Value<?> value,
ExplorationConstraint<?> target, Value<?> value,
Collection<EvaluatorWrapper<?, ?, ?>> evalWrappers) {
EvaluatorWrapper<?, ?, ?> evalWrapper = getEvaluatorOf(target, evalWrappers);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment