Interface IInferenceStrategy
-
- All Known Implementing Classes:
ProblemPartInference
public interface IInferenceStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Span
inferCrossoverPoint(CoSpan firstSplit, CoSpan secondSplit)
Calculates a crossover point for the splits of two solutions.
-
-
-
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 solutionsecondSplit
- split of the second solution- Returns:
- a span representing the crossover point of the splits
-
-