We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac4ceba + 47f8e56 commit 0d8db3bCopy full SHA for 0d8db3b
README.md
@@ -127,15 +127,6 @@ result = evolve_function(
127
print(f"Evolved sorting algorithm: {result.best_code}")
128
```
129
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
139
**Prefer Docker?**
140
```bash
141
docker run --rm -v $(pwd):/app ghcr.io/codelion/openevolve:latest \
0 commit comments