Hi @Egon_Gross1 ,
The tuning table and Bootstrap Forest platform are functioning as intended and being used somewhat correctly.
So, first of all, the output that you show for your model fitting is the standard output for the bootstrap forest platform where it lists in the Model Validation-Set Summaries table only N Terms, N Trees, N Trees Specified, and RSquare. The other parameters are listed below within the "Specifications" outline box. This is where you'll find the Minimum Splits per Tree and Minimum Size Split parameters for the optimal model only. JMP does not save all the data for each run of the tuning table. If you want to do that, you'll have to write your own JSL code. I have done this and have made a generalized automated tuning program within JMP so that I can run models using different platforms and it records the goodness of fit values for each run of the model and then you can actually visualize the results to then narrow down which fit might actually be better -- having super high R^2 values is not always the best model as it might not be as adaptive to changes. Sometimes looking at other metrics is better.
Anyway, I did mention that the tuning table was being use "somewhat" correctly. What I mean by that is that you really should use the tuning tables I sent as factors to load into a space filling design. Go to DOE > Special Purpose > Space Filling Design then click on the red triangle and select Load Factors. Specify the number of runs you want to do and then click Fast Flexible Filling, and you'll get a new data table that is space filled to explore the hyperparameter space. Please note that in the templates I sent, the first row is the lower settings of the DOE while the second row is the high settings of the DOE. When you then run the modeling platform (NN or bootstrap forest), you would select this new fast flexible filling design as the tuning table.
BTW, I'm happy to share the JSL generalized tuning code with you if you'd like., just let me know. I gave a presentation on it for the JSL scripters club a while ago. It has it's limitations, but it's also very useful.
Good luck!,
DS