Hi I am using genetic algorithm to tune svm parameters and reduce the rmse value. I used return - svm_model$results$rmse Now if I have to increase the accuracy, do I just need to remove the negative sign and write as return svm_model$results$Accuracy Thanks [[alternative HTML version deleted]]