paper-with-me

Papers

Accelerating Genetic Programming using GPUs

2021-10-15 · Vimarsh Sathia, Venkataramana Ganesh, Shankara Rao Thejaswi Nanditale

Genetic Programming (GP), an evolutionary learning technique, has multiple applications in machine learning such as curve fitting, data modelling, feature selection, classification etc. GP has several inherent parallel steps, making it an ideal candidate for GPU based parallelization. This paper describes a GPU accelerated stack-based variant of the generational GP algorithm which can be used for symbolic regression and binary classification. The selection and evaluation steps of the generational GP algorithm are parallelized using CUDA. We introduce representing candidate solution expressions as prefix lists, which enables evaluation using a fixed-length stack in GPU memory. CUDA based matrix vector operations are also used for computation of the fitness of population programs. We evaluate our algorithm on synthetic datasets for the Pagie Polynomial (ranging in size from $4096$ to $16$ million points), profiling training times of our algorithm with other standard symbolic regression libraries viz. gplearn, TensorGP and KarooGP. In addition, using $6$ large-scale regression and classification datasets usually used for comparing gradient boosting algorithms, we run performance benchmarks on our algorithm and gplearn, profiling the training time, test accuracy, and loss. On an NVIDIA DGX-A100 GPU, our algorithm outperforms all the previously listed frameworks, and in particular, achieves average speedups of $119\times$ and $40\times$ against gplearn on the synthetic and large scale datasets respectively.

📄 PDF Abstract BibTeX arXiv:2110.11226

Code (1)

rapidsai/cuml/tree/branch-23.10/cpp/include/cuml/genetic 공식 구현

Tasks

Binary Classificationfeature selectionGPUregressionSymbolic Regression

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

An Introduction and Tutorial for the Beagle Framework

2026-07-07 · Ilya Basin, Nathan Haut, Wolfgang Banzhaf arxiv

The Beagle framework is a GPU-based genetic programming framework that enables highly efficient genetic programming search using large population sizes by leveraging NVIDIA GPUs. This technical guide provides an introduc…

GSGP-CUDA -- a CUDA framework for Geometric Semantic Genetic Programming

2021-06-08 · Leonardo Trujillo, Jose Manuel Muñoz Contreras, Daniel E Hernandez, Mauro Castelli 외

Geometric Semantic Genetic Programming (GSGP) is a state-of-the-art machine learning method based on evolutionary computation. GSGP performs search operations directly at the level of program semantics, which can be done…

BIG-bench Machine Learning

Exploiting Tournament Selection for Efficient Parallel Genetic Programming

2018-09-19 · Darren M. Chitty

Genetic Programming (GP) is a computationally intensive technique which is naturally parallel in nature. Consequently, many attempts have been made to improve its run-time from exploiting highly parallel hardware such as…

CPUGeneral Classification

Incorporating Quantum Advantage in Quantum Circuit Generation through Genetic Programming

2025-01-16 · Christoph Stein, Michael Färber

Designing efficient quantum circuits that leverage quantum advantage compared to classical computing has become increasingly critical. Genetic algorithms have shown potential in generating such circuits through artificia…

Quantum Circuit Generation

Liquid State Genetic Programming

2023-12-05 · Mihai Oltean

A new Genetic Programming variant called Liquid State Genetic Programming (LSGP) is proposed in this paper. LSGP is a hybrid method combining a dynamic memory for storing the inputs (the liquid) and a Genetic Programming…

Benchmarking