mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-06-07 14:21:55 +00:00
update
This commit is contained in:
parent
e89f7ca164
commit
2c2bb5c5ea
@ -261,7 +261,7 @@ func (X Allocation) Crossover(Y eaopt.Genome, rng *rand.Rand) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if cnt != len(X.Tasks) && X.Flags["valid"] {
|
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()
|
||||||
//fmt.Println("crossover", X.TasksOnNode)
|
//fmt.Println("crossover", X.TasksOnNode)
|
||||||
|
Loading…
Reference in New Issue
Block a user