Nga Crossover Ifc
Recombination strategy for the ISC global phase. Produces offspring coordinate vectors from two parent coordinate vectors; the solver rounds the result to the integer grid and discards offspring that are infeasible (keeping the parents in that case).
Inheritors
Functions
Link copied to clipboard
abstract fun crossover(parent1: DoubleArray, parent2: DoubleArray, nga: NichingGeneticAlgorithmSolver): List<DoubleArray>