Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 928 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 928 Bytes

Parallel-GEP

Paper:Comparison of Different Computing Platforms for Implementing Parallel Genetic Programming

The implements of three parallel GPs which is based on MPI, GPU, Spark.

MPI-GP uses C language, you should install and configure the MPI environment to run.
GPU-GP uses Cuda C language, you should install and configure the Cuda environment to run.
Spark-GP uses Java language, you should install and configure the Spark and Hadoop environment to run.

During the experiments, our codes are running in windows (win10) system.

For cite

@inproceedings{zeng2020comparison,
  title={Comparison of Different Computing Platforms for Implementing Parallel Genetic Programming},
  author={Zeng, Ruihua and Huang, Zhixing and Chen, Yongliang and Zhong, Jinghui and Feng, Liang},
  booktitle={2020 IEEE Congress on Evolutionary Computation (CEC)},
  pages={1--8},
  year={2020},
  organization={IEEE}
}