Downloads · 30 days
5
25% of all-time downloads
Septend/ReLLM-C1
ReLLM-C1 is a machine learning model from Septend. Use it for the machine learning task on the model card, and read the license before you ship it in a product. The card lists the license as apache-2.0.
The ReLLM-C1 model is a Large Language Model (LLM) specifically fine-tuned to act as a surrogate model for single objective optimization in computationally expensive optimization tasks.
Downloads · 30 days
5
25% of all-time downloads
All-time downloads
20
Public
Parameters
7.6B
30.5 GB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors30.5 GB · 100%
From the Hugging Face model README
The ReLLM-C1 model is a Large Language Model (LLM) specifically fine-tuned to act as a surrogate model for single objective optimization in computationally expensive optimization tasks.
It serves as a core modeling component within the R2SAEA (Reinforced Relation Surrogate-Assisted Evolutionary Algorithm) framework. Unlike general-purpose LLMs, ReLLM-C1 is designed to seamlessly integrate with Evolutionary Algorithms (EAs). By leveraging structured prompt templates containing decision variables and objective data, the model can perform zero-shot relationship reasoning to evaluate and classify candidate solutions in multi-objective optimization scenarios.
This model bridges the gap between Large Language Models (LLMs) and Evolutionary Algorithms (EAs), addressing a critical bottleneck in the field of Surrogate-Assisted Evolutionary Algorithms (SAEAs):
To utilize ReLLM-C1 effectively, it should be deployed alongside the R2SAEA framework, which handles prompt structuring and the evolutionary loop. The framework provides implementations in both Python (via pymoo) and MATLAB (via PlatEMO).
For deployment instructions, API configuration, and framework integration, please visit our official repository:
The ReLLM-C1 model and the associated R2SAEA framework are open-sourced under the Apache License 2.0.
If you use this model or the R2SAEA framework in your research, please cite our work:
@misc{r2saeagithub,
title={R2SAEA: Relation Reasoning with LLMs in Expensive Optimization},
author={Ye Lu, BingDong Li, Aimin Zhou, Hao Hao},
year={2026},
}