Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 493 Bytes

File metadata and controls

22 lines (17 loc) · 493 Bytes

Fast genetic algorithm library in C, to solve non-linear optimization problems.

Compile with:

    gcc -o executable *.c -lm

Run (1000 generations):

    chmod a+x executable
    ./executable 1000

Define your own function to be optimized:
Change the files zz_costfunction.h and zz_costfunction.c

Future work:
Parallel processing with distributed populations.


Ethereum: 0x5d658e7e7c75eb6035a8b0d96a6c09ade955fa98