public void Contour(string objectiveName, int objectiveIndex, string[] variableNames)
        {
            PyModule ps = Py.CreateScope();
            ps.Exec(
                "def visualize(study, objective_name, objective_index, variable_names):\n" +