Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the method of generating transfer steps #266

Open
beomyeol opened this issue Nov 12, 2015 · 0 comments
Open

Improve the method of generating transfer steps #266

beomyeol opened this issue Nov 12, 2015 · 0 comments

Comments

@beomyeol
Copy link
Contributor

ILPSolverOptimizer generates transfer steps strictly following the optimization result. However, this may cause many transfer steps with small amount of data. For example, Task A needs to send 1500 data units to others, and Task B and C needs to receive 1490 and 10 data units, respectively. In this case, it may be better to transfer 1500 units from A to B than to transfer 1490 units from A to B and 10 units from A to C if the transfer cost outweighs the gain of distributing data units. Thus, we should improve generating transfer steps.

bchocho added a commit that referenced this issue Jan 8, 2016
Update pom to use REEF-0.11.0-incubating
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant