You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though this should not produce any difference, as they are equivalents, I am obtaining slightly poorer results with the second approach on the optimizations I perform, in different projects with different constraints, with a number of services about 100, and 20-100 vehicles. I run it multiple times and the final cost is always equals or higher with the changes introduced in this commit.
Using JDK 1.8.0_192. Will prepare an example if I have time.
The text was updated successfully, but these errors were encountered:
ismaelrh
changed the title
Worst results after Hashset modification
Worse results after Hashset modification
Oct 29, 2020
Commit 1ebf236 slightly changes RuinAndRecreateModule.java, by modifying the creation and populationof the HashSet from
to
Even though this should not produce any difference, as they are equivalents, I am obtaining slightly poorer results with the second approach on the optimizations I perform, in different projects with different constraints, with a number of services about 100, and 20-100 vehicles. I run it multiple times and the final cost is always equals or higher with the changes introduced in this commit.
Using JDK 1.8.0_192. Will prepare an example if I have time.
The text was updated successfully, but these errors were encountered: