We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bfc7d3 commit de5ef41Copy full SHA for de5ef41
1 file changed
AGENTS.md
@@ -345,6 +345,8 @@ let (best, _all_runs) = Evolve::builder()
345
.unwrap();
346
```
347
348
+HillClimb also supports `.call_repeatedly(n)` and `.call_par_repeatedly(n)`.
349
+
350
Both `.call()` and `.build()` return `Result<_, TryFromEvolveBuilderError>`.
351
Builder validation catches: missing required fields, incompatible genotype +
352
crossover combinations, and missing ending conditions. The error message includes
@@ -369,8 +371,6 @@ an actionable fix suggestion.
369
371
// FIX: Use MutateMultiGene with higher mutation count, see Troubleshooting
370
372
373
-HillClimb also supports `.call_repeatedly(n)` and `.call_par_repeatedly(n)`.
-
374
## Retrieving Results
375
376
```rust
0 commit comments