Interface IInferenceStrategy

    • Method Detail

      • inferCrossoverPoint

        Span inferCrossoverPoint​(CoSpan firstSplit,
                                 CoSpan secondSplit)
        Calculates a crossover point for the splits of two solutions. The crossover point has to be returned as a span where the codomains are identical to the pullbacks (split points) of the respective splits.
        Parameters:
        firstSplit - split of the first solution
        secondSplit - split of the second solution
        Returns:
        a span representing the crossover point of the splits