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
Originally posted by Knuttatutta March 7, 2023
Hi @hrntsm ,
Do you also have issues with the optimisation slowing down quite quickly until it becomes extremely and prohibitively slow? In the beginning a trial can take 0.05 seconds, and at 500 trials it can take 0.5 second..
This happens with all types of storage method (.db, .log, and in memory). In memory is of course faster at first, but it also really slows down.
I haven't looked into yet what might be causing it, but I was wondering if you were maybe aware of it and the cause?
Edit:
I'm not 100% sure, but with or without geometry attributes doesn't seem to affect the slowing down behaviour. I do think it's maybe a tiny bit slower in general with geometry, but I don't think it affects how it's slowing down. But again, not completely sure
The text was updated successfully, but these errors were encountered:
hrntsm
changed the title
Optimisation slows down exponentially over time
Enable study.best_trials and Compute2dHypervolumeRatio to be toggled enabled or disabled
Mar 8, 2023
I added a Checkbox to the UI to see if it should be used or not.
If not checked, best_trials, etc. will not be computed as shown in the code below, which solves this issue.
Discussed in #151
Originally posted by Knuttatutta March 7, 2023
Hi @hrntsm ,
Do you also have issues with the optimisation slowing down quite quickly until it becomes extremely and prohibitively slow? In the beginning a trial can take 0.05 seconds, and at 500 trials it can take 0.5 second..
This happens with all types of storage method (.db, .log, and in memory). In memory is of course faster at first, but it also really slows down.
I haven't looked into yet what might be causing it, but I was wondering if you were maybe aware of it and the cause?
Edit:
I'm not 100% sure, but with or without geometry attributes doesn't seem to affect the slowing down behaviour. I do think it's maybe a tiny bit slower in general with geometry, but I don't think it affects how it's slowing down. But again, not completely sure
The text was updated successfully, but these errors were encountered: