You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem with adaptive, which becomes extremely slow after a certain number of iterations for high-dimensional issues (in my case, nine input dimensions). It works fine for a certain amount of iterations but then sharply increases computation time.
I am not using the Runner because I need to run some code around the evaluation function that is not easily passed to the learner function argument.
My original problem (which I can't reproduce easily here) occurred at around 85 iterations. However, in the reproduction case below, it occurs after 256 iterations on my machine.
I have a problem with adaptive, which becomes extremely slow after a certain number of iterations for high-dimensional issues (in my case, nine input dimensions). It works fine for a certain amount of iterations but then sharply increases computation time.
I am not using the
Runner
because I need to run some code around the evaluation function that is not easily passed to the learner function argument.My original problem (which I can't reproduce easily here) occurred at around 85 iterations. However, in the reproduction case below, it occurs after 256 iterations on my machine.
Minimum reproduction:
Here, the average time steadily increases as one would expect, but it suddenly jumps in computational time above the 256th iteration.
The entire output is plotted here:
Minimum reproduction dependencies after installing adaptive with
uv
The text was updated successfully, but these errors were encountered: