Skip to content

Commit ea36ace

Browse files
config update to speed up solver
1 parent e5ebc40 commit ea36ace

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/hello-world/src/main/resources/solverConfig.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<!-- adding entity tabu helps a lot, the lower, the better. Using entity size rather than ratio is better
4545
from my experiments. Upon the semester switch adding tabu could harm the solution quality-->
4646
<!-- <entityTabuSize>1</entityTabuSize>-->
47-
<simulatedAnnealingStartingTemperature>3hard/10medium/30soft</simulatedAnnealingStartingTemperature>
47+
<simulatedAnnealingStartingTemperature>2hard/10medium/20soft</simulatedAnnealingStartingTemperature>
4848
</acceptor>
4949

5050
<!-- from experiments, the lower this number the better, but too low seems to end up in hard constraints violated-->

0 commit comments

Comments
 (0)