File tree Expand file tree Collapse file tree 3 files changed +0
-151
lines changed
Expand file tree Collapse file tree 3 files changed +0
-151
lines changed Original file line number Diff line number Diff line change @@ -78,29 +78,13 @@ database:
7878
7979Sample 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
8482See the [Configuration Guide](configs/default_config.yaml) for a full list of options.
8583
8684# # Examples
8785
8886See 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
10690To use OpenEvolve for your own problems :
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments