--- myst: substitutions: macro: python: 1-5,12-22,25-37 cpp: 5-7,10-17,20-32 console: python: 16-32 cpp: 18-34 --- # Macro "**modelerbuildGPInitPoint.{{extension}}**" ## Objective This macro is the one described in [](#modeler_kriging_model_choice_optimisation), that creates a gaussian process, whose training (`utf_4D_train.dat`) and testing (`utf_4D_test.dat`) database can both be found in the document folder of the {{uranie}} installation (`${URANIESYS}/share/uranie/docUMENTS`), and whose starting point, in the parameter space, is specified. ## Macro {{uranie}} {{ "```{literalinclude} " + parent_dir + "/roottest/uranie/doc/modeler/use_cases/" + language + "/modelerbuildGPInitPoint." + extension + "\n" + ":language: " + language + "\n" + ":lines: " + macro[language] + "\n" + "```" }} ## Console This is the result of the last command: {{ "```{literalinclude} " + parent_dir + "/roottest/build/uranie/doc/modeler/use_cases/" + language + "/modelerbuildGPInitPoint.log\n" + ":language: none\n" + ":lines: " + console[language] + "\n" + "```" }}