1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-06-06 22:01:55 +00:00
This commit is contained in:
Newnius 2020-06-15 15:04:17 +08:00
parent e89f7ca164
commit 2c2bb5c5ea

View File

@ -261,7 +261,7 @@ func (X Allocation) Crossover(Y eaopt.Genome, rng *rand.Rand) {
}
}
if cnt != len(X.Tasks) && X.Flags["valid"] {
log.Warn("1:", cnt, len(X.Tasks))
log.Warn("2:", cnt, len(X.Tasks))
}
//fmt.Println()
//fmt.Println("crossover", X.TasksOnNode)