https://github.com/sharpcoder/algen-dev
A c++ port of my algen genetic algorithm runner
https://github.com/sharpcoder/algen-dev
Last synced: 7 months ago
JSON representation
A c++ port of my algen genetic algorithm runner
- Host: GitHub
- URL: https://github.com/sharpcoder/algen-dev
- Owner: SharpCoder
- License: mit
- Created: 2023-06-27T00:15:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-02T02:37:23.000Z (over 2 years ago)
- Last Synced: 2024-12-31T17:38:14.581Z (about 1 year ago)
- Language: C++
- Size: 35.2 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# algen-dev
A c++ port of my algen genetic algorithm runner.
## Running the example
```bash
make
./hello_world
```
## Profiling
The profiler make target uses [Valgrind](https://valgrind.org/docs/manual/manual.html).
```bash
make profile
```