/// <summary> /// Propagate signal to wrapped Optimizer. /// </summary> public override void EndOptimizationRun() { Optimizer.EndOptimizationRun(); }