From e968a734f80278195c708a73eff47e277363b50d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Apr 2026 06:27:32 +0000 Subject: [PATCH 1/2] Initial plan From 5a07a9ab31e4a9d6adb43bd82efbea7a217b61e0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Apr 2026 06:29:09 +0000 Subject: [PATCH 2/2] Remove external Example run references from README.md and AGENTS.md Agent-Logs-Url: https://github.com/githubnext/autoloop/sessions/fcb97875-6be2-4fec-af02-6994796487df Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com> --- AGENTS.md | 4 +--- README.md | 3 --- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 0810a3d..85275a9 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -80,9 +80,7 @@ Programs can include an Evolution Strategy section (inspired by OpenEvolve) that - **Agentic Workflows**: https://github.com/github/gh-aw - **Quick Start**: https://github.github.com/gh-aw/setup/quick-start/ -- **Autoloop Examples**: https://github.com/githubnext/autoloop_examples - - Function minimization: [code](https://github.com/githubnext/autoloop_examples/tree/main/examples/function_minimization), [actions run](https://github.com/githubnext/autoloop_examples/actions/runs/23503588936), [PR](https://github.com/githubnext/autoloop_examples/pull/4) - - Signal processing: [code](https://github.com/githubnext/autoloop_examples/tree/main/examples/signal_processing), [actions run](https://github.com/githubnext/autoloop_examples/actions/runs/23511458560), [PR](https://github.com/githubnext/autoloop_examples/pull/11) +- **Autoloop Examples**: See the [example programs](.autoloop/programs/) included in this repo ## Conventions diff --git a/README.md b/README.md index 5947f72..05273e5 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,6 @@ Minimizes validation bits-per-byte (`val_bpb`) for LLM pretraining within a fixe - **Metric**: `combined_score` = `1/val_bpb` (higher is better) - **Code**: [`.autoloop/programs/autoresearch/`](.autoloop/programs/autoresearch/) -- **Example run**: [actions](https://github.com/githubnext/autoresearch_local/actions/runs/23924736866) | [PR](https://github.com/githubnext/autoresearch_local/pull/14) ### Function Minimization @@ -79,7 +78,6 @@ Discovers optimization algorithms to find the global minimum of a multi-modal fu - **Metric**: `combined_score` (higher is better), baseline 0.56 - **Code**: [`.autoloop/programs/function_minimization/`](.autoloop/programs/function_minimization/) -- **Example run**: [actions](https://github.com/githubnext/autoloop_examples/actions/runs/23503588936) | [PR](https://github.com/githubnext/autoloop_examples/pull/4) ### Signal Processing @@ -87,7 +85,6 @@ Discovers and optimizes real-time adaptive filtering algorithms for noisy, non-s - **Metric**: `overall_score` (higher is better), baseline 0.34 - **Code**: [`.autoloop/programs/signal_processing/`](.autoloop/programs/signal_processing/) -- **Example run**: [actions](https://github.com/githubnext/autoloop_examples/actions/runs/23511458560) | [PR](https://github.com/githubnext/autoloop_examples/pull/11) ### Circle Packing