RD-Agent icon indicating copy to clipboard operation
RD-Agent copied to clipboard

evolving_n is not used anymore, but in the config for factor/model etc

Open inevity opened this issue 6 months ago • 3 comments

🐛 Bug Description

Look like we should pass evolving_n to class RAGEvoAgent(EvoAgent[RAGEvaluator]): to set max_loop?

To Reproduce

Steps to reproduce the behavior:

Expected Behavior

Screenshot

Environment

Note: Users can run rdagent collect_info to get system information and paste it directly here.

  • Name of current operating system:
  • Processor architecture:
  • System, version, and hardware information:
  • Version number of the system:
  • Python version:
  • Container ID:
  • Container Name:
  • Container Status:
  • Image ID used by the container:
  • Image tag used by the container:
  • Container port mapping:
  • Container Label:
  • Startup Commands:
  • RD-Agent version:
  • Package version:

Additional Notes

inevity avatar Jun 04 '25 22:06 inevity

Hi, max_loop was configured using coder_max_loop

Justinhhhh avatar Jun 06 '25 12:06 Justinhhhh

coder_max_loop

This is for the Data Science sceane. rdagent/app/data_science/conf.py

inevity avatar Jun 07 '25 05:06 inevity

Image As you can see, max_loop is defined by coder_max_loop in CoSTEER, and if you look at the usage of RAGEvoAgent, it is used within the function of the CoSTEER class.

Justinhhhh avatar Jun 08 '25 14:06 Justinhhhh