markaren / threepp

C++20 port of three.js (r129)
MIT License
612 stars 55 forks source link

[Examples] Visualise optimization search #257

Closed markaren closed 5 months ago

markaren commented 5 months ago

Improve Lut example by visualizing the search for the functions minimum by use of Differential Evolution and Particle Swarm Optimization.

image

Probably needs to go into project folder due to complexity prior to merging.