Skip to content

Commit de5ef41

Browse files
committed
move call_repeatedly line in AGENTS to proper location
1 parent 7bfc7d3 commit de5ef41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,8 @@ let (best, _all_runs) = Evolve::builder()
345345
.unwrap();
346346
```
347347

348+
HillClimb also supports `.call_repeatedly(n)` and `.call_par_repeatedly(n)`.
349+
348350
Both `.call()` and `.build()` return `Result<_, TryFromEvolveBuilderError>`.
349351
Builder validation catches: missing required fields, incompatible genotype +
350352
crossover combinations, and missing ending conditions. The error message includes
@@ -369,8 +371,6 @@ an actionable fix suggestion.
369371
// FIX: Use MutateMultiGene with higher mutation count, see Troubleshooting
370372
```
371373

372-
HillClimb also supports `.call_repeatedly(n)` and `.call_par_repeatedly(n)`.
373-
374374
## Retrieving Results
375375

376376
```rust

0 commit comments

Comments
 (0)