Guessing string of bits basing on genetic algo definition and core steps
To build:
docker build -t vladfau/ga .
To compile and run:
docker run -it -v $(pwd)/src:/source -e TG=00011010001100111111 -e IP=64 -e UR=0.56 -e MR=0.0025 vladfau/ga
Environment variables:
TG- target genome to resolve (max length is inMAX_GENOMEinutil.h)IP- initial population: how many individuals to start withUR- uniform rate: chance to take father's or mother's geneMR- mutation rate: chance for random mutation