marcovirgolin / gpg

Re-implementation of GP-GOMEA that attempts to be simpler to understand and use than the original.
MIT License
10 stars 1 forks source link

Why is the exponential operator not implemented? #18

Open simonnanty opened 3 months ago

simonnanty commented 3 months ago

So far, you limited the implementation to a few operators (in https://github.com/marcovirgolin/gpg/blob/pybind/src/operator.hpp)

Is there a reason why the exponential is not one of them?

Would it be possible to add it?

marcovirgolin commented 3 months ago

Hi, no there is no specific reason to be honest, except that sometimes exp can be unruly out of domain. But a PR that implements exp would be super welcome!