Commit Graph

10 Commits

Author SHA1 Message Date
c4ef11f38e
feat: add support for stepping PSO iterations
Pressing ',' will now step entire PSO iterations, while '.' will step only
individual frames.
2024-11-25 15:00:18 +01:00
264f381306
chore: add README 2024-11-25 14:56:21 +01:00
1b2ff590ec
feat: improve UX
- invalid iteration counts are met with a usage error
- pressing 'h' will print out an (incomplete) help menu
- information about the current best point and iteration count is shown
2024-11-25 14:45:05 +01:00
fe62617beb
chore: add comments to swarm.hpp 2024-11-25 14:44:55 +01:00
2b20e90a08
feat: add tanh transition curve particle parameter change algorithm 2024-11-25 13:58:02 +01:00
cf19cc7183
ci: add automatic header file deps to Makefile 2024-11-25 13:52:40 +01:00
f5197bfc85
feat: add support for dynamically varying algorithm paramters 2024-11-23 18:41:02 +01:00
3d2b41d7df
feat: add support for moving/function coloring 2024-11-23 14:09:45 +01:00
c6238f2e1c
feat: add support for color and buffer shading 2024-11-23 14:08:03 +01:00
b5868dfdec
init: initial commit 2024-11-21 22:22:14 +01:00