Skip to content

Commit 409f61c

Browse files
committed
update
1 parent bd81413 commit 409f61c

File tree

3 files changed

+0
-151
lines changed

3 files changed

+0
-151
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -78,29 +78,13 @@ database:
7878
7979
Sample configuration files are available in the `configs/` directory:
8080
- `default_config.yaml`: Comprehensive configuration with all available options
81-
- `matrix_multiplication_config.yaml`: Configuration optimized for matrix multiplication
82-
- `min_max_distance_config.yaml`: Configuration for geometric optimization
8381

8482
See the [Configuration Guide](configs/default_config.yaml) for a full list of options.
8583

8684
## Examples
8785

8886
See the `examples/` directory for complete examples of using OpenEvolve on various problems:
8987

90-
### Matrix Multiplication Optimization
91-
Evolves more efficient matrix multiplication algorithms:
92-
```bash
93-
cd examples/matrix_multiplication
94-
python optimize.py --iterations 100
95-
```
96-
97-
### Min-Max Distance Optimization
98-
Finds optimal point configurations that minimize the ratio of maximum to minimum distances:
99-
```bash
100-
cd examples/min_max_distance
101-
python optimize.py --iterations 150 --num-points 16
102-
```
103-
10488
## Preparing Your Own Problems
10589

10690
To use OpenEvolve for your own problems:

configs/matrix_multiplication_config.yaml

Lines changed: 0 additions & 69 deletions
This file was deleted.

configs/min_max_distance_config.yaml

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)