|
|
|
|
|
by azdle
4008 days ago
|
|
The minimal work load average problem here seems like it would be a great candidate for simulated annealing. [0] It gets rid of the local maximum problem that the author mentions, without adding a significant amount of additional complexity to the computations. [0] https://en.wikipedia.org/wiki/Simulated_annealing |
|