jobtalle / LGen

An evolutionary approach to optimizing L-systems
MIT License
20 stars 3 forks source link

Use multi-threaded system evaluation #33

Closed jobtalle closed 5 years ago

jobtalle commented 5 years ago

Thread count can be defined in config from #16.

jobtalle commented 5 years ago

Alternatively, derive thread count from this setting.

jobtalle commented 5 years ago

Requires #35

jobtalle commented 5 years ago

Implemented multi-threaded scene modelling, this improves the entire simulation ~20%. GPU seems to be the bottleneck at this point.