From 86cd1bb0d77b8f4bd98cdde9a62bfc1aa716063a Mon Sep 17 00:00:00 2001 From: oblonski <4sschroeder@gmail.com> Date: Thu, 28 Aug 2014 06:27:52 +0200 Subject: [PATCH] bugfix #128 --- .../jsprit/core/algorithm/acceptor/SchrimpfAcceptance.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/jsprit-core/src/main/java/jsprit/core/algorithm/acceptor/SchrimpfAcceptance.java b/jsprit-core/src/main/java/jsprit/core/algorithm/acceptor/SchrimpfAcceptance.java index ed76fee3..646b4d9b 100644 --- a/jsprit-core/src/main/java/jsprit/core/algorithm/acceptor/SchrimpfAcceptance.java +++ b/jsprit-core/src/main/java/jsprit/core/algorithm/acceptor/SchrimpfAcceptance.java @@ -61,9 +61,7 @@ import java.util.Collection; * Journal of Computational Physics, 159(2):139 – 171, 2000. ISSN 0021-9991. doi: 10.1006/jcph.1999. 6413. * URL http://www.sciencedirect.com/science/article/ pii/S0021999199964136 * - *

Probably the determination of the initial threshold will be separated from the threshold-acceptance - * function (25.02.14 stefan) - * + * * @author schroeder * */