proposeCrossover

suspend fun proposeCrossover(module: OptimizableModule, instructionA: String, scoreA: Double, instructionB: String, scoreB: Double): String

Proposes a merged instruction from two candidates via crossover.