Commit 8cd195f9 authored by Tong Li's avatar Tong Li

倒排

parent c977460e
......@@ -488,7 +488,7 @@ public class GeneticDecoder {
public void serialDecode(Chromosome chromosome) {
long decodeStart = System.nanoTime();
chromosome.setScenarioID(sceneId);
boolean isJit=true;
boolean isJit=_globalParam.isJit();
if (rebuildStructureForCurrentDecode) {
long t1 = System.nanoTime();
//创建半成品订单
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment