-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tirangle_K optimisation #23
Comments
It’s a good idea to try initializing from a neighborhood close to ground truth and see if optimization can progress. Can you give me more details for your experiments? What was the target k and what were the initial values you tried? What were the initial and final loss? Have you tried different step size for the optimizer? |
Thanks for the reply, to further address my question: My question is why wind force can be optimised while stiffness cannot. To answer your questions:
Also, I am not sure if the target K should be the same as reference, since for a backward problem, there should exist multiple solutions. Especially for an energy decaying system. What confuses me is that all of my attempts have a very similar behaviour -- all of them are not trying to converge. In another words, this is saying all of my attempts could be a solution, but that is not likely the reason, so my best guess is that stiffness is not effective in this experiment. Therefore, I also tried with the dress demo with default settings. The initial loss is 3.6 and find loss is 2.7 which takes 27 iterations. However, this experiment is to optimise the bending stiffness, but the behaviour of K are similar.
Furthermore, as I mentioned previously, when I turned off the wind, the optimisation process is terminated at first iteration due to the one-iteration condition of BFGS. I wonder whether this implies optimisation failure? Since BFGS couldnt find the next possible guess. |
Hi,
Thanks for releasing the amazing work
I ran the tshirt demo, which optimises the wind and CONSTRAINT_TRIANGLE. However, the output log shows that the k_CONSTRAINT_TRIANGLE is barely moving. The reference uses 550 and with my seed, the K stuck at 1018. If I turn off the wind, the optimisation is instantly finished because the solver hit the one-iteration condition. I tried to use different initialisation bound, and I got no luck. I also tried with initial guess very close to reference, which is noticeably different from the different k, even though the loss both dropped to 0.2.
What might be the cause of k not changing?
The text was updated successfully, but these errors were encountered: