org.processmining.mining.geneticmining.geneticoperations
Interface Crossover

All Known Implementing Classes:
DTDuplicatesCrossover, DTEnhancedCrossover, EnhancedCrossover, FineGranularityCrossover, LocalOnePointCrossover, SuperEnhancedCrossover, VariableLocalOnePointCrossover

public interface Crossover

Title:

Description:

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
not attributable

Method Summary
 HeuristicsNet[] doCrossover(HeuristicsNet[] ind)
           
 

Method Detail

doCrossover

HeuristicsNet[] doCrossover(HeuristicsNet[] ind)