You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional future based Evaluator implementation. This implementation would used Function<? super Genotype<G>, ? extends CompletableFuture<C>> instead of Function<? super Genotype<G>, ? extends Future<C>>.