Search found 2 matches

by w-de
Tue Nov 28, 2017 9:37 am
Forum: General Bullet Physics Support and Feedback
Topic: Multiple, concurrent simulations
Replies: 5
Views: 23349

Re: Multiple, concurrent simulations

I had plenty of success doing just that for some research projects I had. Now that Bullet is more multithread compatible (btDantzig had a memory share bug a while ago that I used to have to manually patch all the time until about 2.82/2.83), it's a piece of cake. Don't bother using the GUI setups a...
by w-de
Wed Oct 18, 2017 3:06 am
Forum: General Bullet Physics Support and Feedback
Topic: Multiple, concurrent simulations
Replies: 5
Views: 23349

Multiple, concurrent simulations

Hi, I would like to run multiple concurrent simulations and then analyse their results after they have run , before running another set of simulations and repeating the process. Essentially I'm implementing a genetic algorithm and would like to parallelise the simulation of each population member --...