Skip to content

Rename LLaMEA-SAGE to LLaMEA-CFG throughout codebase - #164

Merged
nikivanstein merged 1 commit into
paper/llamea-sagefrom
claude/rename-llamea-sage-cfg-04vtbw
Aug 21, 2026
Merged

Rename LLaMEA-SAGE to LLaMEA-CFG throughout codebase#164
nikivanstein merged 1 commit into
paper/llamea-sagefrom
claude/rename-llamea-sage-cfg-04vtbw

Conversation

@nikivanstein

Copy link
Copy Markdown
Contributor

Summary

This PR renames the method variant "LLaMEA-SAGE" to "LLaMEA-CFG" (Context-aware Feature Guidance) across all experiment scripts, notebooks, and visualization code. This is a straightforward nomenclature update to reflect the method's actual design approach.

Key Changes

  • Experiment scripts (run_archive_guided.py, run_archive_guided-2.py, run_archive_guided-3.py): Updated method instantiation names from "LLaMEA-SAGE" to "LLaMEA-CFG"
  • Visualization notebooks (visualize_1.ipynb, visualize_2.ipynb, visualize_3.ipynb): Updated all label mappings, method lists, and plot titles to use the new name
  • Validation notebook (final_validation.ipynb): Updated label transformations in legend handling code
  • Plotting utilities (iohblade/plots.py): Updated method title mapping in plot_experiment_CEG() function
  • Documentation (README.md): Updated project title and experiment descriptions to reference the new name
  • Example notebooks (examples/visualize_kerneltuner.ipynb): Updated commented-out label replacement code

Implementation Details

All changes maintain consistency across:

  • Method name instantiation parameters
  • Label replacement dictionaries used for plot generation
  • Method filtering and comparison operations
  • Legend and title text in visualizations
  • Documentation and README descriptions

No functional changes to the algorithm or its behavior—this is purely a naming update for clarity and consistency.

https://claude.ai/code/session_019V1NLKXdLGQgRWRDJMLAmx

@nikivanstein
nikivanstein merged commit 8342b69 into paper/llamea-sage Aug 21, 2026
0 of 6 checks passed
@nikivanstein
nikivanstein deleted the claude/rename-llamea-sage-cfg-04vtbw branch August 21, 2026 07:36

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 053ca999fc

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread visualize_2.ipynb
],
"source": [
"fig = plot_speedup(logger, method_fast=\"LLaMEA-SAGE\", method_slow=\"LLaMEA\", save=False, return_fig=True, budget=200, replace_labels={'ES': 'LLaMEA', 'ES-guided': 'LLaMEA-SAGE'})\n",
"fig = plot_speedup(logger, method_fast=\"LLaMEA-CFG\", method_slow=\"LLaMEA\", save=False, return_fig=True, budget=200, replace_labels={'ES': 'LLaMEA', 'ES-guided': 'LLaMEA-CFG'})\n",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep raw method keys when plotting archived results

When this notebook is run against the bundled paper_results/MABBOB_guided* logs, the raw methods are still ES, ES-guided, LLaMEA, LLaMEA-SAGE, LHNS:vns, and MCTS_AHD; there is no raw LLaMEA-CFG entry. plot_speedup validates method_fast against logger.get_methods_problems() before applying replace_labels, so this renamed lookup now raises ValueError and stops generation of MABBOB-speedup.png rather than just changing the displayed label. Keep the lookup key as LLaMEA-SAGE (or rename/map the archived logs before the existence check) and use LLaMEA-CFG only as the display label.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants