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
These get passed down to https://github.com/fogleman/primitive/blob/master/primitive/worker.go#L56, where age is the number of optimization failures and n corresponds to the number of randomly tried shapes. The original code goes even further, trying the whole process m times and picking the best shape among all optimized shapes.
Hey, could you give me a hint as to where to find your additional paramters in the original code? I am looking for these:
Stop shape optimization after 30 failures
Start every iteration with 200 random shapes
I cannot find them in the go code, they seem to be constant numbers somewhere. Would be glad for a hint. Thanks!
The text was updated successfully, but these errors were encountered: