Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified the condition to load the optimiser model
Since the condition is optimizerPath == NULL, the program control flow doesn't enter the if block. As a result, the value for optimizerStr is not set, and consequently, the optimizer model is not loaded. I have made the necessary changes to set the value for optimizerStr.
- Loading branch information