Skip to content

Commit 0d8db3b

Browse files
authored
Merge pull request #266 from codelion/codelion-patch-1
Update README.md
2 parents ac4ceba + 47f8e56 commit 0d8db3b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,6 @@ result = evolve_function(
127127
print(f"Evolved sorting algorithm: {result.best_code}")
128128
```
129129

130-
**Want more control?** Use the full CLI:
131-
132-
```bash
133-
python openevolve-run.py examples/function_minimization/initial_program.py \
134-
examples/function_minimization/evaluator.py \
135-
--config examples/function_minimization/config.yaml \
136-
--iterations 1000
137-
```
138-
139130
**Prefer Docker?**
140131
```bash
141132
docker run --rm -v $(pwd):/app ghcr.io/codelion/openevolve:latest \

0 commit comments

Comments
 (0)