//by young end
// reverting changes on algorithm plugins
InferenceAlgorithmOptionPanel selectedAlgorithmOptionPanel = getSelectedAlgorithmOptionPanel();
if (selectedAlgorithmOptionPanel != null) {
selectedAlgorithmOptionPanel.revertChanges();
}
controller.getSingleEntityNetwork().setCreateLog(createLogBoolean);
repaint();
}