Search found 44 matches
- Tue Nov 01, 2022 2:12 am
- Forum: SCONE
- Topic: Simulation using optimized parameters
- Replies: 4
- Views: 308
Re: Simulation using optimized parameters
Thank you for sharing the method! I'll use this command to fix the problem.
- Mon Oct 31, 2022 8:28 am
- Forum: SCONE
- Topic: Simulation using optimized parameters
- Replies: 4
- Views: 308
Re: Simulation using optimized parameters
Thank you for the solution and information.
I have checked and it seems that the divergence was still occurring due to rounding errors.
I have checked and it seems that the divergence was still occurring due to rounding errors.
- Wed Oct 26, 2022 11:29 pm
- Forum: SCONE
- Topic: Simulation using optimized parameters
- Replies: 4
- Views: 308
Simulation using optimized parameters
I'm trying to perform a simulation using optimized parameters in another simulation (I can't divert .par files because the parameters to be optimized for these simulations are different). For this simulation, after I optimized only an offset of each joint angle, I added the optimized offsets (second...
- Fri Oct 21, 2022 11:30 pm
- Forum: SCONE
- Topic: Regarding the number of thread used
- Replies: 6
- Views: 372
Re: Regarding the number of thread used
I understand. Thank you for your support!
- Thu Oct 20, 2022 4:58 am
- Forum: SCONE
- Topic: Regarding the number of thread used
- Replies: 6
- Views: 372
Re: Regarding the number of thread used
I see. Using sconecmd.exe, if I start a new Optimization 2 while an Optimization 1 is in progress, sometimes the threads used by Optimization 1 are used by Optimization 2. Is the only solution to this starting optimization 1 and 2 at the same time, as described in the URL page you provided?
- Thu Oct 20, 2022 1:41 am
- Forum: SCONE
- Topic: Regarding the number of thread used
- Replies: 6
- Views: 372
Re: Regarding the number of thread used
Thank you for your quick response. I understand. I have another question related to this. I am using a python file to run multiple optimizations simultaneously by running multiple scone files. The problem is that each optimization use same few threads, it means that waiting time occurs because optim...
- Thu Oct 20, 2022 12:44 am
- Forum: SCONE
- Topic: Regarding the number of thread used
- Replies: 6
- Views: 372
Regarding the number of thread used
Hi, thank you for your support always. I want to specify the number of thread that one optimization use. According to Cma Optimizer page in reference manual, I tried to use "max_threads", but it may not work. Actually, it says it's deprecated and use global setting. How can I change the global setti...
- Tue Sep 06, 2022 12:04 am
- Forum: SCONE
- Topic: How to set the minimum activation of muscles in Hyfydy
- Replies: 4
- Views: 289
Re: How to set the minimum activation of muscles in Hyfydy
I found that changing the minimum muscle activity changed the initial muscle length depending on the value. The length changes between the initial value of 0.01 and 0.001, as shown in the figure. It appears (at least in visualize) that the length does not change any more when the value is set above ...
- Wed Aug 31, 2022 1:14 am
- Forum: SCONE
- Topic: How to get the geometry position of hyfydy model in SCONE
- Replies: 2
- Views: 290
Re: How to get the geometry position of hyfydy model in SCONE
Thank you for the solution!
I will try to use that way.
I will try to use that way.
- Wed Aug 24, 2022 11:46 pm
- Forum: SCONE
- Topic: How to get the geometry position of hyfydy model in SCONE
- Replies: 2
- Views: 290
How to get the geometry position of hyfydy model in SCONE
Hi. I want to get the geometry position of the Hyfydy model in SCONE to use it for simulations (e.g., falling determination using the base of support). My model has four sphere geometry in each foot. I understand I can get the global location of geometry by setting geometry position as vec3:new(x, y...