这是一篇由原始材料转换而来的阅读页,保留了源文件的主要结构,并补充了可追溯的来源说明与链接。

摘要

Minimize metric x . Lower is better.

autoresearchmarkdowntemplate / pattern

Minimal Program Example

Mission

Minimize metric_x. Lower is better.

Scope

You may modify only target.py. Do not modify evaluation code.

Baseline

Run the unmodified system first and record the result.

Loop

  1. propose one hypothesis
  2. make one focused change
  3. run evaluation
  4. log result
  5. keep if improved, otherwise revert
  6. continue

Logging

Record: - commit - metric - status - description

Failure handling

If the run crashes, inspect once, fix trivial issues if obvious, otherwise log crash and move on.

Human override

Ask only if blocked, out of scope, or missing prerequisites.

来源与参考

源文件: autoresearch/examples/minimal-program.md

来源目录: /srv/project/harness-engineering

继续阅读