14 lines
309 B
Markdown
14 lines
309 B
Markdown
# IN4050: Obligatory Assignment 1
|
|
|
|
[Project repository](https://gitea.balaton.dev/IN4050/in4050-oblig1)
|
|
|
|
Email: [coryab@uio.no](mailto:coryab@uio.no)
|
|
|
|
## How to run the programs
|
|
|
|
To run any of the programs, just use this command:
|
|
|
|
```bash
|
|
python <exhaustive_search | hill_climbing | genetic_algorithm>.py
|
|
```
|