alexmnazarenko / pysimgrid

Python framework for scheduling research based on SimGrid project
GNU General Public License v3.0
22 stars 13 forks source link

Implement lookahead variants #7

Open alexmnazarenko opened 7 years ago

alexmnazarenko commented 7 years ago

Original article mentions 4 variants of algorithm. Not sure how interesting is EWMA, however, applying lookahead only to direct successors of the current task looks promising.

Related to #6