Evaluation of task graph partitioning
WIP
This pipeline solves task graph hw/sw partitioning while respecting area constraints through various metaheuristics
python meta_heuristic_main.py --config <CONFIG_FILE> - Particle Swarm Optimization (PSO) with Sigmoid Activation
- Discrete Binary Particle Swarm Optimization (DBPSO)
- Comprehensive learning PSO (CLPSO)
- Cooperative Coevolving PSO (CCPSO)
- Global and Local genetic algorithm (GL25)
- Enhanced Simulated Annealing (ESA)
- Success-History based Adaptive DE (SHADE)
- Adaptive DE (JADE)
python pso_eval.py --config configs/config_default.yaml- Python 3.x
- Required dependencies (see requirements-pso.txt)
This README was generated with assistance from Claude AI.