There has been a request from the Community to shed more light on the unnamed parameters for Stage 2. When building this challenge, we thought that the challenge would be too easy if the parameters were named. It turns out we made it too hard by not naming them. So, here is the list of parameters that were used to build the train and test data for Stage 2:
P1 = Temperature
P2 = Charge
P3 = Conversion Factor
P4 = Voltage
Could you please comment on the fact that example solutions 0 and 1 in stage 2 are exactly the same although parameters are different? Is this an unintentional mistake?
Dear Xeek, Thank you for providing the parameters:
Temperature,Charge,Conversion_Factor,Voltage
246,18.357458711242085,4628.460782562737,-0.009342610236861133
244,56.393690197423794,7103.376731921681,0.009830675461936708
row-1: has negative voltage: your sample solution is max at boundaries.
row-2: has positive voltage: your solution is the same (max at edges).
Hence: the provided solutions do not match your sample inputs.
Please confirm that you use Voltage as the boundary condition for the required potential distribution.