diff --git a/README.md b/README.md index 4515ed9..efd917a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # cuGenOpt + +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +[![CUDA](https://img.shields.io/badge/CUDA-11.0%2B-green.svg)](https://developer.nvidia.com/cuda-toolkit) +[![Python](https://img.shields.io/badge/Python-3.8%2B-blue.svg)](https://www.python.org/)

cuGenOpt

@@ -7,10 +11,6 @@

cuGenOpt

A GPU-Accelerated General-Purpose Metaheuristic Framework for Combinatorial Optimization

-[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![CUDA](https://img.shields.io/badge/CUDA-11.0%2B-green.svg)](https://developer.nvidia.com/cuda-toolkit) -[![Python](https://img.shields.io/badge/Python-3.8%2B-blue.svg)](https://www.python.org/) - **Paper**: [cuGenOpt: A GPU-Accelerated General-Purpose Metaheuristic Framework for Combinatorial Optimization](https://arxiv.org/abs/2603.19163) ---