Syntax: eureca_cli datafile relationship functions fitness_method population_size crossover_prob mutation_prob where only the data file and relationship must be statedRunning the program without any arguments shows valid options.
perl -le 'for (-100..100) { print $_/100, " ", sin(2*$_/100)+3}'
perl -le 'for (-100..100) { print $_/100, " ", rand(1)+sin(2*$_/100)+3}
perl -le 'for (-100..100) { print $_/100, " ", sqrt(abs(2*$_/100))+3}'
perl -le 'for (1..20) { my $x = rand(2*3.14159); print "$x ", sin($x)+exp($x)+3}'
x^4 + x^3 + x^2 - x
.
p(4) = x^4 + x^3 + x^2 + x