Closed leonlan closed 2 years ago
https://github.com/N-Wouda/Euro-NeurIPS-2022/commit/3102cf222caa9e99d18192c3f3b18c809cb87fce introduced the feasibility registration of repaired individuals. A consequence from this change was that the time warp penalty did not change over time and stayed at 1. This led to a performance drop of ~100 avg. cost.
Increasing targetFeasible from 0.2 to 0.4 solves this issue.
targetFeasible
https://github.com/N-Wouda/Euro-NeurIPS-2022/commit/3102cf222caa9e99d18192c3f3b18c809cb87fce introduced the feasibility registration of repaired individuals. A consequence from this change was that the time warp penalty did not change over time and stayed at 1. This led to a performance drop of ~100 avg. cost.
Increasing
targetFeasible
from 0.2 to 0.4 solves this issue.