Adamszk
Adamszk
I tried to compile your ggplotd on my project directory. It failed to build because of "ggplotd/colourspace.d(8): Error: module `hsx` is in file 'std/experimental/color/hsx.d' which cannot be read" I checked...
Although you clearly stated the reader to use Maven to compile the project, even though I did it, I cannot duplicate the symbolic_regression_1.0.jar file that was created in bin folder....
Please include requirements.txt listing the minimum packages/version needed to run your code.
If possible, can you please add verbose or add print (epoch) so that the user can view training progress on runtime. Everyone has a different computer and one needs to...
The code is good and efficient. However I found some bugs probably due to usage of old python kernel (3.6.9). I am not sure. I got two errors when compiling...
None of the listed files .cpp build using g++ compiler. For example, treeGeneOps.cpp has a last line " return t1->perfScore > t2->perfScore;" perfScore is not even defined there.