optaplanner – Why does my Tabu search step score keep decreasing in REPRODUCIBLE mode, but not in FAST_ASSERT mode
I have modeled an overconstrained rostering problem and implemented incremental score calculations based on constraint streams. Strangely enough, my local search performance is very poor when I set the environment mode to REPRODUCIBLE, but not when I set it to FAST_ASSERT. I ran the benchmarker with the following configuration: <plannerBenchmark xmlns=”https://www.optaplanner.org/xsd/benchmark” xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:schemaLocation=”https://www.optaplanner.org/xsd/benchmark https://www.optaplanner.org/xsd/benchmark/benchmark.xsd”> <benchmarkDirectory>/Users/martijn/Downloads/benchmark</benchmarkDirectory> … Read more