I have a select processs which has three parameters and each of these params values from 0.0 to 1.0 with stop of 0.2. In order to get the most optimal params I have to run my process many times with different param conditions.
I can do this by two params, i.e. two-dimensions since I can use para1 as index and para2 as column.
Now my question: How can I do with 3-dimentional Dataframe?
Cheers
Thomas
