Eddie Pantridge
Eddie Pantridge
Gotcha. I am not sure either about `seq?` and `empty?`, but I do think that `boolean` is probably a more clear way to express this. ```clj => (boolean (and :a...
I have finished a branch that provides support of Delta. Unfortunately, [Delta 0.8 is incompatible with Spark 3.1.x](https://github.com/delta-io/delta/issues/594) which prevents me from testing some of the core functionality without downgrading...
There are definitely trade-offs, and I'm not confident enough in any particular approach to make a concrete pitch. In my opinion, the appropriate strategy is different depending on the scope...
Here is a link to [our previous discussions for reference](https://github.com/zero-one-group/geni/pull/243#issuecomment-714093218) > I think that the current feature to potentially change the session itself is not super usefull, because Spark does...
Further research into PushGP shows that Downsampled Lexicase is hugely beneficial.
Good questions. It seems like you have some questions about PushGP in general and some questions about the specific implementation of `pyshgp`. I'll break down my answer into sections. **1....
This project is **not** abandoned :) I dedicate some of my free time to the development of PyshGP (and other projects) and I am currently the only contributor. We all...
Thanks for taking the time to implement this feature! I appreciate you dedicating your time to this project. I think your design is great. I only have a couple of...
Thanks so much for these bug reports @Y1fanHE! > I found that it seems there is no control parameter for the maximum genome length (not the one for the initial...
> Yes, I would like to work on the max genome size changes. > I think this could be an additional parameter, since in GP usually, the genome can grow...