An open API service indexing awesome lists of open source software.

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

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
```