We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ebc40 commit ea36aceCopy full SHA for ea36ace
1 file changed
java/hello-world/src/main/resources/solverConfig.xml
@@ -44,7 +44,7 @@
44
<!-- adding entity tabu helps a lot, the lower, the better. Using entity size rather than ratio is better
45
from my experiments. Upon the semester switch adding tabu could harm the solution quality-->
46
<!-- <entityTabuSize>1</entityTabuSize>-->
47
- <simulatedAnnealingStartingTemperature>3hard/10medium/30soft</simulatedAnnealingStartingTemperature>
+ <simulatedAnnealingStartingTemperature>2hard/10medium/20soft</simulatedAnnealingStartingTemperature>
48
</acceptor>
49
50
<!-- from experiments, the lower this number the better, but too low seems to end up in hard constraints violated-->
0 commit comments