Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AIcling/agentic_geo
/ types & classes
Types & classes
5 in github.com/AIcling/agentic_geo
⨍
Functions
107
◇
Types & classes
5
↓ 2 callers
Class
MSDATADataset
src/run_geo.py:1410
↓ 2 callers
Class
ParquetDataset
src/run_geo.py:1389
↓ 1 callers
Class
EvolvedCriticModel
Evolved Critic Model for strategy evaluation. Loads the trained Critic from agentic_geo training: - Base model structure: Qwen2.5-1.5B-I
src/surrogate_model_evolved.py:123
↓ 1 callers
Class
SurrogateValueHead
Surrogate Model MLP regression head. Aligned with LLaMA-Factory surrogate pipeline: LayerNorm -> Linear(hidden, 1024) -> GELU -> Linear(1024,
src/surrogate_model_evolved.py:77
Class
EvolvedStrategySelector
Strategy selector using evolved strategies and trained Critic.
src/surrogate_model_evolved.py:426