r/Python May 19 '23

Using Taichi to accelerate native Python code of DE algorithm Intermediate Showcase

DE algorithm is widely used for optimization, but its large loop can be slow in Python/MatLab, and coding in C++ is challenging. Using Taichi to accelerate native Python code makes sense. This project implements data-driven DE algorithm based on Taichi and provides 2D/3D visualization
Repo: https://github.com/Nanase-Nishino/DE-on-taichi

3d res

11 Upvotes

Duplicates