nordinzakaria / V-GA-lize

A visualization dashboard for the analysis of Genetic Algorithm (and other population-based metaheuristic) data
GNU General Public License v3.0
0 stars 1 forks source link

slow rendering of population #16

Open nordinzakaria opened 5 years ago

nordinzakaria commented 5 years ago

Application lags when viewing large population, due to the rendering loop.

Possible solution: Move the loop to C++. C++ to return an image to QML. In QML, u will view and zoom in/out the image.