-
Gotta look into that
-
Running some experiments with SBP using this dataset:
[Pagie.csv](https://github.com/marcovirgolin/GP-GOMEA/files/10056213/Pagie.csv)
And by running this script:
```python
from pyGPGOMEA imp…
-
On my MacBook (Intel, 2018 version) installing the library through `pip` fails unless the `numpy` version is restricted to `numpy=1`/`numpy=2` (and the pypy version of `gomea` seems to have used `nump…
-
I got more than x2 speed-up with [pyfe](https://github.com/marcovirgolin/pyfe), where trees are evaluated as vectors.
In reality, using directly a vector representation is super-good for gomea's ha…
-
I believe there is a minor typo in your readme -- the command should read --
python nat_run_many.py --config configs_nat/cifar10_reproducenat.yml
However, this is not the issue I am raising. Rat…
-
I found a very weird phenomenon in the cross-validation mode. Using the cross-validation function in scikit-learn will make GP-GOMEA perform very badly. I believe it is a bug. Are you willing to have …
-
Hello! Thanks for providing such a wonderful tool. I've been following this project for a long time. It seems that this project is quite similar to gplearn. Is there any difference between this packag…
-
Hi,
I am opening this issue to start a discussion about the settings and computational limits of the methods. I added some of the email comments in there, feel free to edit!
### Evaluation budge…
-
Hi!
Thank you for your great work and framework!
I wanted to try the benchmarked methods for the ground-truth datasets (i.e., Feynman and Strogatz datasets) and followed [the instructions in READM…
-
https://github.com/marcovirgolin/GP-GOMEA/blob/894fd841daee98a0a08de0a6a82a595fcd985b15/src/Include/GPGOMEA/Operators/Regression/OpNewProtectedDivision.h#L33
can you help me understand how this pro…